网站部署错误
我在网站部署时遇到以下错误。
无法加载文件或程序集 'eWorld.UI,版本=2.0.6.2393, 文化=中立, PublicKeyToken=24d65337282035f2' 或 它的依赖项之一
添加了 eWorld.UI.dll 到 bin 文件夹中。那么错误的原因可能是什么?
编辑
#看起来不仅上面的程序集应用程序没有引用我的 bin 文件夹中的任何程序集。
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
I have added the eWorld.UI.dll to the bin folder also. 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
eWorld.UI.dll 是否具有生产服务器上缺少的其他依赖项?这种情况时常发生,通常可以通过将缺少的 dll 添加到 bin 文件夹来解决,就像您所做的那样,然后重新启动应用程序池(如果使用 IIS)。
Does the eWorld.UI.dll have some other dependency that is missing on the production server? 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).