简体   繁体   English

网站部署错误

[英]Web site Deployment Error

I'm getting the following error on website deployment. 我在网站部署时遇到以下错误。

Could not load file or assembly 'eWorld.UI, Version=2.0.6.2393, Culture=neutral, PublicKeyToken=24d65337282035f2' or one of its dependencies 无法加载文件或程序集'eWorld.UI,版本= 2.0.6.2393,区域性=中性,PublicKeyToken = 24d65337282035f2'或其依赖项之一

I have added the eWorld.UI.dll to the bin folder also. 我也将eWorld.UI.dll添加到bin文件夹中。 So what could be the reason for the error? 那么错误的原因可能是什么呢?

EDIT 编辑

#

It looks like not only the above assembly application does not referring to any assembly in my bin folder. 看起来不仅上述程序集应用程序没有引用我的bin文件夹中的任何程序集。

Does the eWorld.UI.dll have some other dependency that is missing on the production server? eWorld.UI.dll是否具有生产服务器上缺少的某些其他依赖关系? This happens from time to time and it usually is resolved by adding the missing dll to the bin folder, just as you have done, and then restart the Application Pool (if using IIS). 有时会发生这种情况,通常可以通过将丢失的dll添加到bin文件夹中来解决,就像您这样做一样,然后重新启动应用程序池(如果使用IIS)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM