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?
> We have an issue with connecting to a Crystal Report in a web page.
> Our ReportDocument instance's Load method protests due to our
[quoted text clipped - 5 lines]
> Does this mean we can't use relative addressing?
> Thanks in advance!
kkarre - 10 Mar 2008 09:37 GMT
Could the "access denied" imply something about asp.net account's rights?
> The Exception states "Load report failed"
> The inner Exception is a System.Runtime.InteropServices.COMException with
[quoted text clipped - 11 lines]
> > Does this mean we can't use relative addressing?
> > Thanks in advance!