G
Guest
I am currently trying to create a mobile application that accesses a document
literal web service. When I add the web reference for this service based on
it's WSDL, the generated class file for the service contains usage of
XmlElementAttribute.Form property. For example:
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string username;
This gives me compile errors as it apparently does not exist in the compact
framework, however the MSDN documentation says that it is supported by the
compact framework:
http://msdn.microsoft.com/library/d...ializationxmlelementattributememberstopic.asp
However my local documentation (which is version 1.1.0) says that it is not.
Frome this, I would gather than an update to the compact framework makes this
property available; however I have installed compact framework SP2 to no
avail. Are there additional updates that I require for Visual Studio 2003 in
order to get this to work? Are there any known work-arounds for this problem?
I have been trawling the web for a day to try and find an answer to this
problem
to no avail.
literal web service. When I add the web reference for this service based on
it's WSDL, the generated class file for the service contains usage of
XmlElementAttribute.Form property. For example:
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string username;
This gives me compile errors as it apparently does not exist in the compact
framework, however the MSDN documentation says that it is supported by the
compact framework:
http://msdn.microsoft.com/library/d...ializationxmlelementattributememberstopic.asp
However my local documentation (which is version 1.1.0) says that it is not.
Frome this, I would gather than an update to the compact framework makes this
property available; however I have installed compact framework SP2 to no
avail. Are there additional updates that I require for Visual Studio 2003 in
order to get this to work? Are there any known work-arounds for this problem?
I have been trawling the web for a day to try and find an answer to this
problem
to no avail.