Friday, June 28, 2013

C++ Win32 Smart Device project creation error in VS2008


Reason:
Settings conflict with IE. more info in the link below
http://blogs.msdn.com/b/vcblog/archive/2009/03/28/some-vs2005-and-vs2008-wizards-pop-up-script-error.aspx

Solution:

  1. Open Regedit
  2. Under “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones”, create a new key called 1000 (if it isn't already there)
  3. Under 1000, create a DWORD entry with:

    •    Name = 1207
    •    Type = REG_DWORD
    •    Data = 0x000000




No comments: