DataSet Xml differences

  • Thread starter Thread starter Bragadiru
  • Start date Start date
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.
 
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.
 
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.)
 
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.)
 
Back
Top