|
Hi,
I recently brought some order in my code and splitted it to different namespaces and assemblies.
In one assembly I have a custom "MyForm" derived from System.Windows.Form. This assembly is referenced in my project and I derived another Form (MyDerivedForm) from it in my project-assembly.
When I try to open MyDerivedForm in Designer-Mode Visual Studio crashes, no error message, it just vanishes.
When I had all my code in one big project this worked like charm.
Do I do something obviously wrong?
Thanks in advance for your help.
|