Bug found in VB.NET - Any work arounds? 
Author Message
 Bug found in VB.NET - Any work arounds?

I think I've located a bug in VB.NET in the use of datasets and tabcontrols.

1. Setup for a dataset collection on your form.
    (connection -> adapter -> dataset)
2. Set a tabcontrol on your form. (make two tabs)
3. Place a combobox control onto the page of tab1 (like normal)
4. Bind the combobox to the first text itme in the dataset
5. Populate the dataset at form_load
6. Run the program.

I keep getting "System.Data.DataRowView" for the first record.  Of
course this is not the actual text in the Access database it's coming
from.  All the other records are correct.  It just the first record that
gets loaded into the dataset at form_load that's causing the problem.
Best I can figure anyway.

Anyone got any clues as to what I'm doing wrong?



Fri, 29 Apr 2005 00:59:29 GMT  
 Bug found in VB.NET - Any work arounds?

Quote:

> I think I've located a bug in VB.NET in the use of datasets and
> tabcontrols.

> 1. Setup for a dataset collection on your form.
>    (connection -> adapter -> dataset)
> 2. Set a tabcontrol on your form. (make two tabs)
> 3. Place a combobox control onto the page of tab1 (like normal)
> 4. Bind the combobox to the first text itme in the dataset
> 5. Populate the dataset at form_load
> 6. Run the program.

> I keep getting "System.Data.DataRowView" for the first record.  Of
> course this is not the actual text in the Access database it's coming
> from.  All the other records are correct.  It just the first record that
> gets loaded into the dataset at form_load that's causing the problem.
> Best I can figure anyway.

> Anyone got any clues as to what I'm doing wrong?

Nevermind....   My database file somehow had gotten written back the
string "System.Data.DataRowView".  All is well again!!  :)


Fri, 29 Apr 2005 01:09:16 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB6 SP5 Bug list and work-arounds

2. ADO.Net to fetch ActiveDirectory this function bugs in Asp.net but works in Vb.n

3. My Bug or VB.Net Bug ???

4. Bug in VisualStudio.NET editor for VB.NET

5. SetDataSource not working with Crystal Reports .NET in VB.NET

6. How to get VB.Net working with CE.Net

7. Find good book about using CR.NET with VS.NET and .NET Framework

8. VB.NET - New Project - Form1.VB - ERROR: EnvDTR, or one of its dependencies, was not found

9. Project98 OLE & VB: bugs, bugs, bugs

10. Bug in Visio Save as Web in VB.net

11. Mysterious bug in VB.NET 1.1 compiler

12. ActiveX OCXs and VB.NET - possible bug

 

 
Powered by phpBB® Forum Software