Every day is wonderful

分享与创新 并大胆的去尝试新鲜事物。。。。

VS2005 无法创建或打开“智能设备”项目的一个问题的解决方法

在VS2005中创建或打开“智能设备”项目时,提示以下错误: “从用户数据存储中检索信息时出错。系统未找到指定的对象。” 和 “由于数据存储中不存在项目引用的设备平台,因此无法打开项目。”

在打开VS2005的”工具“-”设备仿真器管理器“时,提示以下错误: ”未能正确加载包“Smart Device Configuration Package”( GUID = {D245F354-3F45-4516-B1E6-04608DA126CC} )。请与包供应商联系以获得帮助。由于可能会发生环境损坏,建议重新启动应用程序。要禁止将来加载此包吗? 可以使用“devenv /resetskippkgs”重新启用包加载。“

解决方法如下: 1. 关闭VS2005 2. 重命名文件夹”c:\Documents and Settings\\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\\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

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/bingrrx/archive/2008/07/10/2634481.aspx

点赞

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注