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.
I have Debugging settings as below;
When I double click on mscorlib in stack trace I get below;
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...
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.
I have Debugging settings as below;
When I double click on mscorlib in stack trace I get below;
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...