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.
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.