Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base > Visual Basic.Net > Errors and Bugs
Search:
What's New - What's Hot
Listings for VB.NET BUG VB.NET BUG (34)
Listings for VB.NET Errors VB.NET Errors (11)
Listings for VB.NET PRB VB.NET PRB (24)
 


BUG: DataGrid Web Server control wraps when the ItemStyle Wrap property or the HeaderStyle Wrap property is set to false in Visual Basic .NET     
Total Hits: 386  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article refers to the following Microsoft .NET Framework Class Library namespace
When you set the HeaderStyle Wrap or the ItemStyle Wrap property to False, data is still wrapped in the columns of the DataGrid Web control....

PRB: SET Statements Do Not Have Connection-Wide Scope with ExecuteReader() of SQLCommand Class (Q316889)     
Total Hits: 788  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you are using SET statements that are followed by resultsets that are returning statements such as SELECT, existing Microsoft SQL tools return non-resultset queries. This is not true when you are using the SqlCommand.ExecuteReader method. When SET statements are used with SqlCommand.ExecuteReader, the SQL statements that contain SET statements such as "SET statistics profile on" return results from the set statements. The preceding SQL statements (such as SELECT * FROM TableA) that are exec...

PRB: DataSet Contains Duplicate Records Based on SQL Outer Join Query (Q317058)     
Total Hits: 975  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you call the Fill method of the DataAdapter object twice on a DataTable in a DataSet that is based on a SQL outer join statement, if you do not first clear the current contents of the DataTable, the DataTable may contain two copies of each record....

BUG: Data Is Not Loaded in DataGrid 6.0 if You Use the 'RetrieveFields' Option in Visual Basic 6.0 (Q316159)     
Total Hits: 712  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you upgrade a Microsoft Visual Basic 6.0 project to Visual Basic .NET, and the project contains a DataGrid that was populated by using the RetrieveFields option, the data does not appear in the grid....

BUG: elementFormDefault and attributeFormDefault Properties of XSD Schema Are Incorrect When Read from Designer (Q316798)     
Total Hits: 714  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use the XSDSchema designer tool to create an XSD schema, the elementFormDefault and attributeFormDefault properties are read incorrectly by the designer....

BUG: Creating Circular References Between UserControls Closes Visual Basic .NET Without Warning (Q316554)     
Total Hits: 887  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use Visual Basic .NET to create two Windows Control Libraries (UserControls) that have a circular reference between them, and then you try to add one control onto another, the integrated development environment (IDE) may close (crash) without warning....

PRB: "Unhandled Exception of Type 'System.ArgumentException'" Error Message When You Use the ListBox Sorted Property (Q316568)     
Total Hits: 864  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

To resolve this issue, set the Sorted property before you bind the ListBox to a datasource....

PRB: Cannot Assign Images to a ColumnHeader Control in a Windows Forms ListView Control Using Visual Basic .NET (Q316202)     
Total Hits: 861  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you attempt to assign images to a ColumnHeader control in a Windows Forms ListView control, the operation is unsuccessful....

BUG: The Scale Value for Oracle Numeric Parameter Is Ignored (Q317528)     
Total Hits: 701  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you set the scale for a parameter of type NUMBER, it does not affect the value of the parameter that is passed to the database....

BUG: "Unhandled Exception" Error Message When You Use Visual Basic 6.0 Components from Managed Code (Q310451)     
Total Hits: 796  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use Visual Basic 6.0 components in your managed code, you may receive "Unhandled Exception" error messages....

PRB: Problems Using an XML Web Service that Returns a DataTable (Q306134)      
Total Hits: 1243  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you browse to the URL of an XML Web service that returns a DataTable from one of its Web methods, you may receive the following error message:
System.Data.DataRelation cannot be serialized because it does not have a default public constructor....

PRB: Error "Invalid Attempt to Read from Column Ordinal" When You Use DataReader in Visual Basic .NET (Q308069)      
Total Hits: 762  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use DataReader to read a row, if you try to access columns in that row, you receive an error message similar to the following:
System.InvalidOperationException: Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '2' or greater....

PRB: DataReader Has No RecordCount Property in Visual Basic .NET (Q308050)      
Total Hits: 998  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When using the OleDbDataReader or SqlDataReader class, there is no RecordCount property to tell how many records are being fetched....

BUG: ListView.ColumnHeaderCollection.Add Method Does Not Work with Autosize Width in Visual Basic (Q317546)      
Total Hits: 379  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you pass -1 or -2 autosize width settings to the ListView.ColumnHeaderCollection.Add method, the ListView control does not display the column as expected.You expect a -1 setting to set the column header to the size of the largest subitem text in the column, and a -2 setting to set the column header to the size of the text in the column header....

PRB: Windows Forms TreeView Control Does Not Handle State Image Lists in Visual Basic .NET (Q315934)      
Total Hits: 283  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Windows Forms TreeView control displays a hierarchy of nodes that is similar to the way that Windows Explorer displays folders in the left pane. With the Windows Forms TreeView control, the application cannot use a State image list to display a State icon. The State icon appears to the left of the icon that is displayed for a node in the control. This behavior differs from the behavior of the underlying Win32 TreeView control....

BUG: ActiveX Control Disappears in Windows Forms Designer (Q312120)      
Total Hits: 226  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you place an ActiveX control that was created in Visual Basic 6.0 or Visual C++ 6.0 on a form in a Visual Studio .NET Windows application, the control may disappear from the form in the design view. The control disappears when you use the Properties window to set the value of a form property, such as ShowInTaskBar....

BUG: Cannot Create Calculated Expressions on Datasets in Schema Designer (Q311522)      
Total Hits: 170  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you add an instance of a calculated expression in the Schema Designer and you preview that expression, the following error message appears and you are not allowed to create the instance....

PRB: LIKE Statement Does Not Return Any Data with Oracle Character Data Type (Q307514)      
Total Hits: 271  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use Microsoft OLE DB Provider (MSDAORA) or the OLE DB .NET Data Provider for Oracle, if you use a LIKE statement to search fixed-length character types, Oracle does not find any rows if their padding is different....

BUG: Cannot Insert Empty String into Memo, Text, nText, or Blob Columns (Q316323)      
Total Hits: 206  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you try to insert an empty string into Memo, Text, nText or Blob columns by using the OLE DB .NET data provider, you receive the following exception:

An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll
If you handle this exception within a try-catch block, you receive the following information:

System.InvalidOperationException
System.Data.OleDb.OleDbException: Multiple-Step OLE DB operation generated errors. Check each OLE DB ...

BUG: System.StackOverflowException Error When You Access the UnderlyingValue Property (Q316319)      
Total Hits: 307  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Microsoft Windows .NET Framework 1.1 ....



Disclaimer - Privacy
© 2002-2012 DevASP.net