Dynamic assembly loading -- Warning Message (unknown publisher)

  • Thread starter Thread starter Chris DiPierro
  • Start date Start date
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?
 
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.
 
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
 
Back
Top