Reflection restriction
Hi,
I am usinng reflection to load assembly in my application. The DLL which i loaded is referring to another DLL. So when i use reflection , i am unable to acess methods of the dependent DLL.
Eg.
Assembly.Loadfrom("MyDLL.Dll");
MyDLL referes another Dll called "DependenetDll.Dll"
I am unable to refer the method of "DependenetDll.Dll"
Any thoughts.................
|