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

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?
 
V

Viral

For this, you have to sign your dll with trusted certificate. You have to
purchase such certificates.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top