Re:Crystal Reports from Class Library -
09-28-2005
, 06:53 PM
I had exactly the same problem and firstly I didn't find any hint on the net.
After some hours of nightmare, I finally found the problem (the experts
would add: but not the cause to the problem):
My "parent"-windows-application - the one that contains the
crystalreport-derived user control - (NOT THE classlibrary itself!)
contained some illegal references. In my case, I referenced the microsoft
internet control classes (axshdocvw, etc.) in a wrong way. To check if that
is the same matter at your code, create a new winapp-project and add the
crystal-control from the classlibrary. It should work.
Hope that helped!
-Andre |