G
Guest
Hi,
I have a type name in XML file as a string and I need to make an instance
form it.
I tried:
Assembly asm = Assembly.Load(".....smo.dll");
object obj = asm.Create("SqlDataType.NVarChar");
The variable obj is always null.
What am I missing?
Thanks,
Lubomir
I have a type name in XML file as a string and I need to make an instance
form it.
I tried:
Assembly asm = Assembly.Load(".....smo.dll");
object obj = asm.Create("SqlDataType.NVarChar");
The variable obj is always null.
What am I missing?
Thanks,
Lubomir