O
Osamede.Zhang
How can i load a Dll dynami,like this:
DownLoadFile("www.sss.com/test.dll");//Download a DLL from
server
Assembly.Load("test.dll");//Load this Dll
this code work OK in windows mobile 5,but can not run in windows
mobible 6.
I have seen the security dialog when I run my app first
time .Answering "yes" to the security dialog assigns a trust level
to my library (or executable) when it is loaded. But how can i pop up
this to assign a trust level when i load DLL?
DownLoadFile("www.sss.com/test.dll");//Download a DLL from
server
Assembly.Load("test.dll");//Load this Dll
this code work OK in windows mobile 5,but can not run in windows
mobible 6.
I have seen the security dialog when I run my app first
time .Answering "yes" to the security dialog assigns a trust level
to my library (or executable) when it is loaded. But how can i pop up
this to assign a trust level when i load DLL?