Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, November 22, 2008

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 the ItemStyle Wrap property or the HeaderStyle Wrap property is set to false in Visual Basic .NET        
Total Hits: 160  |  Today: 0 Author: 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: DataGrid Web Server Control Wraps When ItemStyle Wrap or HeaderStyle Wrap Property Is Set to False in Visual Basic .NET        
Total Hits: 288  |  Today: 0 Author: 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: elementFormDefault and attributeFormDefault Properties of XSD Schema Are Incorrect When Read from Designer (Q316798)        
Total Hits: 499  |  Today: 0 Author: 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: 662  |  Today: 1 Author: 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: "Unhandled Exception" Error Message When You Use Visual Basic 6.0 Components from Managed Code (Q310451)        
Total Hits: 574  |  Today: 0 Author: 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: 301  |  Today: 0 Author: 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: 141  |  Today: 1 Author: 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: 209  |  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: ListView.ColumnHeaderCollection.Add Method Does Not Work with Autosize Width in Visual Basic        
Total Hits: 296  |  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: 276  |  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: 756  |  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: 358  |  Today: 1       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: The Resx File Is Not Updated When You Remove a Control (Q316643)        
Total Hits: 353  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you add a control to a form and then localize it, some strings may persist when you delete and replace the control with a control of the same name. You may see strings that are intended for the deleted version of the control that are overwriting the text property value that is entered in the design environment when the solution is run....

BUG: "Old Format or Invalid Type Library" Error When Automating Excel 2002 (Q320369)        
Total Hits: 2183  |  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: 216  |  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: 445  |  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: Data Is Not Loaded in DataGrid 6.0 if You Use the 'RetrieveFields' Option in Visual Basic 6.0 (Q316159)        
Total Hits: 488  |  Today: 0 Author: 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: The Scale Value for Oracle Numeric Parameter Is Ignored (Q317528)        
Total Hits: 483  |  Today: 0 Author: 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: Cannot Create Calculated Expressions on Datasets in Schema Designer (Q311522)        
Total Hits: 86  |  Today: 0 Author: 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: Data Loss When You Recursively Navigate an XmlDataDocument        
Total Hits: 173  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you try to recursively navigate an XmlDataDocument that has been synchronized with a filled ADO.NET DataSet, all of the data is not returned....


1  2  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net