DataSet Xml differences

B

Bragadiru

Hi,

I'm using in a .NET app : MyDataSet.WriteXml("myFileName.xml",
XmlWriteMode.WriteSchema);
If I'm opening the xml file in VS2005 I can see only xml, not tabular
representation of data. The same xml file opened in VS2003 has its xml and
Data tabs => everything is ok.

What is the reason ??

Thanks for any advice.
 
K

Kevin Spencer

Right click and select "View Data Grid" from the context menu.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

The man who questions opinions is wise.
The man who quarrels with facts is a fool.
 
K

Kevin Yu [MSFT]

Hi Bragadiru,

Thanks for your feedback. Based on my research, this is a known issue in
VS.NET IDE. The problem will block the data designer showing many xml file
with embeded schema as long as it uses any system namespace like the
msdata. It also happens if we didn't find the target schema if the xml
happens contains a link to another namespace.

Please check the following link for more information on this bug.

http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackid=4
5a3d825-a71b-4830-bf1e-efd9b1f48e69

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
K

Kevin Yu [MSFT]

You're welcome. Sorry for the inconvenience!

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top