Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cant find the path?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Versions des environnements
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01053587
Message ID:
01053608
Vues:
7
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform