[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Assembly.CreateInstance returns undefined value

eakmeemana

10/2/2003 5:47:00 AM

does any one know y this aBase becomes undifined or null ?
CBase class is inthe same project and this class where this code
segment is inheriting from CBase as well ?



Assembly tempAssembly = Assembly.GetExecutingAssembly();
CBase aBase = (CBase)
tempAssembly.CreateInstance("WExtractDll.CModel",true);
aBase.execute();