I am working with winforms, .net 3.5 Visual Studio 2008. The code is compiling, the winforms designer suddenly stops showing forms, with different messages, for example
'Resco.Drawing.GradientColor' cannot be converted to type 'Resco.Drawing.GradientColor'
'Method not found: 'Void Resco.UIElements.UIControl.set_TextAlignment(Resco.Drawing.Alignment)'
The variable 'ucMessageBox1' is either undeclared or was never assigned.
Again, the code compiles and runs, and no changes habe been made to the form or usercontrol, that cannot be displayed, since it xold be displayed
Sometimes it helps to clean and rebuild, sometimes it help do delete the .suo file. Sometimes it helps to shutdown and restart Visual Studio. Sometimes I do not find a solution but somewhen it works again.
I have two solutions with identical Source code for two Platforms, windows and windows embedded, sometime the same control is shown without problems in one solution but not in the other.