N
Noga
I am trying to save the document to current directory through the code, using
one of the following:
XDocument.SaveAs("MyForm");
XDocument.DOM.save("MyForm");
And get "permission denied" error.
I made my form fully trusted by adding the attribute -
requireFullTrust="yes" - to xDocumentClass in the manifest.xsf file, and it
didn't help.
What can be the reason for that?
Thank you.
one of the following:
XDocument.SaveAs("MyForm");
XDocument.DOM.save("MyForm");
And get "permission denied" error.
I made my form fully trusted by adding the attribute -
requireFullTrust="yes" - to xDocumentClass in the manifest.xsf file, and it
didn't help.
What can be the reason for that?
Thank you.