|
-
December 1st, 2004, 10:59 AM
#1
Error: "Request Failed" of type 'System.Security.SecurityException'
VB.net project was builed on C drive of local computer and works with no problem. When i copied code to of the only form to new project on the other drive I start getting an error:
An unhandled exception of type 'System.Security.SecurityException' occurred in ProjectName.exe
Additional information: Request failed.
The program brakes on InitializeComponent() line from:
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
Why does it happen? and how to handle it?
I would appreciate any advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|