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

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 > C-Sharp > Errors and Bugs > C# Bugs
Search:
What's New - What's Hot

BUG: ListView.ColumnHeaderCollection.Add Method Does Not Work with Autosize Width in C# (Q316572)        
Total Hits: 781  |  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: System.Arithmetic Exception Error When You Change the Floating-Point Control Register in a Managed Application        
Total Hits: 300  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

If a managed application calls into unmanaged code that must modify the floating-point control register, the unmanaged code must return the floating-point register to its default state before it returns program control to the managed application....

BUG: Imperatively Wired Control Event Does Not Fire in Visual C# .NET Web Application (Q314965)        
Total Hits: 536  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

A control event on a Microsoft Visual C# .NET Web application form may not fire. The event does not fire if you wire the control event imperatively, that is, if you double-click the event from the Events view and then add the code....

BUG: "Documents in This Folder Are Not Available" Error Message When You Open a Web Project (Q316097)        
Total Hits: 992  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you open a Web project that is hosted on a remote server, if you originally created that Web project with Visual Studio .NET Beta 2 Professional Developer Conference (PDC) Release, you may receive the following error message:
Documents in this folder are not available. The folder may have been moved or deleted, or network problems may be preventing a connection to the server....

BUG: Automatically-Generated Page Event Handler Inserts Incorrect Event Name (Q318279)        
Total Hits: 387  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you automatically generate a page event handler, the automatically-generated page event handler is named WebForm1_Load , but the Page_Load event handler is connected to the function....

BUG: Debugger Steps Incorrectly Through Visual C# .NET Code (Q316834)        
Total Hits: 364  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the debugger to step through Visual C# .NET source code, the debugger appears to step incorrectly through the code....

BUG: "Old Format or Invalid Type Library" Error When Automating Excel 2002 (Q320369)        
Total Hits: 2152  |  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: Unexpected Exception on Serialization of DbConcurrencyException (Q306726)        
Total Hits: 500  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you serialize a DBConcurrencyException object, the value of the
Row property in the serialized version of the object is set to a null value and an exception occurs:

An unhandled exception of type 'System.NullReferenceException' occurred in app_name.exe
Additional information: Object reference not set to an instance of an object....

How to properly handle Cross-thread events and update a Label with BeginInvoke and BackgroundWorker        
Total Hits: 78  |  Today: 0 Author: TuiTo       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article proposes a solution for updating Windows Form components when using cross-thread method calls.

Since .net framework 2.0, you can't make a explicit method call to a windows form component method (say, you wanted to alter the text of a label). This happens because windows forms is not thread-safe (in other words, it can't guarantee that the behavior using threads will be the same as using only the main program thread)....

BUG: Init Function in a Visual C# Mobile Web Application Is Not Fired (Q309471)        
Total Hits: 533  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you use the Properties window to create an Init event handler in a Visual C# .NET mobile Web application, the code in the handler is not executed because the handler is not called....



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