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 > VB.NET BUG


Search:
What's New - What's Hot
BUG: DataGrid Web Server Control Wraps When ItemStyle Wrap or HeaderStyle Wrap Property Is Set to False in Visual Basic .NET     
Total Hits: 385  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The wrap functionality occurs for each cell and not for each row of the DataGrid. Therefore, if you set the wrap functionality for all of the DataGrid, text wrapping functionality is not disabled for every row or column....

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....

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....

BUG: UML Code Generator Places IMPORTS Inside Namespace Declarations     
Total Hits: 187  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use the Unified Modeling Language (UML) software diagram template that is included with Visio 2002 to generate Visual Basic .NET (VB.NET) code, you may receive the following compile error message when a class imports a class from another namespace:

"Imports statement must precede any declaration"

The code generator places the VB.NET IMPORTS statement inside the namespace declaration. The VB.NET language specification requires that you place the IMPORTS statement outside ...

BUG: ListView.ColumnHeaderCollection.Add Method Does Not Work with Autosize Width in Visual Basic      
Total Hits: 385  |  Today: 0      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. To work around this issue, avoid using the -1 and -2 autosize parameters. Instead, pass a predefined column width to the Add() method.The other avail...

BUG: Incorrect Events Listed in the Event Drop-Down List for a TextBox Control     
Total Hits: 352  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The event list of the TextBox control for Microsoft Windows forms does not display the following public event handlers that are documented in the Microsoft Developer Network (MSDN) library:
Click, ControlAdded, ControlRemoved, Disposal, GetFocus, HandleCreated, HandleDestroyed, Invalidated, LostFocus, MouseWheel, Paint...

BUG: Setup Fails When You Install Visual Studio .NET Over a Terminal Service Session from a Mapped Drive (Q307420)     
Total Hits: 859  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you try to run Microsoft Visual Studio .NET (VS .NET) Setup from a terminal service session and the setup files reside on a mapped drive, you may receive the following error messages in both VS .NET Setup and the Windows Components Update:

"Microsoft Visual Studio .Net
Windows Component Update

SETUP FAILED

The following components failed to install:

Microsoft FrontPage 2000 Web Extensions Client
Setup Runtime Files
Microsoft Visual Studio .Net

Setup Failed

There were errors during setup."
The setup log named Baserrorlog.txt d..Read More..

BUG: Visual Basic .NET Code Examples Overwrite Text in Console Window (Q306720)     
Total Hits: 438  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many of the Visual Basic code samples in the .NET Framework documentation use the ControlChars.Cr constant to write output to the console. However, this constant, which is intended to separate lines of output in the console, causes the lines of output to be written over each other on a single line in the console.For example, if a sample intends to write the following output to the console: First Line Second Line if you use the following code:

Console.Write( "First Line" & ...

BUG: "Old Format or Invalid Type Library" Error When Automating Excel 2002 (Q320369)     
Total Hits: 2310  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you automate Microsoft Excel 2002 with Microsoft Visual Basic .NET, Microsoft Visual C# .NET, or Microsoft Visual C++, you may receive the following error when calling certain methods:

Error: 0x80028018 (-2147647512)

Description: Old Format or Invalid Type Library...

BUG: Upgrade Wizard Incorrectly Converts an ActiveX Control's DataSource Property (Q316170)      
Total Hits: 302  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use the Upgrade Wizard to upgrade a project from Microsoft Visual Basic 6.0 to Visual Basic .NET, the DataSource property of the ActiveX controls contained in the upgraded project may not migrate correctly. If the fully qualified name is used to access the DataSource property, the DefInstance property is not added during migration.

...

BUG: Visual Basic .NET "'[Method]' is ambiguous across the inherited interfaces" Error Message When Using Office Automation (Q315981)      
Total Hits: 530  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use Visual Basic .NET to automate a Microsoft Office application, and an Automation object has both a method and an event with the same name, you may receive the following compile time error message when you build the project:
BC30685: '[Method]' is ambiguous across the inherited interfaces '[Interface1]' and '[Interface2]'....

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....

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: 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....

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....

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 Use the Undo Feature to Move Controls or Components in the Component Tray      
Total Hits: 286  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you move non-visual controls or components in the Windows Forms Designer Component Tray of the Visual Basic .NET integrated development environment (IDE), the change does not appear to roll back when you click Undo on the Edit menu or press CTRL+Z. When you use the Undo feature the next time, previous changes are undone, though the placement of items in the Windows Forms Designer Component Tray does not change.
...

BUG: SaveFileDialog Object Returns "Cancel" When You Overwrite an Existing File     
Total Hits: 297  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you call the ShowDialog method of a SaveFileDialog object from the Sub Main procedure, you receive DialogResult.CANCEL whether or not you choose to overwrite an existing file. To avoid this problem, call the ShowDialog method from outside the Sub Main procedure.
...


1  2  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net