Exception in design mode

Forum for reporting problems
Post Reply
Jeff Absalom
Posts: 0
Joined: Mon Mar 01, 2021 3:09 am

Exception in design mode

Post by Jeff Absalom »

Hello
This looks a nifty software for a few projects of mine. I hit a problem though:
When I double click a form with the dgk control on it I get an exception screen. See attached what I reproduced on object array example.
Can it be fixed?
I would appreciate some help
Thank you
DesignException.png
DesignException.png (19.94 KiB) Viewed 13269 times

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: Exception in design mode

Post by Prashant Kande »

Hi Jeff
Sorry about the bug. We know about it but it somehow got through the cracks in priorities. It happens inconsistently in our tests. I have raised its priority.

In my experience I always could get around it by restarting Visual Studio, rebuilding the project, etc. Remember that for x64 product you need to switch to x86/win32/AnyCPU configuration before opening the form designer. When the modification is done, switch to x64 and to the build.

The pure .net control coming in the next version will be another option.

Please update this or get in touch if nothing works.

Post Reply