MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

App in break mode - MaterialForm border arrow

Open ahrherrera opened this issue 6 years ago • 7 comments

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. ezgif com-video-to-gif

ahrherrera avatar Jan 17 '18 05:01 ahrherrera

you using vb.net?

ron15555 avatar Jan 18 '18 18:01 ron15555

you know how to fix this problem i use vb.net

  1. http://prntscr.com/i08qxi
  2. http://prntscr.com/i08tps

ron15555 avatar Jan 18 '18 18:01 ron15555

no, C#

ahrherrera avatar Jan 19 '18 05:01 ahrherrera

I have the same problem. Please how can you help me solve this issue in C#?

tayorh27 avatar Apr 06 '18 15:04 tayorh27

Tools > Options > Debugging > uncheck Enable Just My Code You will be able to see where is the exception throwed

SaitDev avatar Apr 07 '18 03:04 SaitDev

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.

tayorh27 avatar Apr 07 '18 07:04 tayorh27

Did you install from nuget? I inherit from MaterialForm and was fine

SaitDev avatar Apr 08 '18 01:04 SaitDev