I have a conditional breakpoint and the condition checks the value of a string and stops if it's true. It stops but then a window opens saying:
The condition for a breakpoint failed to execute ... The error returned was 'Evaluation of method System.Collections.Specialized.NameValueCollection.get_Item() calls into native method 'System.Globalization.TextInfo.Internal.GetCaseInsHash(). Evaluation of native methods in this context is not supported.'. Click OK to stop at this breakpoint.
I searched for answers but they said enable Managed Compatibility Mode, which didn't work.