我正在使用VS 2008.当我打开另一个开发人员创建的ac #project文件时,我收到了一个System.Runtime.InteropServices.COMException.我搜索了网络,发现解决方案是注释掉项目文件的ProjectExtensions部分.我这样做了它开了好.但查看注释的代码,我不明白会导致这种情况.有没有人知道为什么这会在我的本地机器上失败?我安装了IIS 7并正常运行.
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>62088</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
Run Code Online (Sandbox Code Playgroud)