Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > CrystalDecisions.CrystalReports.Engine.LoadSaveRep ortException: Load report failed

Reply
Thread Tools

CrystalDecisions.CrystalReports.Engine.LoadSaveRep ortException: Load report failed

 
 
Nilay
Guest
Posts: n/a
 
      08-31-2005
Hi,
I am trying to load a crystal report(residing on mapped
network drive) using .net application. The code is as follows :


Dim oRpt As New ReportDocument

//The code fails right here
oRpt.Load("\\Servername\path\MyReport.rpt)


I tried copying report to c:\ drive and code works fine accessing
report on local drive but doesn't work with shared drive. I think it
has something to do with aspnet account. We can not add aspnet account
on shared drive because of some internal issues.

Can anyone help me with this ? I will really appreciate your kind help.

Thank you,
Nilay


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crysatl report load report failed Meheraj shaik via .NET 247 ASP .Net 1 06-07-2005 08:29 AM
Load Report Fails on ASP.NET app when report is on a different ser =?Utf-8?B?aHVicmlzdGljYm9i?= ASP .Net 1 03-17-2005 01:24 PM
FAIL TO LOAD THE CRYSTAL REPORT USING WEB CRYSTAL REPORT VIEWER Comfort ASP .Net Web Controls 0 10-18-2004 01:35 PM
crystal reports load report failed viki ASP .Net 0 09-29-2004 01:24 AM
Login Failed in Crystal Report with Sub Report and each with 2 Connections Ashish Mehndi ASP .Net Web Controls 0 08-02-2004 01:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57