Dear all,
On my computer I have installed Visual Studio 2008, and Crystal Report 2008 (v12) developer.
I am developing a web .net application including reports which works fine on my computer. I've been trying to deploy my application on another server and never been able to make my reports work so far.
After investigations, I have realized that my computer contains two versions of CR dlls, version 10 which seems to be included with VS, and version 12 which probably must come from my CR 2008 installation. Also I have checked my Visual Studio Projet : it uses version 10 of Crystal Dlls.
My application is still crashing when trying to view reports on my deployement server : Cannot load file or assembly CrystalDecisions.ReportAppServer.ClientDoc
So my question is : Am I doing something wrong with Dll versions? What should I do to make my deployed application work ?
Thanks !