I'm using the InfoPath 2003 Toolkit for Visual Studio .NET.
I attached some code to the save event, in order to process the xml document
of an InfoPath form, to produce a new xml document based on a different
schema.

When I try to save the new document into the file system I get a
FileIOPermission security exception.

How can I do that ?
Any idea ?

Thank
Cosimo

Re: FileIOPermission exception by Kevin

Kevin
Thu Oct 13 05:30:14 CDT 2005

Try microsoft.public.infopath for an answer.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Ambiguity has a certain quality to it.

"Cosimo Galasso" <CosimoGalasso@discussions.microsoft.com> wrote in message
news:5E79A9B6-A022-454D-8F52-86F71C233627@microsoft.com...
> I'm using the InfoPath 2003 Toolkit for Visual Studio .NET.
> I attached some code to the save event, in order to process the xml
> document
> of an InfoPath form, to produce a new xml document based on a different
> schema.
>
> When I try to save the new document into the file system I get a
> FileIOPermission security exception.
>
> How can I do that ?
> Any idea ?
>
> Thank
> Cosimo