If you upgraded your system to Windows 64 bit one and try to run 32 bit web application registry key entries are not going to be located at the same place. Apparently, 64 bit based version of Windows has a new registry branch for 32 bit programs. It is located in HKEY_LOCAL_MACHINE\Software registry folder named ‘Wow6432Node’. New program installations are monitored by system and registry entry are placed in proper folders based on is 32 or 64 bit program. For more info: http://support.microsoft.co... ......
Here are the links every developer should have handy. From time to time we all should read on basics: Visual Basic Programming Guide http://msdn.microsoft.com/e... C# Programming Guide http://msdn.microsoft.com/e... Windows User Experience Interaction Guidelines http://msdn.microsoft.com/e... N ......