Hi MrGenii,
Does this problem occur in other version of Windows Operating System? Such Windows XP, Windows Vista. If the problem can only happen in Windows 7 Beta, the problem can not get support now.
Actually, there are other factors can cause the designer loading process error. Try to check out the designer-generated code in the *.designer.cs file. More precisely, check out the code in the InitializeComponent method, if there are bad references or mistakes, correct them.
If the project refers to third party controls, it may also cause this problem. Because if the project can't locate the referenced dll, the designer don't know how to present it.
So to solve the problem, please see the following steps.
- Check if this problem only happens in Windows 7 Beta version Operating System.
- Rebuild the probject, and reopen the project.
- If the above steps doesn't work, please check if there are any errors in the designer-generated code.
If you have any further problem, please don't hesitate to let me know.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.