rassdk:// added to path when connecting to a crystal report from w

  • Thread starter Thread starter kkarre
  • Start date Start date
K

kkarre

We have an issue with connecting to a Crystal Report in a web page.
Our ReportDocument instance's Load method protests due to our
Filename property (which is set with a relative path to the web app).
If we hardcode the path it works, but with relative addressing... somehow we
get
rassdk://
added to the string.
Does this mean we can't use relative addressing?
Thanks in advance!
 
The Exception states "Load report failed"
The inner Exception is a System.Runtime.InteropServices.COMException with
message something like "Access denied \r"

Anyone?
 
Back
Top