Hello,
Using SharpDev 5.1 for C# with windows components.
Afte rmoving, adding, renaming or creating any controls at all the designer.cs becomes corrupted, essentially either removing Initialize() from the start of the file, re-adding the component definitions or adding a trucated re-starting of the designer at the end of the file.
If then generates errors accordingly (no def for Init, duplicate defs or EOF expected/not expected).
How do I remove adn recreate the designer without loosing all of my layout, events and so on, or otherwise correct this [mis]behavior?