473,811 Members | 2,783 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

dataset creation

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="u rn:schemas-microsoft-com:xml-msdata"
xmlns:b="http://schemas.microso ft.com/BizTalk/2003"
xmlns="http://tempuri.org/DataSet1.xsd" attributeFormDe fault="qualifie d"
elementFormDefa ult="qualified"
targetNamespace ="http://tempuri.org/DataSet1.xsd" id="DataSet1"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element msdata:IsDataSe t="true" msdata:UseCurre ntLocale="true"
name="DataSet1" >
- <xs:complexType >
<xs:choice maxOccurs="unbo unded" />
</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.
Nov 19 '05 #1
1 1135
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.
"Brad" wrote:
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="u rn:schemas-microsoft-com:xml-msdata"
xmlns:b="http://schemas.microso ft.com/BizTalk/2003"
xmlns="http://tempuri.org/DataSet1.xsd" attributeFormDe fault="qualifie d"
elementFormDefa ult="qualified"
targetNamespace ="http://tempuri.org/DataSet1.xsd" id="DataSet1"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element msdata:IsDataSe t="true" msdata:UseCurre ntLocale="true"
name="DataSet1" >
- <xs:complexType >
<xs:choice maxOccurs="unbo unded" />
</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.

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2172
by: Derrick | last post by:
I am reading in xml files that equate to sql tables, via XmlDataDocument, and then operating on the DataSet. With the most simple app that just loads the xml doc, I see the memory footprint of the app grow to roughly 5x the size of the xml document after the xml doc is read. Can anyone comment on this? Is this expected? Below are two samples, the first hits northwind, and creates a 19meg (roughly, on my machine) xml file. The second...
7
6237
by: Sharon | last post by:
I have successfully loaded a DataSet object with a XML schema (XSD). Now I wish to populate the tables that was created in the DataSet. I have an XML file/string that contain all the needed data in the same format as the XSD (the XML file/string was created using this same schema). The XML file/string may contain data for a single table or for several tables at once. The question is:
1
2490
by: Sachin | last post by:
Hi, I am working on ASP.Net 2.0 Beta 2 I am having problems creating crystal report using dataset I created a new dataset (DS_ExpCode) and a datatable (DT_ExpCode) under App_Code folder. Then i create a new crystal report A Standard Report Creation Wizard window popus up with available datasource I selected Project Data -> ADO.Net Dataset, i see the dataset recently
12
2011
by: Graham Blandford | last post by:
Hi all, Would someone be able to tell me the most 'graceful' way of removing unwanted rows from a dataset based on a condition prior to update? OR, resetting the rows all to unchanged after they are initally added to the recordset. I create a dataset, which begins empty after the initial .Fill. Then I create several rows with some default information, leaving one
7
2228
by: Gary Paris | last post by:
I have a bound datagrid on my windowsform. I have the following declarations in the global module of the project: Public eDS As DataSet Public eDA As OleDb.OleDbDataAdapter In the Load routine of the form, I have the following code Dim eDS As New DataSet
1
1851
by: Elad | last post by:
hi, I'm sorry if this isn't the right group, I just didnt know which category to place this question in. Anyway, I have 2 problems: I got a web service which connects to a DB and puts the data in a DataSet, and sends back to the user the DataSet.GetXml() (I know that a Dataset is serializable, but i need it's xml. anyway, this method does not create tags with no values in the output xml, in case a certain field in the DB equals...
0
1612
by: Hurricane | last post by:
I have my SQL database with a table that I am trying to have a gridview dislay with inline editing. It seems as if the dataset does not generate the apropriate update query, and therefore consequently the gridview does not automatically allow editing. I then try to change which update query that is selected being the dataRow, DataSet,dataTable or other DataRow And none of them work
3
2655
by: H | last post by:
I have a dataset with Customers, Orders, and Items tables. It has datarelations set between Customers-Orders and Orders-Items It has foreignkeyconstraints with update/delete rules set to cascade for Orders & Items. The dataset is filled with Customers and their related Orders and their related Items. What is the most efficient way to create a second dataset that is a subset of the main dataset, but only has data for Customer_id = "1"
1
1990
by: Flupke | last post by:
Hello, I'm trying to figure out how to create a Crystal Report in VB2005 using a CrystalReportViewer from a dataset that I created on a form Form1. The dataset (from an Access Database) appears on a DatagridView on Form1, assuring me that there is nothing wrong with thre creation of the dataset itself. However , I cannot make it appear in the Report Viewer. The error that constantly throws up is : "Report has no tables". This is my code :...
4
1209
by: Andy B | last post by:
I have a wizard on a page that will dynamically create a dataset as it goes along based on user input. When the wizard is done, it will dump all of the data it collected/created in the wizard to an xml file. Should this be an in memory version or a dataset or a file based dataset?
0
10652
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10395
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10408
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10137
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9211
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5561
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3874
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3026
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.