Hello,
I hope this is the right place to post my problem and if not so i apologize.
So my problem is :
I have created a module which loads a Crystal Report into an CRViewer based an the parameters in the querys. Now everything works fine if the user is logged in.
The report displays "perfectly" on the screen with the right informations out of the database on it. But when i log myself out an error message occurs which says
"Report Load failed" but I my code i didn't make any difference between unregistred / registred user.
On the machine (Windows XP) where I developed the module,even when I was logged out everything worked. After I installed the module on the server machine on which it has to run (Windows Vista) the error occured.
I added in the web.config file the fully trusted mode, nothing changed.
I watched if the folder, where the reports are in, has the right permissions , nothing changed.
So I need help from the pros :-) In my opinion is must have something to do with permissions...
Thanks