Could not load file or assembly or one of its dependencies【无标题】

一个以前用C#写的 webservice ,逻辑变化调整后,重新发布后部署到IIS Web服务器上。

竟然意外出现访问错误:
Could not load file or assembly or one of its dependencies” error........

将IIS应用程序池中的“启用32位应用程序”,修改成True,页面打开正常了

但是调用webservice时出现新错误:
Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed."

回想一下,原来的程序啥都没有改,应该问题还是出在IIS中。
在IIS中将原来的应用程序池删除,重新新建一个应用程序池,什么也不动,访问正常了。
 

你可能感兴趣的:(编程体验,c#)