在 VS2003 中加载 C# 项目时出现问题
我认为错误地触及了以下文件夹中的某些文件(不知道名称)..
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
从那时起,我不断收到以下错误...
Project 'xyz'无法打开,因为 Visual C# .Net 编译器可能 不被创建。加载.projdata 文件失败或磁盘已满。
这与 VS2003 Professional 有关
我已经用 Google 搜索并尝试了以下方法但失败了......
- 卸载 VS2003。安装VS2003。
- 将注册表值 HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\7.1\Packages for SkipLoading 更新为 0x00000000
- 执行命令 devenv /ResetSkipPkgs
上述所有操作均失败。我似乎无法在 VS2003 中加载任何 C# 项目。不过我可以轻松地在 VS2003 中加载 VB.net 项目。我的c#环境真的很混乱。
请帮忙。我很绝望...
By mistake I think touched some file (dont know the name) in the following folder..
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
ever since then, I keep getting the following error...
Project 'xyz' could not be opened because the Visual C# .Net Compiler could
not be created. Loading the .projdata file failed or the disk is full.
This has to do with VS2003 Professional
I have Googled and tried the following and failed....
- uninstall VS2003. install VS2003.
- Updated registry value HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\7.1\Packages for SkipLoading to 0x00000000
- executed the command devenv /ResetSkipPkgs
All of the above have failed. I can not seem to load any C# project in VS2003. However I could easily load VB.net project in VS2003. My c# environment is really messed up.
Please help. I am desperate...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须重新安装.NET 1.1,而不是Visual Studio。
You'd have to reinstall .NET 1.1, not Visual Studio.