您的位置:首页 > 其它

Unable to read the project file ... 简单解决方法

2007-10-23 20:07 591 查看
原来好好的solution, 在硬盘上移动了下位置后就每次打开都出现unable to read the project file ...的错误

如果remove the web project from solution and then add it again, it works. But after save the solution and close VS2003, it will have the error again.

解决方案是: delete *.suo 文件 (跟*.sln 在一个目录下), 然后打开VS2003, 会有警告, 继续就行了. VS会生成一个新的*.suo文件,这样接下去重新打开 VS就不会有问题了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  file delete web
相关文章推荐