PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET SECURITY PROBLEMS IN VB.NET

Reply

SECURITY PROBLEMS IN VB.NET

 
Thread Tools Rate Thread
Old 16-11-2006, 06:55 AM   #1
Peter
Guest
 
Posts: n/a
Default SECURITY PROBLEMS IN VB.NET


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



  Reply With Quote
Old 16-11-2006, 09:36 AM   #2
Master Programmer
Guest
 
Posts: n/a
Default Re: SECURITY PROBLEMS IN VB.NET

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

The Grand Master

Peter wrote:
> 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


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off