Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid URI: The URI scheme is not valid
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Invalid URI: The URI scheme is not valid
Miscellaneous
Thread ID:
00935062
Message ID:
00935062
Views:
276
Hi all,

I have a VFP COM imported into an ASP.NET project. There is a method that returns XML string called by my webform, that XML string in turn is to be read into a DataSet. But when the DataSet object tries to ReadXml, it failes and an exception is thrown with the message as indicated by this thread's title. The code is as follows:
//code omitted
string cxml = ovfpcom.getmylist();// this returns an xml string
this.odataset.ReadXml(cxml);// this fails with "Invalid URI: The URI scheme is not valid"
//so I tried
this.odataset.ReadXml(cxmlXmlReadMode.ReadSchema);//I get the same message 
//so I tried
this.odataset.ReadXml(cxmlXmlReadMode.IgnoreSchema);//Still fails with the same message 
Any help will appreciated greatly,
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Next
Reply
Map
View

Click here to load this message in the networking platform