dataset creation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a confusing problem and I think it acutally might be an IDE problem.
I am using Visual Studio 2005 Standard. When I right click on my project and
add an item I select Dataset. It used to bring up a designer where I was
able to create the dataset from but now it is displaying what looks like and
xml file.

Does anybody know what is going on here?

This is what it is showing in the IDE when I select to add a new dataset:

<?xml version="1.0" encoding="utf-16" ?>
- <xs:schema xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:b="http://schemas.microsoft.com/BizTalk/2003"
xmlns="http://tempuri.org/DataSet1.xsd" attributeFormDefault="qualified"
elementFormDefault="qualified"
targetNamespace="http://tempuri.org/DataSet1.xsd" id="DataSet1"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element msdata:IsDataSet="true" msdata:UseCurrentLocale="true"
name="DataSet1">
- <xs:complexType>
<xs:choice maxOccurs="unbounded" />
</xs:complexType>
</xs:element>
</xs:schema>

Oh, and an error comes up stating that the object is not set to a reference.

Thanks for any information.
 
UPDATE:

After reviewing the XML I see that is stated something about BizTalk. Well,
I have installed the BizTalk Server 2006 Beta. I just uninstalled it and now
I am getting the dataset designer.
 
Back
Top