rainforestnet / CrystalReportsNinja

A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to printer
http://www.rainforestnet.com
93 stars 77 forks source link

dont load log4net missing #62

Open washyn opened 2 years ago

washyn commented 2 years ago

hello I want to run your application and it shows me this error, it does not find log4net and something related to CrystalReport


Exception: Se produjo una excepción en el inicializador de tipo de 'CrystalDecisions.CrystalReports.Engine.ReportDocumen
t'.
Inner Exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de 'CrystalDec
isions.Shared.SharedUtils'. ---> System.IO.FileNotFoundException: No se puede cargar el archivo o ensamblado 'log4net, V
ersion=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ni una de sus dependencias. El sistema no puede encon
trar el archivo especificado.
   en CrystalDecisions.Shared.SharedUtils..cctor()
   --- Fin del seguimiento de la pila de la excepción interna ---
   en CrystalDecisions.Shared.SharedUtils.get_CurrentControl()
   en CrystalDecisions.Shared.SharedUtils.GetEffectiveCulture()
   en CrystalDecisions.CrystalReports.Engine.CREngineRes.GetString(String name)
   en CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime()
   en CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
itb-devs-de commented 1 year ago

Same here. Any idea?