Quantcast
Channel: C# 411 » Errors
Viewing all articles
Browse latest Browse all 5

ComboBox Exception: “Too many items in the combo box”

$
0
0
The .NET ComboBox may throw a cryptic OutOfMemoryException with the following message: Too many items in the combo box. This poorly-worded exception results when you Add an object to the ComboBox whose ToString() method returns a null or empty string.  To fix this error, make sure that for every object that you add to the [...]

Viewing all articles
Browse latest Browse all 5

Trending Articles