When I deploy an Infopath 2007
form to the SharePoint server, the SelectSingleNode always returns null but always works locally. Here is an example of the following code that is failing:
XPathNavigator vendor = payeeDS.SelectSingleNode(
"/dfs:myFields/dfs:dataFields/tns:GetVendorsResponse/tns:GetVendorsResult/NewDataSet/Vendor s[Name='" + payeeTypedName + "']", NamespaceManager);
I'm writing to the event viewer so I can confirm that the code is actually hit. The form is Administrator approved and has Full Trust.
Any ideas on what could be causing this issue?
Thanks