MaterialSkin
MaterialSkin copied to clipboard
App in break mode - MaterialForm border arrow
Hi, I am using MaterialForm and I found a bug, while the form is running if I move the cursor to the border appears the arrows resize cursor and then the app stops and then Visual Studio shows "The application is in break mode" there is no stack trace or anything to locate the problem.
Here is the evidence.
you using vb.net?
you know how to fix this problem i use vb.net
- http://prntscr.com/i08qxi
- http://prntscr.com/i08tps
no, C#
I have the same problem. Please how can you help me solve this issue in C#?
Tools > Options > Debugging > uncheck Enable Just My Code
You will be able to see where is the exception throwed
I have solved the problem by not inheriting MaterialForm to my class. There is an infinite loop in the MaterialForm library causing it to give stackOverflowException. But I can use the MaterialForm toolbox.
Did you install from nuget? I inherit from MaterialForm and was fine