完美解决“换另一台电脑上用VS2008继续开发web项目时出现“System.Runtime.InteropServices.COMException”,然后是加载不了项目。”

 

只需要打开项目配置文件*.csproj,将<UseIIS>True</UseIIS> 改为 False,然后可以正常加载项目,接着重新配置为正常的IIS. 

 

 

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2021-09-22
  • 2022-12-23
  • 2021-11-22
  • 2021-12-19
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2022-02-02
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案