Centerfuge
Programmer
Hello, I've developed an application in C# that opens a crystal report using the ReportDocument object provides it with some parameters and then prints the document to the printer.
The application works fine on the live server (after it is compiled) and USED to work fine on my development machine. Now it doesn't.
I can still alter it, re-compile it, and send it to the server (where it runs) and it will work, but I can no longer step through it or execute it on my local machine.
I have made no changes to my system, I've pulled the Crysal Reports dlls off of the server and placed them on my local machine, I've used GACUtil to place them in the assembly area, and I still get out of scope errors and the following error message on my local machine:
An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.InternalException' occurred in crystaldecisions.crystalreports.engine.dll
Additional information: Error in File FILEPATH:
The request could not be submitted for background processing.
I've talked to Crystal Tech Support and they don't know what's going on? Any suggestions?
The application works fine on the live server (after it is compiled) and USED to work fine on my development machine. Now it doesn't.
I can still alter it, re-compile it, and send it to the server (where it runs) and it will work, but I can no longer step through it or execute it on my local machine.
I have made no changes to my system, I've pulled the Crysal Reports dlls off of the server and placed them on my local machine, I've used GACUtil to place them in the assembly area, and I still get out of scope errors and the following error message on my local machine:
An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.InternalException' occurred in crystaldecisions.crystalreports.engine.dll
Additional information: Error in File FILEPATH:
The request could not be submitted for background processing.
I've talked to Crystal Tech Support and they don't know what's going on? Any suggestions?