|
-
February 9th, 2005, 01:56 AM
#1
InvalidOperationException
Hi,
We are using VB.net for developing the windown application. Using webservices for updating and fetching the data to the server. It works fine as we are using this setup for quite some time. Now we are in to one big form where i need to take 50 inputs. with this the webservices raises a exception which i put down. can anyone faced the same problem and can suggest soemthing. Webservice works fine for all the input forms except this big one.
Thanks in advance
--- exception
?ex
{System.InvalidOperationException}
[System.InvalidOperationException]: {System.InvalidOperationException}
HelpLink: Nothing
InnerException: {System.ArgumentException}
Message: "There was an error generating the XML document."
Source: "System.Xml"
StackTrace: " at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at NIC.RDS.WSProxyCommon.WS_UpdateService.InsertServiceTransaction(DataSet dsKioskData) in C:\RDS\Code\RDSKiosk\WSProxyCommon\WS_UpdateService.vb:line 42
at NIC.RDS.UICommonTemplates.frmBaseEntry.butSave_Click(Object sender, EventArgs e) in C:\RDS\Code\RDSKiosk\UICommonTemplates\frmBaseEntry.vb:line 1512"
TargetSite: {System.Reflection.RuntimeMethodInfo}
regards
krishna
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|