I'm working on a project. the databsae is in the server not in my local. When I run my code I get the error message: "CrystalDecisions.Shared.SharedUtils" threw an exception.I receive this error at this line of code:
this.crystalReportViewer1 =
new CrystalDecisions.Windows.Forms.CrystalReportViewer();
I wrote some code in app.config file. I tried diffrent ways but I didn't fix it.