So this is happening in both VS 2015 and 2017. Every time I run my application, it constantly breaks on Floating-point inexact result
exception in msvcrt.dll
, and if I click Continue
, the exception comes up again and again. I unchecked it from Exception Settings
, but I can't seem to be able to get to stop it from halting no matter what I try.
This is what I am getting:
Enabling or disabling Just My Code
seems to have no effect, and this issue is occurring also in Visual Studio 2015 for me.
How do I resolve this, please?