I have been trying to get around this error for a day now and have not had much luck. I have a VS 2008 project that uses the embedded Crystal Reports which of course runs fine locally, but when deploying to my remote server the reports will no longer run.
I gathered that it was because I didn't have the right Crystal Reports components installed on my server. So I attempted to add the dll files into my project directly which did work to resolve some of my errors but their is still a missing reference.
The missing reference is on the 'CrystalDecsions.ReportAppServer.ClientDoc' which is located in my GAC.
Is there anyway to get around this problem OTHER THAN installing the msi file on the server?