Showing posts with label infopath. Show all posts
Showing posts with label infopath. Show all posts
Thursday, August 7, 2008
Infopath development with Visual Studio 2008 Issues
Anyone else out there having build and publish weirdness with Visual Studio 2008 VSTO? I can't build my form when the manifest.xsf file is open, yet when it's closed, I can't publish it because the Publish option only appears in the build menu when you have a form open. Anyone know what's up there?
Unhandled exception when rendering form System.Xml.XmlException: 'something' is an unexpected token. The expected token is '<>'.
if you see something like this in your logs when developing an InfoPath form that is browser enabled in Sharepoint:
Unhandled exception when rendering form System.Xml.XmlException: 'Number' is an unexpected token. The expected token is '='. Line 247, position 673. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
... then you have a problem with one of your secondary data connections that is or was bound to a field on your form. delete one by one until you find the culprit, and troubleshoot from there.
Unhandled exception when rendering form System.Xml.XmlException: 'Number' is an unexpected token. The expected token is '='. Line 247, position 673. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
... then you have a problem with one of your secondary data connections that is or was bound to a field on your form. delete one by one until you find the culprit, and troubleshoot from there.
Subscribe to:
Posts (Atom)