Debugging inside mscorlib.dll

  • Thread starter Thread starter Y a h y a
  • Start date Start date
Y

Y a h y a

Guest
Hi

I am getting an exception as below.

System.FormatException
HResult=0x80131537
Message=Format specifier was invalid.
Source=mscorlib
StackTrace:
at System.Number.FormatDecimal(Decimal value, String format, NumberFormatInfo info)
at System.Decimal.ToString(String format, IFormatProvider provider) in f:\dd\ndp\clr\src\BCL\system\decimal.cs:line 519


Stack below.

1598814


I have Debugging settings as below;
1598817.png

When I double click on mscorlib in stack trace I get below;

1598820.png

So I can't watch the values within mscorlib.dll and be able get to the bottom of this issue.

What cam I do to proceed from here?

Thanks

Regards

Continue reading...
 
Back
Top