J
Jack Wright
Dear All,
I have a stub application that launches from via No Touch
Deployment...
I have a user defined Object defined in a dll say 1.dll...this dll has
a reference to myStandard.dll...if I change myStandard.dll and don't
compile 1.dll and I call a WebMethod in the Main before any UI is
created
I get the following error...
InnnerException: There is an error in XML document (1, 337).
Stack Trace: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
but if I call it on a UI button this error does not come...does anyone
know why?
Please help...
TALIA
Many Regards
Jack
I have a stub application that launches from via No Touch
Deployment...
I have a user defined Object defined in a dll say 1.dll...this dll has
a reference to myStandard.dll...if I change myStandard.dll and don't
compile 1.dll and I call a WebMethod in the Main before any UI is
created
I get the following error...
InnnerException: There is an error in XML document (1, 337).
Stack Trace: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
but if I call it on a UI button this error does not come...does anyone
know why?
Please help...
TALIA
Many Regards
Jack