PDA

Click to See Complete Forum and Search --> : Running .NET applications across the network


nevh2001
Jun 12th, 2006, 10:21 AM
Hello all.
I am fairly new to vb.net and have written a couple of applications now but we are having real problems trying to run the apps over the network. It works on some peoples machines but not on others. When it does not work we get the standard "The operation required the SecurityException" message box.

Any help on this would be appreciated. Sorry this post is a bit vague.

Techno
Jun 16th, 2006, 07:28 PM
you need to strong name your assembly in order to make sure its a trusted application to run from the network

mendhak
Jun 18th, 2006, 08:27 AM
Take a look at caspol.exe, as the application might require you to implement Code Access Security in order for it to run.

szlamany
Jun 18th, 2006, 08:45 AM
klienma seems to have the answer in this thread...

http://www.vbforums.com/showthread.php?t=380729&highlight=caspol