D
Doug
Help me out here, please. Here's what I did:
1) Created "UserIDList.rpt" in Crystal Reports (from within the VS.NET
IDE)
2) Created "UserIDList.aspx"
3) Dragged a CrystalReportViewer control onto the form
4) Set the data bindings to point to the report
5) In the Page_Load event, I added "DataBind()"
This worked fine for the "WorldSalesReport" example that came with
Visual Studio, but I suspect that may be because they saved the data w/
that particular report.
I get the error:
"Logon failed.
Exception details:
CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed."
I know lots of other people have had this problem. Have been Googling
it for a few days now, but without any resolution. Can someone point
me in the right direction?
(P.S. It would be best to use authentication via code, right? That
way we wouldn't have to create System DSNs on everyone's computer. Or
embed a File DSN in the project somehow?)
1) Created "UserIDList.rpt" in Crystal Reports (from within the VS.NET
IDE)
2) Created "UserIDList.aspx"
3) Dragged a CrystalReportViewer control onto the form
4) Set the data bindings to point to the report
5) In the Page_Load event, I added "DataBind()"
This worked fine for the "WorldSalesReport" example that came with
Visual Studio, but I suspect that may be because they saved the data w/
that particular report.
I get the error:
"Logon failed.
Exception details:
CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed."
I know lots of other people have had this problem. Have been Googling
it for a few days now, but without any resolution. Can someone point
me in the right direction?
(P.S. It would be best to use authentication via code, right? That
way we wouldn't have to create System DSNs on everyone's computer. Or
embed a File DSN in the project somehow?)