L
Lisa Gay
I have created a class library test.dll with contains several objects
including a form called frmMDIFrame. I started a new project and included
the test.dll as a reference and placed the dll in the project's execution
directory. I created a new form inherited from frmMDIFrame in the test.dll.
I am not able to view the new form in Design mode; I'm getting the following
error.
An error occurred while loading the document. Fix the error, and then try
loading the document again. The error message follows:
An exception occurred while trying to create an instance of
test.frmMDIFrame. The exception was "Must specify value for source.".
I would like to fix the error; but I have no idea what the exception means;
where is the source that I have to specify a value for?
including a form called frmMDIFrame. I started a new project and included
the test.dll as a reference and placed the dll in the project's execution
directory. I created a new form inherited from frmMDIFrame in the test.dll.
I am not able to view the new form in Design mode; I'm getting the following
error.
An error occurred while loading the document. Fix the error, and then try
loading the document again. The error message follows:
An exception occurred while trying to create an instance of
test.frmMDIFrame. The exception was "Must specify value for source.".
I would like to fix the error; but I have no idea what the exception means;
where is the source that I have to specify a value for?