无法加载文件或程序集log4net Version = 1.2.10.0 [英] Could not load file or assembly log4net Version=1.2.10.0

查看:397
本文介绍了无法加载文件或程序集log4net Version = 1.2.10.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,当我试图运行我的.net应用程序时,它说是无法加载文件或程序集'log4net,Version = 1.2.10.0,Culture = neutral,PublicKeyToken = 692fbea5521e1304'我正在使用CR 2008 。



hello when i'm attempting to run my .net application it's say's "Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ".. I'm using CR 2008.

Line 51:assembly=CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304
Line 52:assembly=CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304
Line 53:add assembly=log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304
Line 54:ssembly=CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304
Line 55: assembly=CrystalDecisions.ReportAppServer.Controllers, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304

推荐答案

确保您的应用程序旁边存在 log4net.dll (特别是带有该公钥的1.2.10.0版本) s在汇编缓存(GAC)。
Make sure that log4net.dll (specifically the 1.2.10.0 version with that public key) exists beside your application or is in the assembly cache (GAC).


安装CR运行时我的问题解决了......我认为问题出在32位和64位版本之间。



这里是 http ://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_5.exe [ ^ ]
after i install CR Run time my problem was solved..i think the matter was between the 32bit and 64bit version.

here is the link http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_5.exe[^]


检查BIN文件夹中的 log4net.dll 是否可用&还要检查引用它的版本。



无法加载文件或程序集'log4net,Version = 1.2.10.0,Culture = neutral,PublicKeyToken = 692fbea5521e1304 ' [ ^ ]
Check whether the log4net.dll is available in the BIN folder & also check the version of it referenced.

Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' [^]


这篇关于无法加载文件或程序集log4net Version = 1.2.10.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆