I'm attempting to add some pre-exsiting Crystal Reports to a webservice to be accessed through a silverlight page. Everything is working great... locally. I've started testing deployment now and have been fighting with this for 2 days.
When I try to run the reports as I do locally from the deployed webservice, everything just hangs. No error message, nothing. Except the eventual timeout, I have it set to 10 mins to make sure something wasn't just slow.
I searched SAP and forums and found all different sorts of tonics and snake oils but nothing seems to make a difference.
The last thing I tried was to deploy my report generation code as a forms app and run it on the server. After some tinkering with that I've finally made a breakthrough, I think, but I'm not sure what to do about it:
When I execute the code from the forms app, I get this message: "Could not find a part of the path 'C:\Users\Adminstrator\AppData\Local\Temp\12\temp+42fblahblahblah..'
The folder named '12' does not exist. So I created it and everything worked correctly after. But, I had a feeling, so I logged out of the server and logged back in, re-ran and now the app is looking for folder '13'.
So, any ideas how I handle this? Also, is this, or something similar causing my webservice code to fail (running as anonymous)?