Security Exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I keep getting this error whenever I try loggin on my new apps. In this instance all I am accessing is the c drive and notepad or whatever. Has anybody seen it before? Also, I do get an "untrusted" notification whenever I first login in to my VS.NET. Could that be the cause

'System.Security.SecurityException

Additional information: Requst faile

Thanks for any leads you can provide me !
 
Is you're solution on a network share? Assuming it is, the error is being
caused by Code Access Security denying you're executable certain permissions
because it is being loaded from the network not your local hard drive.

This is also why you're getting the "untrusted" notification when you load
the solution in Visual Studio. It notices the project is on the network and
gives you the warning.

For more information check out
http://www.tvbug.com/diary/20030923.htm

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada


ae said:
I keep getting this error whenever I try loggin on my new apps. In this
instance all I am accessing is the c drive and notepad or whatever. Has
anybody seen it before? Also, I do get an "untrusted" notification whenever
I first login in to my VS.NET. Could that be the cause?
 

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

Back
Top