SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d
.NET Version : 4.0.30319.34014
OS Version : Microsoft Windows NT 6.3.9600.0
Current culture : Catalan (Catalan) (ca-ES)
Current UI language : es
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 250796kb
GC Heap Memory : 49369kb
1. Use SharpDevelop 5.0.0 beta Windows Forms Designer on C#.
2. In some point of the design, after adding several controls and modifying some properties, when going back to Design, you see that designer crashes (the typical "cannot load designer" screen with all the stack trace).
3. If you check at Designer.cs, you see errors in code, such as misplaced }'s or declaration of controls inside the InitializedComponent method. For example:
this.listPane.ResumeLayout(false);
private System.Windows.Forms.Button focusMisser;
this.ResumeLayout(false);
}
private System.Windows.Forms.ContextMenuStripwindowContextMenu;
4. After manually correcting this errors, designer loads back with no problems at all, until it crashes back.
Issue did not happen at SD 4, or at least I didn't encounter it.