I downloaded current beta to allow use of code created in 90 day trial of Visual Studi0 2008.
Code compiles ok and application runs but I get the following error when trying to edit the form
<<<<
SharpDevelop Version : 3.0.0.2970
.NET Version : 2.0.50727.1433
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture : English (Australia) (en-AU)
Current UI language : en-US
Working Set Memory : 135580kb
GC Heap Memory : 74678kb
Exception thrown:
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Design.ParentControlDesigner.GetControlGlyph(GlyphSelectionType selectionType)
at System.Windows.Forms.Design.SplitContainerDesigner.GetControlGlyph(GlyphSelectionType selectionType)
at System.Windows.Forms.Design.Behavior.SelectionManager.AddControlGlyphs(Control c, GlyphSelectionType selType)
at System.Windows.Forms.Design.Behavior.SelectionManager.AddAllControlGlyphs(Control parent, ArrayList selComps, Object primarySelection)
at System.Windows.Forms.Design.Behavior.SelectionManager.AddAllControlGlyphs(Control parent, ArrayList selComps, Object primarySelection)
at System.Windows.Forms.Design.Behavior.SelectionManager.OnSelectionChanged(Object sender, EventArgs e)
at System.Windows.Forms.Design.Behavior.SelectionManager.OnSynchronize(Object sender, EventArgs e)
at System.Windows.Forms.Design.Behavior.BehaviorService.SyncSelection()
at System.Windows.Forms.Design.DesignerFrame.OverlayControl.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Design.DesignerFrame.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Design.PbrsForward.System.Windows.Forms.IWindowTarget.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
>>>