Posts

Country specific calendar with holidays

hi, wondering if there's way importing , using country specific calendars include holidays in order use them in windows app? hi  dpolancom, please check below articles about  customizable monthcalendar see if helps. another month calendar http://www.codeproject.com/articles/10840/another-month-calendar calendar.net http://www.codeproject.com/articles/378900/calendar-net good day. bob shen msdn community support | feedback us develop , promote apps in windows store please remember mark replies answers if , unmark them if provide no help. Visual Studio Languages  ,  .NET Framework  >  Visual C# ...

Navigation Bar is not localized

hi, i adding culture @ end of script "&mkt=de-de" , map in correct language navigation bar still in english (e.g. "road" instead of "straße"). is there special localize navigation bar? cheers, thomas you can find documentation here: http://msdn.microsoft.com/en-us/library/gg427600.aspx  the documentation pointed rest services , not v7 javascript control. http://rbrundritt.wordpress.com Bing Maps  >  Bing Maps Web Controls

registry: AddAuditRule - cannot see in EventViewer

hi! i've got problem auditing changes registry. want add audit rule changes registry-subkey shown in event log. program runs without giving errors, can't see entries in eventviewer. here code: using system;  using system.collections.generic;  using system.text;  using system.security.accesscontrol;  using microsoft.win32;  using system.security.principal;    namespace auditregistry_p  {      class program      {          static void main(string[] args)          {              string  regsubkey  = @"software\test";              // find out current user              windowsidentity  wi  =  windowsidentity .getcurrent();              registrykey  rk  =  null ;                console.writeline("current user: {0}", wi.name);              try              {                   rk  =  registry .localmachine.opensubkey(regsubkey, true);                   console.writeline("registry key {0} opened successfully", regsubkey);              }              catch (...

Installing Asnyc CTP v3 appears to succeed, but does not finish the install

i installed async ctp v3 clean (no prior asnyc install) on windows 2007 64 bit workstation, vs 2010 sp1 installed , updates, including kb mentioned in blog posting: http://blogs.msdn.com/b/lucian/archive/2011/11/01/async-ctp-v3-installation.aspx my install appears succeed, however, can no intellisense async keyword on methods, nor have sample files or entry async under programs.   on checking dlls: csc.exe version matches blog article vbc.exe version matches blog article msvbide.dll not match, version 10.0.40219.1 matches post vs2010 sp1 install. and mydocuments files missing.   reran the the install, , no further progress.    what else can try, or at? try uninstalling  kb2635973 Archived Forums V  >  Visual Studio Async CTP ...

Mysql connection conflicting with c# ?

i trying add data-source when click on new connection mysql appear window enter connection detail enter key on window window disappearing without exception   , not enter connection detail problem plz ? please check following urls http://www.codeproject.com/articles/43438/connect-c-to-mysql http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/ http://www.c-sharpcorner.com/uploadfile/iamibohal/how-to-connect-mysql-server-with-asp-net-2005-2008-c-sharp/ with , regards sambath raj.c click &quotproposed answer by" if post solves problem or "vote helpful" if post has been useful you happy programming! Visual Studio Languages  ,  .NET Framework ...

Got Runtime Error! - R6002 floating point not loaded message while installing BTS2006 R2

[virtual pc] [win2003 sp2][sql 2005 sp3][office 2003 sp2][vs2005] i getting weird message while tried fresh install biztalk 2006 r2 standard using daemon tool accessing bts2006r2’s iso file in dev box right after license agreement screen: ------------------------------------------------------------------------------------------------------------ runtime error! program: c:\docume~1\btsadmin\local~1\temp\ebz39190.tmp\setup.exe r6002 -floating point not loaded ------------------------------------------------------------------------------------------------------------ once clicked ok. can no longer run setup iso file again unless demount , mount again, same error happen again. have no problem installing bts2006 (non-r2 version) in virtual pc using iso file. have corrupted iso file? please help!! hi, the 'setup.exe' contained in biztalk server 2006 r2 (developer, non trial) iso have here 355 kb. seems there absolutely wrong 1.6 mb version you're using).   hth, randal van spl...

XMLDiffPatch library license agreement

hi can clarify license agreement library xmldiffpatch.  can use in software commercially sold? the eula seems indicate not, have full source code.  msdn page on how use seems indicate using in commercial company. thank in advance help the xml diff code designed use in code (commercial or otherwise).  yes can use it.  cannot take code , try sell own. michael taylor http://msmvps.com/blogs/p3net Visual Studio Languages  ,  .NET Framework  >  Visual C#