一个经得起时间考验的人
vs2003
VS2003打开.net工程提示"无法读取项目文件portal.csproj.系统找不到指定路径"
六 11th
使用Microsoft Visual Studio 2003打开.net解决方案时提示(如截图1所示):
—————————
Microsoft Development Environment
—————————
无法读取项目文件“portal.csproj”。系统找不到指定的路径。
—————————
确定
—————————
经过检查浏览器的代理设置,重新定位portal项目的位置,检查portal.csproj.webinfo文件等操作都无法解决此问题。
同时发现如果在删除portal项目后新建同名的项目时会提示:项目错误。
奇怪的VS2003!
在最后无路可走时,把解决方案ZhongNan.sln目录中的同名文件ZhongNan.suo(为隐藏文件)删除,如截图2所示,结果VS2003正常了。
The solution user options (.suo) file is a structured storage, or compound, file stored in a binary format. You save user information into streams with the name of the stream being the key that will be used to identify the information in the .suo file.
|
{VS打开.net工程提示"无法读取项目文件"web.csproj",系统找不到指定路径"}其他可能的原因: http://hi.baidu.com/kmiaoer/blog/item/75f502083b463f38e8248805.html 解决 无法读取项目文件"***.csproj",系统找不到指定路径 解决办法: 解决路径不对: 解决版本不对: |