N
njdude
I would like to acheive this
Let us say i have on one machine xsn files in C:\temp
i would like to copy that to another machine to a folder c:\machine2.
then the app would load the xsn file with NewFromSolutionWithData and
create a Infopath form with data out of it.
How would i achieve this ? The problem im having is transferring the
file from c:\temp on one machine to c:\machine2 on another machine. if
i just do a manual copy of the xsn file from 1 to 2 it does not work
and throws an error when running NewFromSolutionWithData
Error : ... update has been blocked because author coul dnot be
verified etc....
But if i take the xsn file from c:\temp copy it to c:\machine2 but
then open the form in design and then do a save and give it the same
name on c:\machine2 then everything works fine !!
so long story short is there a way in c# to open an xsn file in design
mode and do a save the xsn to a location ?
TIA
Let us say i have on one machine xsn files in C:\temp
i would like to copy that to another machine to a folder c:\machine2.
then the app would load the xsn file with NewFromSolutionWithData and
create a Infopath form with data out of it.
How would i achieve this ? The problem im having is transferring the
file from c:\temp on one machine to c:\machine2 on another machine. if
i just do a manual copy of the xsn file from 1 to 2 it does not work
and throws an error when running NewFromSolutionWithData
Error : ... update has been blocked because author coul dnot be
verified etc....
But if i take the xsn file from c:\temp copy it to c:\machine2 but
then open the form in design and then do a save and give it the same
name on c:\machine2 then everything works fine !!
so long story short is there a way in c# to open an xsn file in design
mode and do a save the xsn to a location ?
TIA