473,320 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

VB.NET known bug?

Hi there,

Anyone know if this is known bug...
In the IDE I generate a dataset from a dataadaptor. with two tables in the
dataset.

The IDE shows the dataset in the project at the bottom and also shows the
..xsd file in the project explorer.

Now, I want to add a relationship between the 2 tables which is a compound
key constrint. I create my constraint, OK it and BANG! I lose my dataset at
the bottom of the project - the .xsd remains in the project exlporer... and
of course.. as a knock-on effect I get several build errors where I am
referencing the now missing dataset in code....

Any ideas or confirmation that this is a bug?

Thanks,
Graham



Nov 20 '05 #1
4 1046
Actually, more info for the bug details....

I have in fact lost ALL of my defined datasets in the project window..

It seems the only way I can recover from this issue is to manually remove
the references in the windows-generated code before recreating them..

Thanks,
Graham

"graham" <gr*************@rogers.com> wrote in message
news:7O******************@news04.bloor.is.net.cabl e.rogers.com...
Hi there,

Anyone know if this is known bug...
In the IDE I generate a dataset from a dataadaptor. with two tables in the
dataset.

The IDE shows the dataset in the project at the bottom and also shows the
.xsd file in the project explorer.

Now, I want to add a relationship between the 2 tables which is a compound
key constrint. I create my constraint, OK it and BANG! I lose my dataset at the bottom of the project - the .xsd remains in the project exlporer... and of course.. as a knock-on effect I get several build errors where I am
referencing the now missing dataset in code....

Any ideas or confirmation that this is a bug?

Thanks,
Graham




Nov 20 '05 #2
I've never come across this but I'm not denying that it may be a bug. What
does the schema look like? If you can post it along w/ what you want to
include in the constraints, i'll try to build it in my IDE and see what
happens.

HTH,

Bill

--
W.G. Ryan MVP Windows - Embedded

http://forums.devbuzz.com
http://www.knowdotnet.com/dataaccess.html
http://www.msmvps.com/williamryan/
"graham" <gr*************@rogers.com> wrote in message
news:7O******************@news04.bloor.is.net.cabl e.rogers.com...
Hi there,

Anyone know if this is known bug...
In the IDE I generate a dataset from a dataadaptor. with two tables in the
dataset.

The IDE shows the dataset in the project at the bottom and also shows the
.xsd file in the project explorer.

Now, I want to add a relationship between the 2 tables which is a compound
key constrint. I create my constraint, OK it and BANG! I lose my dataset at the bottom of the project - the .xsd remains in the project exlporer... and of course.. as a knock-on effect I get several build errors where I am
referencing the now missing dataset in code....

Any ideas or confirmation that this is a bug?

Thanks,
Graham




Nov 20 '05 #3
Hi Graham,

Did you rename maybe something outside the IDE.

To see everything better you can set in your solluction explorer in the top
show all files.

Often than you see than the problem. By instance 2 xsd files or something.

I hope this helps?

Cor
Nov 20 '05 #4
Hi Graham,

Did you rename maybe something outside the IDE.

To see everything better you can set in your solluction explorer in the top
show all files.

Often than you see than the problem. By instance 2 xsd files or something.

I hope this helps?

Cor
Nov 20 '05 #5

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

Similar topics

5
by: K. Shier | last post by:
when attempting to edit code in a class file, i see the bug "Visual Basic ..NET compiler is unable to recover from the following error: System Error &Hc0000005&(Visual Basic internal compiler...
18
by: Philipp Lenssen | last post by:
I want to write a third installment of "Little Known HTML Facts"*. I would appreciate your input here. For one thing, I would like to remember what exactly those proprietary icons were you could...
0
by: Graham McDonald via .NET 247 | last post by:
I have an classic object model, base class with two or moresubclasses. When I know exactly that there is only these twoclasses then I have no problem serilaising and deserialsing theinstances....
0
by: Anurag | last post by:
Hi, I understand that the dbm cfg parameter "DISCOVER" controls whether Search or Known discovery is applicable. Additionally, Search discovery provides a superset of Known discovery. I completely...
1
by: Hul Tytus | last post by:
comp.lang.c converting a point known by 4 distances to xyz coordinates? Amongst all the librarys on the internet there is certainly source for a routine that converts a point known by 4...
1
by: Elmo Watson | last post by:
Just switched from Beta2 to RC1 - I get this error for all the Ajax stuff (UpdatePanel, UpdateProgress, etc) as well as many others any time I open HTML source view on any page in the site. The...
2
by: waylonflinn | last post by:
I'm looking for a way to invoke methods with an arbitrary number of parameters of arbitrary type from within a single method, when those parameters are known at the time of invocation of the...
0
by: Chris Bordeman | last post by:
Hi all. My WCF service accepts a base interface type I call 'IGenericRequest' as a *parameter*. I have been able to accomplish this using NetDataContractSerializer. But then it gets sticky...
14
by: Hendrik van Rooyen | last post by:
Hi, I am surprised that it took me so long to bloody my nose on this one. It must be well known - and I would like to find out how well known. So here is a CLOSED BOOK multiple choice...
5
by: Jameson | last post by:
Hi, I have a list of known colours, generated using: Dim colorNames As New System.Collections.Generic.List(Of String) For Each known As KnownColor In .GetValues(GetType(KnownColor)) Dim...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.