I have created a project before v1.3.18 as a desktop solution..
The problem I have after upgrading to 1.3.18 is that the designer starts throwing errors ..
a messagebox with System.componentsmodel.design.ExceptionCollection is thrown shows.
I have no clue on what I need to change or that I run into a bug!!
If I add a new desktop .. it shows ok.. if I manually add some controls in the designer file by copy paste it starts throwing errors..
Can somebody on your side trace what is going on or need to be changed, so that I don’t have to start over ?!
Tanks again for the swift support!!
Hi Michael,
It’s a regression at design time introduced with the new property AutoHideTaskbar when set to true. It’s fixed in the current dev build (coming up). If you set AutoHideTaskbar = false (or remove the line AutoHideTaskbar = true) from designer.cs in InitializeComponent() you can open the desktop in design mode.
Best,
Luca
Thank you for the test case. I will let you know what we find.
Please login first to submit.