SECURITY PROBLEMS IN VB.NET

P

Peter

3 times I have had a blue screen while working in Visual Studio .Net. After
restarting the security setting for my project is weird....

This message appears when trying to run/debug:

"An unhandled exception of type 'System.Security.SecurityException' occurred
in mscorlib.dll

Additional information: Begäran om behörighet av typen
System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 misslyckades."

(Translated: Request of rights of type
System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.)

It appears when the application try to access a database or open the splash
screen...
The only way to correct it I found was to create a new project and use some
cut and paste.....

Why and what can I do?

//Peter
 
M

Master Programmer

Ahh, it sounds like you need to replace the motherboard and format the
hard drive

The Grand Master
 

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