Adding a column using the designer crashes the control with the following message:
System.Exception: The control BrightIdeasSoftware.ObjectListView has thrown an unhandled exception in the designer and has been disabled.
Exception: Unable to cast object of type 'System.Windows.Forms.ColumnHeader' to type 'BrightIdeaSoftware.OLVColumn'
I tried 2 different laptops. On both machines it works fine with VS2010 but crashes the designer in #D
Then I make a fresh install of windows7, .net4, sdk and OLV using VirtualBox in a linux box with the same result.
Can't find useful information in Google so I appreciate any help with this.
It is a bug. SharpDevelop is not using the custom column collection editor that the ObjectListView assembly contains. Instead it is defaulting to the column collection editor which is used for the standard System.Windows.Forms.ListView.