Inheritance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use inheritance and get the following error
An exception occurred while trying to create an instance of StandardInclude.CRPreview. The exception was "Unspecified error"

What is the solution or how do I go about debugging this to find the answer

Sorry for the cross pos
 
* "=?Utf-8?B?bWlrZQ==?= said:
I am trying to use inheritance and get the following error:
An exception occurred while trying to create an instance of StandardInclude.CRPreview. The exception was "Unspecified error".

What is the solution or how do I go about debugging this to find the answer?

Please be more specific. Has 'CRPreview' something to do with Crystal
Reports?
 
Sample code would be great

How does this have anything to do with inheritance

Have no idea, though I can assume a great many things. One of which is that you have a seperate project and have this crpreview on a form in that project. Then in another project you are inheriting the form. To debug this, you would open the first project and set the properties up for the project to run the EXE of the second project that is using your first project. So when it hits the form that inherits out of the first project you will then be able to debug (if you have your debugs in place) the first project

Hope that helps
 
Back
Top