G
Graham Lloyd
Hi there
I have an Excel Com Add-In that has a web reference to Data Access Web
Service. This service is used also by another web app via client script and
the webservice.htc file.
All the public functions in the web service return System.Xml.XmlDocuments
and has worked fine until I use one in my Com Add-In. The App seems convined
the web service is trying to return System.Xml.XmlNode. If I navigate to the
function in the reference.cs its return type is XmlNode. If I change it to
XmlDocument it all works fine, but then each time I update the web reference
it changes back to XmlNode.
I'm fairly new to .NET and especially COM Add-Ins. Is there something I am
missing here?
TIA
Graham
I have an Excel Com Add-In that has a web reference to Data Access Web
Service. This service is used also by another web app via client script and
the webservice.htc file.
All the public functions in the web service return System.Xml.XmlDocuments
and has worked fine until I use one in my Com Add-In. The App seems convined
the web service is trying to return System.Xml.XmlNode. If I navigate to the
function in the reference.cs its return type is XmlNode. If I change it to
XmlDocument it all works fine, but then each time I update the web reference
it changes back to XmlNode.
I'm fairly new to .NET and especially COM Add-Ins. Is there something I am
missing here?
TIA
Graham