because you are not the only one bitten by that bug
This page represents a registry of known .NET bugs. You can use it to see if the strange thing you are seeing is a known bug, or to report a new bug that you just found.
| ID | Description | Probability* | Severity* | Fixed |
| 1 |
Form refuses to close
|
High | High | 1.1 |
| 2 |
SoapFormatter and BinaryFormatter don't serialize some object graphs properly
If three or more classes have the same name but are in different namespaces, are part of the same hierarchy, and contain variables that have the same name, they will not be serialized properly. Details. |
Low | High | 1.1 |
| 3 |
Text in the Windows Forms combo box cannot be selected using the mouse
Mouse selection simply does not work in a Windows Forms combo box. Details. |
High | Low | 1.1 |
| 4 |
Arrays of structures that implement ISerializable do not deserialize correctly
Details. |
High | High | 1.1 |
| 5 |
Windows.Identity doesn't work under Windows 98
|
Low | Medium | No |
| 6 |
C# optimizer produces bad code when a try-finally block is inside if-else
|
High | High | 1.1 |
| 7 |
Structs within structs cannot be deserialized
|
Medium | Low | 1.1 |
| 8 |
Problems removing an ActiveX control from its parent
|
Medium | High | 1.1 |
| 9 |
Font.GdiCharSet hardcoded to 1
|
Low | Low | No |
| 10 |
.NET Runtime leaks large chunks of memory
|
High | High | 1.1 |
| 11 |
Instances of NumericUpDown and DomainUpDown are leaked
|
High | High | No |
| 12 |
SoapFormatter chokes on some strings
|
High | High | No |
| 13 |
FileStream becomes unusable when writing to a removable drive
|
Medium | Medium | No |
| 14 |
Mixed-mode assemblies can deadlock
|
Low | High | No |
| 15 |
ComboBox Data Binding Bug
|
Medium | Medium | No |
| 16 |
Each Windows Form leaks two GDI handles
|
High | High | No |
| 17 |
Alocation fails for certain sizes
|
Medium | High | No |
| 18 |
No way to access Environment.HasShutDownStarted
|
Low | Low | 1.1 |
| 19 |
Thread.Abort cannot abort suspended threads
|
Low | High | No |
| 20 |
Control.Width and Height are silently truncated to 32,767
|
Low | Low | No |
| 21 |
ListView.Cursor set property has no effect.
|
Low | Low | No |
| 22 |
RegistryKey.SetValue does not store large integers as DWORD
Call RegistryKey.SetValue with an integer over 2,147,483,647 will result in the value being stored as string, and not as a DWORD. Details. |
Low | Medium | No |
| 23 |
Panel doesn't repaint when parent Panel is disabled |
Low | Low | No |
* Probability represents the probability that you will encounter this bug. Severity measures how much the bug hurts when it happens.
To report a bug that's not on the above list, please e-mail me with the following info:
If you have set up a web page that contains details about this bug I'll just post a description and a link to your page. Otherwise I'll put the text here and credit you with finding the bug.
Content of this site is Dejan Jelovic. All rights reserved.