Hi guys,
I know how load XMl file in Windows application.But comparing windows application , device application have some special feature. When i use the same code in device application i have bug called"Web Exception"
Any body can help
My code is:
Dim strPath As String = "http://192.168.1.50/iw/Document/pathXml/pathXml/comp.xml"
Dim xmlDoc As New XmlDocument
xmlDoc.Load(str Path)
TextBox1.Text = xmlDoc.InnerTex t
I know how load XMl file in Windows application.But comparing windows application , device application have some special feature. When i use the same code in device application i have bug called"Web Exception"
Any body can help
My code is:
Dim strPath As String = "http://192.168.1.50/iw/Document/pathXml/pathXml/comp.xml"
Dim xmlDoc As New XmlDocument
xmlDoc.Load(str Path)
TextBox1.Text = xmlDoc.InnerTex t
Comment