Home All Groups Group Topic Archive Search About

Debugging project from unc

Author
4 Aug 2006 4:30 PM
Chris Thunell
I'm using VStudio2005 and working with a VB.Net windows form application.
The project is located in the My Documents folder... under a UNC shared
path.

\\fs1\users\cthunell\My Documents\My Projects (something like this)

I'm getting a SecurityException was unhandled.. Request for the Permission
of type 'System.Secuirty.Permissions.SecurityPermision'...  when i try to
debug the application.

if i copy the project to the C drive of my computer - the project debugs
fine and starts right up.

HELP!!!!
Thanks in advance,
Chris Thunell
cthun***@pierceassociates.com

Author
4 Aug 2006 6:12 PM
Greg Young
You need to give the app permissions ..

http://msdn2.microsoft.com/en-us/library/zdc263t0.aspx

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

Show quoteHide quote
"Chris Thunell" <cthun***@pierceassociates.com> wrote in message
news:eK4k8M%23tGHA.2448@TK2MSFTNGP06.phx.gbl...
> I'm using VStudio2005 and working with a VB.Net windows form application.
> The project is located in the My Documents folder... under a UNC shared
> path.
>
> \\fs1\users\cthunell\My Documents\My Projects (something like this)
>
> I'm getting a SecurityException was unhandled.. Request for the Permission
> of type 'System.Secuirty.Permissions.SecurityPermision'...  when i try to
> debug the application.
>
> if i copy the project to the C drive of my computer - the project debugs
> fine and starts right up.
>
> HELP!!!!
> Thanks in advance,
> Chris Thunell
> cthun***@pierceassociates.com
>
>
>