bugs >> Crash during use of "Data Source Configuration Wizard"

by VFA » Thu, 13 Jul 2006 19:51:01 GMT

Hi,

I'm trying to add a data source from an object using VB in Visual Studio
2005. This is something that works generally, but in a specific project the
wizard always crashes.

I start the wizard, then select "Object". The next page on the wizard
("Select the object you wish to bind to") appears briefly, then the whole
wizard vanishes. Sometimes it gives an error about a key already existing,
then vanishes.

The wizard did previously work but in the process of adding and removing
some data sources something must have got corrupted.

Does anyone know what I could do to stop it crashing - is there some file
that contains data source related info that I could delete for example?

Many thanks
TP


bugs >> Crash during use of "Data Source Configuration Wizard"

by tpm » Thu, 13 Jul 2006 21:04:17 GMT






It turns out the problem was caused by an invalid reference existing in
the project...




bugs >> Crash during use of "Data Source Configuration Wizard"

by Robert Morley » Thu, 13 Jul 2006 21:12:56 GMT

For future reference, this newsgroup is intended only for VB6 and below. I
realize it's misleading, but the creators of the group never envisioned the
.Net phenomenon. Search for groups with "dotnet" in the name, and you
should find one intended for VB.Net.


Thanks,
Rob




Similar Threads

1. Data Source Configuration Wizard

Hello!

I'm using the VB.NET Express edition.  I believe for this edition, I have 
only to options for the 'Change Data Source' dialog box.  If I want to 
connect to an Oracle DB, can I 'import' a Data Source into this dialog box 
for Oracle?  If not, do I just need to 'hard-code' the Data Source in the App?

-- 
Thanks!
Soddy

2. Data Adapter Configuration Wizard... - VB.Net

3. use existing stored procedure in data adapter configuration wizard is disabled

Hi,
I droped OracleDataAdapter to my Form and when i reached the query type , i 
have got only one option ,use sql statement , other two ,create new stored 
procedure or choose exisitng one is disabled.Can any one tell me why is this 
?

Reny 


4. Data Adapter Configuration Wizard - VB.Net

5. Data Adapter Configuration Wizard...

Hello,

I'm kinda new to VB.net and I'm wondering why every 
example shows the data adapter pulling only one table.  
According to some documentation I found, it states that an 
adapter should be used for each table, and then define a 
DataRelation object to join them.  If that's the case, 
then fine, but if you can't pull from multiple tables in 
the SQL window or in the builder, what is the point of 
having the ability to pull from multiple tables?  I have 
yet to see this addressed in any of the documentation I 
have found.

I'm sure there is likely something quite simple that I'm 
missing here, but I would greatly appreciate it being 
pointed out.

Please advise.


Thank you!

Rick


6. Change data source during a merge - MS Word&VBA

7. How does one connect to local excel file using data wizard is it possible vb.net

Greets,

How does one connect to a local excel file using data wizard is it possible?

I'm trying to connect to an excel file and populate a dataset and combo box with the data from excel

TIA


8. Stumped when using the Data Adapter Configration Wizard... - VB.Net