Hi Nischal

You can try here for some resources:

http://www.crystaldecisions.com/products/dev_zone

Check out the .net walkthroughs

-Chris

-----Original Message-----
From: Nischal Muthana [mailto:[EMAIL PROTECTED]] 
Sent: Monday, May 13, 2002 8:19 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Crystal Reports LogOn problem??


Hi All

I am tryin to use the Crystal Reports along with CrystalReportViewer on
the WebForms using C#/.NET. I am using a strongly typed dataset for
getting data from the database and then used the wizard to fill in the
Crystal Report.

Then I used the following code to view using CrystalReportViewer.

this.sqlDataAdapter1.Fill(ds,"Employees");
CrystalReportViewer1.ReportSource =
Server.MapPath("CrystalReport1.rpt");

But this always results in an exception sayin,

Login failed.

CrystalDecisions.CrystalReports.Engine.LogOnException

Can someone point me to any resources for developing
crystal reports using VS.NET for WebApplications.

Thanks
Nischal


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to