I turn to this forum after losing myself in "No you can not, Yes you can"
Am I doing this right? Can this be ever done in .NET 2003 (no SP)
Class library and user control is very similiar in coding. But I am stuck
when I am writing a Class Library in CF (for PPC). I have several classes
defined in a C.Lib project. Code is compiled and have a small Exe stub
project in the same solution so I can test it. Sofar it is OK.
I can create base class in the class library, but none of the ohters. (eg.
not all tested) The debugger steps into the class constructor code. (For me
the invokation of the constructor is a simple function invokation, but..
e.g.
[C#]
class Bessel {...}
class Ellipsoid1 : Bessel {...}
Also I can not invoke the methots of the Bessel class instance. (e.g.
b.SelfTest(); )
What I recieve is an execption TypeLoadException, when it go wrong.
Recently I read an article in MSDN about invoking by using the Assemby by
getting the type. Unfortunatly I lost the referenced. Is that a workable way
to get around.
--
Thanks in advance, Domo Arigatou m_0_m, Tack på förhand, Merci, Danke
Roland R in the middle of Baltic Sea
|