Dynamic assembly loading -- Warning Message (unknown publisher)

C

Chris DiPierro

When I dynamically load an assembly in our WM app, a real device will
display a warning message like follows:

"Starting this program requires a component from an unknown publisher.
You should start the program only if you trust the component's
publisher. Do you want to continue?"

What's the proper way to handle this message, and is there a way to
disable this message?
 
C

Chris DiPierro

I was able to find something similar. Thank you very much for the reply.
Setting up the registry does indeed solve the problem for dynamic
assemblies.
 
G

Guest

You can prevent this message by signing your dll's and exe's. Go to
Verisign's web site and look up code signing.

Rick D.
Contractor
 

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