System.Runtime.InteropServices.COMException的解决方法
程序员文章站
2024-03-09 17:35:23
完美解决“换另一台电脑上用vs2008继续开发web项目时出现 “system.runtime.interopservices.comexception”,然后是加载不了项...
完美解决“换另一台电脑上用vs2008继续开发web项目时出现
“system.runtime.interopservices.comexception”,然后是加载不了项目。”
只需要打开项目配置文件*.csproj,将<useiis>true</useiis> 改为 false,然后可以正常加载项目,接着重新配置为正常的iis.
“system.runtime.interopservices.comexception”,然后是加载不了项目。”
只需要打开项目配置文件*.csproj,将<useiis>true</useiis> 改为 false,然后可以正常加载项目,接着重新配置为正常的iis.
下一篇: java web图片上传和文件上传实例