Hello!
I had published an InfoPath form to a document library on MOSS farm.The form has some code
for saving with a custom name on the doc lib. The clients use the form to fill out some
data then by pressing a button, it is saved to the doc.lib. It has been working ok
for about 2 years. However, one of the users has faced problems after reinstalling Windows.
The form cannot be saved. Here's the error displayed after pressing the button and executing
the event:
///////////////////////////////////////////////////
InfoPath cannot save the form with the following name:
+http://sharepointsrv:26558/sites/office/General/morakhasi/1388/mohamadreza.teymouri13881170
8.xml
The specified location is not valid, not available, or you do not have the correct
permissions.
Check the spelling of the file name and verify that the location is correct, or contact the
server administrator
at Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.SaveAs(String bstrFileUrl)
at Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentWrapper.SaveAs(String strFileUrl)
at Microsoft.Office.InfoPath.Internal.XmlFormHost.SaveAs(String fileUrl)
at Microsoft.Office.InfoP
XmlFormHostItem.SaveAs(String fileUrl)
at myform.FormCode.save1_Clicked(Object sender, ClickedEventArgs e)
at Microsoft.Office.InfoPath.Internal.ButtonEventHost.OnButtonClick(DocActionEvent
pEvent)
at
Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_SinkHelper.OnClick(DocActionEve
nt pEvent)
///////////////////////////////////////////////////
They can save the form from other workstations, but not from their own PCs.
I have uninstalled InfoPath (complete), some deletions from users' profiles, reset IE's
files, but no change. Please help me. (Maybe .NET is acting faulty?)