Re: FileIOPermission
- From: "andrewcw" <andrewcw@xxxxxxx>
- Date: Mon, 25 Jul 2005 09:41:02 -0700
Thanks - when I returned to work ( not over VPN ), the code ran fine. I
recompiled with the information you gave me. I will need to retry it later
tonight - thanks
--
Andrew
"Ignacio Machin ( .NET/ C# MVP )" wrote:
> Hi,
>
>
> You need to give your application enough privilegies to access your local
> files :
>
> - Administrative Tools
> - Go to Microsoft .Net Framework 1.1 Configuration
> - Select Runtime Security Policy option
> - In the right panel Adjust Zone Security
> - In the Security Adjustmetn Wizard select the Local Intranet group
> - Set the Trust Level up to Full Trust
>
>
> cheers,
>
> --
> Ignacio Machin,
> ignacio.machin AT dot.state.fl.us
> Florida Department Of Transportation
>
>
>
> "andrewcw" <andrewcw@xxxxxxx> wrote in message
> news:3C3D75CF-F61D-4486-AA46-2B654C36A8CD@xxxxxxxxxxxxxxxx
> >I have an application that does a XML transform. When I placed the
> > application on a file share and then clicked to run it, the application
> > starts but stalls with this error. ( I do have full permissions on the
> > server - it needs to read the xml dom, xsl and write out the output to the
> > share ). The writing to the share is not an issue with legacy VB6 apps I
> > have
> > placed on the share. Any ideas ? Here's the full message:Request for the
> > permission of type System.Security.Permission.FileIOPermissions, mscorlib
> > =
> > 1.0.5000.0, culture=neutral, PublickeyToken = b77a5c561934e089 failed. ...
> > Thanks
> >
> > --
> > Andrew
>
>
>
.
- References:
- FileIOPermission
- From: andrewcw
- Re: FileIOPermission
- From: Ignacio Machin \( .NET/ C# MVP \)
- FileIOPermission
- Prev by Date: Specified cast is not valid error on datagrid
- Next by Date: Re: Conversion of Business Objects to Flat Data Table and Viceversa
- Previous by thread: Re: FileIOPermission
- Next by thread: Re: FileIOPermission
- Index(es):
Relevant Pages
|