Click here to Skip to main content
15,915,087 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Add Image in XML Pin
LovelyHelp14-Mar-06 23:24
LovelyHelp14-Mar-06 23:24 
QuestionDataTable.WriteXML gives incorrect output Pin
magja7-Mar-06 4:01
magja7-Mar-06 4:01 
Questionxmldom Pin
Hamid_RT7-Mar-06 0:28
Hamid_RT7-Mar-06 0:28 
AnswerRe: xmldom Pin
imsathy7-Mar-06 19:34
imsathy7-Mar-06 19:34 
GeneralRe: xmldom Pin
Hamid_RT7-Mar-06 20:18
Hamid_RT7-Mar-06 20:18 
QuestionHow to get the datatype of an XML element using C# Pin
Enigma34404-Mar-06 2:50
Enigma34404-Mar-06 2:50 
AnswerRe: How to get the datatype of an XML element using C# Pin
Denevers31-Mar-06 18:01
Denevers31-Mar-06 18:01 
Question"unable to establish connection to network" exception Pin
amresawy2-Mar-06 10:08
amresawy2-Mar-06 10:08 
hi all,i'm creating a mobile appliction with ms vs2005 release edition, im using a webservice from www.webservicex.com and i get the exception with the details :

Status :System.Net.WebExceptionStatus.ConnectFailure

System.Net.WebException was unhandled
Message="Could not establish connection to network."
StackTrace:
at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke()
at DeviceApplication2.net.webservicex.www.lengthUnit.ChangeLengthUnit()
at DeviceApplication2.Form1.button1_Click()
at System.Windows.Forms.Control.onclick()
at System.Windows.Forms.Button.onclick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DeviceApplication2.Program.Main()

&here's my code:

private void button1_Click(object sender, EventArgs e)
{

net.webservicex.www.lengthUnit l = new
DeviceApplication2.net.webservicex.www.lengthUnit();
double x = l.ChangeLengthUnit(120, DeviceApplication2.net.webservicex.www.Lengths.Feet, DeviceApplication2.net.webservicex.www.Lengths.Meters);
MessageBox.Show(x.ToString());

}



please tell me where is the error (i'm deploying it using the device emulator and the active sync program)
QuestionBest way to feed xml Pin
krsouthern27-Feb-06 22:36
krsouthern27-Feb-06 22:36 
AnswerRe: Best way to feed xml Pin
imsathy2-Mar-06 19:26
imsathy2-Mar-06 19:26 
QuestionLooking for an XML Edit Control Pin
Nockawa27-Feb-06 10:00
Nockawa27-Feb-06 10:00 
Questionmatlab to xml coversion Pin
aksaqua26-Feb-06 22:13
aksaqua26-Feb-06 22:13 
QuestionXmlTextWriter C# invalid characters o;? Pin
rambo29826-Feb-06 8:37
rambo29826-Feb-06 8:37 
QuestionConvert xml dataset to string Pin
ironstrike125-Feb-06 12:47
ironstrike125-Feb-06 12:47 
AnswerRe: Convert xml dataset to string Pin
ironstrike125-Feb-06 12:49
ironstrike125-Feb-06 12:49 
QuestionXSD Validation Pin
Al Ortega25-Feb-06 5:21
Al Ortega25-Feb-06 5:21 
QuestionConversion of Excel Worksheet Data in to XML file Format Pin
winpoorni23-Feb-06 17:58
winpoorni23-Feb-06 17:58 
QuestionWatermark Pin
sreejith ss nair23-Feb-06 2:38
sreejith ss nair23-Feb-06 2:38 
AnswerRe: Watermark Pin
George L. Jackson24-Feb-06 1:07
George L. Jackson24-Feb-06 1:07 
QuestionXSD information in resx file Pin
sumit malik23-Feb-06 0:24
sumit malik23-Feb-06 0:24 
QuestionXmlDocument.NameTable vs namespaces Pin
chricla23-Feb-06 0:14
chricla23-Feb-06 0:14 
AnswerRe: XmlDocument.NameTable vs namespaces Pin
Douglas Troy3-Mar-06 6:47
Douglas Troy3-Mar-06 6:47 
QuestionPlease help - a question on XPath... Pin
Tigger9922-Feb-06 3:04
Tigger9922-Feb-06 3:04 
AnswerRe: Please help - a question on XPath... Pin
George L. Jackson22-Feb-06 12:58
George L. Jackson22-Feb-06 12:58 
QuestionXML file corrupted and filled with spaces..Any Idea!!! Pin
FiDz20-Feb-06 0:34
FiDz20-Feb-06 0:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.