Sto usando vs2010 e Crystal Report versione 13.0.2000.0, sistema 64 bit Crystal Report Runtime 64 bit. mia applicazione sta funzionando benissimo sulla macchina di sviluppo, ma quando sono la distribuzione sul server di ottenere questo erroreImpossibile caricare il file o l'assembly 'log4net, Versione = 1.2.10.0, Cultura = neutro, PublicKeyToken = 692fbea5521e1304'
Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Fonte di errore:
CR:CrystalReportViewer ID="CrystalRportViewrRegistration" runat="server" AutoDataBind="true"
e ho controllato GAC assemblaggio non ho trovato log4net.dll e anche nel mio sistema ho cercato tutti e provato varie cose come cambiare la versione di runtime e caricare lo4net dll da apache ma senza fortuna.
Ho lo stesso problema, mentre integro i report Crystal in SharePoint 2010. Non riesco a convertire il pool di applicazioni in 32 bit altrimenti la mia web part smetterà di funzionare. Ho tutte le DLL a 64 bit incluso log4net in posizione (gac) e sto usando una macchina a 64 bit. Ancora ricevendo lo stesso problema, per favore aiuto. Grazie –