您的位置:首页 > 其它

VS2005 WINCE新建工程错误:从用户数据存储中检索信息时出错,XML文档必须包含一个顶层元素

2013-07-24 10:03 531 查看
转自/article/8662949.html

安装了一个网上下载的wince的中文模拟器的sdk后,vs2005无法新建智能设备的工程,提示:“从用户数据存储中检索信息时出错,XML文档必须包含一个顶层元素”。网上搜索下,参考/article/7944827.html,说卸载IE8,压根没转过ie8,不对。不过下面的讨论里有如下内容,是正解。这里记录下。

解决方法如下: 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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐