IE 8 与vs2005的兼容性问题
在VS2005中创建或打开“智能设备”项目时,提示以下错误: “从用户数据存储中检索信息时出错。系统未找到指定的对象。” 和 “由于数据存储中不存在项目引用的设备平台,因此无法打开项目。”
在打开VS2005的”工具“-”设备仿真器管理器“时,提示以下错误: ”未能正确加载包“Smart Device Configuration Package”( GUID = {D245F354-3F45-4516-B1E6-04608DA126CC} )。请与包供应商联系以获得帮助。由于可能会发生环境损坏,建议重新启动应用程序。要禁止将来加载此包吗? 可以使用“devenv /resetskippkgs”重新启用包加载。“
解决方法如下: 1. 关闭VS2005 2. 重命名文件夹"c:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\CoreCon\1.0",这将删除所有关于设备配置属性的定制, 3. 重启VS2005,重建上述配置。
引自:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=140668& SiteID=1
Try Shutting down VS and renaming the following directory: "c:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\CoreCon\1.0" This will delete any customization of the device configuration properties in your user directory but it should recreate this the next time you launch VS.
Mario