Dynamic Load DLL Problem(How to assign a Trust level ?)

  • Thread starter Thread starter Osamede.Zhang
  • Start date Start date
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?
 
For this, you have to sign your dll with trusted certificate. You have to
purchase such certificates.
 
Back
Top