Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant find the path?
Message
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01053587
Message ID:
01053608
Views:
6
>This is my first attempt at working with crystal with asp.net.....
>
>I can run this code on a windows form with no problem but when I do it with asp.net it doesnt seem to pick it up. The file is in the right place, I checked that. Any help would be appreciated, thanks!!!
>
>
>ReportDocument rp = new ReportDocument();
>rp.Load(Path.GetFullPath(@"u:\crreports\Chains\surveytally.rpt"));
>CrystalReportViewer1.ReportSource = rp;

David,
What is the error?
I assume U: is a mapped network drive, does the ISUSR have access to that network drive?
Try to move the rpt file to the web app folder and run the same code without the path.
Hmm the error message would help :)
Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform