S
shabari
Dear all,
I need to load a assembly at the runtime,,, so i am using
Assembly.LoadFrom("<<path of the dll>>")
But when i try to invoke its methods ,i am getting an Exception
"NotSupported Exception"
Is it not possible to load an assembly at the runtime in Compact Framework ??
Kindly help
I need to load a assembly at the runtime,,, so i am using
Assembly.LoadFrom("<<path of the dll>>")
But when i try to invoke its methods ,i am getting an Exception
"NotSupported Exception"
Is it not possible to load an assembly at the runtime in Compact Framework ??
Kindly help