Hi,
System.Type.GetType() method requires fully qualified name of the type. So if the assembly. If the type is in mscoflib.dll then it is sufficiant to supply type name followed by the namespace. To get the fully qualified name of type refer to the following article.
http://msdn2.microsoft.com/en-us/library/2exyydhb(VS.80).aspx
Hope this helps.
Regards,
Chandrak
|