Hi,
First the environment configuration:
#######################
In my dev pc works fine ( always works fine in dev pc ). The configuration about my dev pc is
- Windows Enterprise 7 32 bits;
- SAP Crystal reports version for Visual Studio 2010 ( CRforVS_13_0_4 );
Server configuration is:
- Windows Server 2008 Standard SP2 64 bits;
- SAP Crystal reports runtime engine for .Net Framework 4 (64-bit) ( CRforVS_redist_install_64bit_13_0_1 );
- IIS 7.0;
- .Net Framewor 4.0 Integrated;
- Enable 32 Bits AppPool: false;
My app configuration:
- .Net framework 4;
- Crystal DLL's referenced to GAC;
- ASP.Net Devolpment server;
#######################
I have studied about SAP Crystal Reports and I'm implementing new reports and changing old reports.
I was facing a problem about log4net.dll when i deployed my app from my dev machine to a server and i went google about this problem to solve it. I found these solutions:
I'm followed all the tips and I solved my first problem that was the reference to log4net.dll. The problem was that I missed to install the correct version SAP runtime according the OS.
But now, I'm facing a new problem ( I don't know if this could be called a problem cause not happened no error ) when I'm running my app on server environment. If I debbug all code pass without error but my report doesn't come visible. Indeed the report is not written when i go look for it in HTML.
Any idea?
Thanks,