M
Mark Chimes
Hi All,
I have been coding for twenty years, but I am new to .NET programming.
Please forgive me if the answer to my question is obvious, but I am stumped.
I have a brand new project with a single form holding two controls. When I
build and run, I receive an error saying:
"An unhandled exception of type 'System.Security.SecurityException' occurred
in GridTest.exe. Additional Information: Request Failed."
Clicking either Break or Continue takes me to this line:
InitializeComponent()
This particular sub exists of course, but I have no idea what is causing the
problem.
If I remove the first control (a 3rd party datagrid) and leave the button
only, then the app runs OK. Obviously this means there is an issue between
the 3rd party datagrid and VS .net 2003.
Can anyone suggest where I can find more information on this? Any help would
be appreciated.
Cheers,
Mark Chimes
I have been coding for twenty years, but I am new to .NET programming.
Please forgive me if the answer to my question is obvious, but I am stumped.
I have a brand new project with a single form holding two controls. When I
build and run, I receive an error saying:
"An unhandled exception of type 'System.Security.SecurityException' occurred
in GridTest.exe. Additional Information: Request Failed."
Clicking either Break or Continue takes me to this line:
InitializeComponent()
This particular sub exists of course, but I have no idea what is causing the
problem.
If I remove the first control (a 3rd party datagrid) and leave the button
only, then the app runs OK. Obviously this means there is an issue between
the 3rd party datagrid and VS .net 2003.
Can anyone suggest where I can find more information on this? Any help would
be appreciated.
Cheers,
Mark Chimes