C
cristian
I hope posting on this newsgroup is not such a big mistake, if so please
someone could redirect me to the right address?!
anyway, here is my problem,
On this line i receive an exception, that I wasn't able to find out where it
came from.
Assembly _formAssembly//just to show the type, it has been initialized
corectly
string _formClassName = path of the wanted assembly
Form frm = (Form)_formAssembly.CreateInstance_formClassName);
the inner exception has the message:"Object reference not set to an instance
of an object."
so far, I couldn't find which object is not an instance of an object.
has anyone a ideea of what is causing this?
thanks in advance!
someone could redirect me to the right address?!
anyway, here is my problem,
On this line i receive an exception, that I wasn't able to find out where it
came from.
Assembly _formAssembly//just to show the type, it has been initialized
corectly
string _formClassName = path of the wanted assembly
Form frm = (Form)_formAssembly.CreateInstance_formClassName);
the inner exception has the message:"Object reference not set to an instance
of an object."
so far, I couldn't find which object is not an instance of an object.
has anyone a ideea of what is causing this?
thanks in advance!