您的位置:首页 > 运维架构

Visual Studio 2008项目System.Runtime.InteropServices.COMException解决方法

2009-07-06 10:45 691 查看
Solution Summary:
It seems that DevelopmentServerPort and IISUrl were changed in the process of installing Norton Internet Security. These values must be updated in the Project file.
Solution Details:
Once the solution opens, right-click on the unavailable project and select Edit project_file_name.vbproj.
Scroll to the bottom of the page, and delete the ProjectExtensions section.
Save the page.
Right-click again on the unavailable project, and select Reload Project.
Your project should now be available and you should be able to see all your project files.
When you save your project, the ProjectExtensions section will be rewritten with the updated (correct) values needed to open your project in Visual Studio 2008.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐