SecurityException

  • Thread starter Thread starter Santiago
  • Start date Start date
S

Santiago

Hello, I am trying to use only one program of my
application in my network , for that I use a direct Acces,
but whe I execute the Direct acces it reports me an
SecurityException error.

The error is permition error, I don´t know How to grant
this permition.

the program has a total access permition.

I am Using Visual Basic .NET and win 2000

thanks in Advance, Santiago
 
When you say total access permition do you mean file
permission or .NET permissions? Check the .NET
permissions b/c they are the most likely culprit of your
problem. Go to Control Panel, administrative tools, .NET
Wizards (make sure you select the right framework that
your app is running on if you have both 1.0 and 1.1
installed)

Then, bump local network trust to full.

That should do it for you, let me know if it doesn't.

Good Luck,

Bill

W.G. Ryan
(e-mail address removed)
www.knowdotnet.com
 
Back
Top