cupcakesrule
Programmer
I have a Crystal Report, which is using an XML file for its source, and am trying to get the most recent version by using
but when this piece of code is called I get a "LogOn Failed" error. I searched the web and found that people use
ConnectionInfo
but this is part of the CrystalDecisions.Shared namespace and when I try to import this namespace my page errors out, I tried reinstalling Crystal Reports but it did not help. Is there any other work around for this?
Code:
CrystalReportViewer1.RefreshReport();
ConnectionInfo
but this is part of the CrystalDecisions.Shared namespace and when I try to import this namespace my page errors out, I tried reinstalling Crystal Reports but it did not help. Is there any other work around for this?