When I opened VS 2005 C# project in SharpDevelop (newest version, 2.1.0, b. 2429) , there where no problems - I compiled it for Mono successfully etc.
However, when I tried to use windows form designer, following error occured:
Error loading designer:
System.InvalidOperationException: The designer could not be shown for this file because none of the classes within it can be designed.
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)
The same message appears while opening any other windows forms code file in designer, created either in VS2003-style (whole code in one file) or VS2005-style (partial class).
Could someone help me?
Greetings, Gajatko.