Re: Crystal Report problem
I doubt you have the .Net Framework 3.5 Installed. If you install the 3.5 only you will get the 10.5.3700.0 version. If you want to get rid of this issue, then replace the with
Re: Crystal Report problem
You mean I should just replace 10.5.3700.0 with 10.2.3600.0 in web.config?
Thanks.
Re: Crystal Report problem
Yes. And make sure that you have the 10.2.3600.0 is available under Add Reference Tab
Re: Crystal Report problem
The exception went away with your workaround, thanks.
But another exception started coming on all the pages that preview crystal report, they say "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.".
Thanks.
Re: Crystal Report problem
Quote:
Originally Posted by
usamaalam
The exception went away with your workaround, thanks.
But another exception started coming on all the pages that preview crystal report, they say "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.".
Thanks.
Put the Try catch catch statement and see what the exact error.