Hi,
I am continually getting the following warnings \ errors:
Raised on parsing CA, Row:469, Token: 0x0c0001d6
Exception:Input string was not in a correct format.
Stack Trace:
Assembly: mscorlib, Type: System.Number[0x0200010f], Method: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)[0x06000e9b], ILOffset:0x0000003c
Assembly: mscorlib, Type: System.Number[0x0200010f], Method: Int32 ParseInt32(System.String, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)[0x06000e80], ILOffset:0x00000023
Assembly: mscorlib, Type: System.Byte[0x020000a0], Method: Byte Parse(System.String, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)[0x060008aa], ILOffset:0x0000000a
Assembly: NineRays.Utils, Type: l.4[0x0200002e], Method: Byte[] \u2(System.String)[0x06000156], ILOffset:0x00000032
Assembly: NineRays.Utils, Type: Xg.H[0x020000c2], Method: System.Reflection.AssemblyName \u2(System.String)[0x06000362], ILOffset:0x00000148
Assembly: NineRays.Utils, Type: f.k[0x02000025], Method: System.String \u2(System.String, System.String[], 7.\u15)[0x060000dd], ILOffset:0x00000047
Assembly: NineRays.Utils, Type: f.k[0x02000025], Method: System.String \u2(System.String, System.String[], 7.\u15, Boolean)[0x060000e0], ILOffset:0x00000055
Assembly: NineRays.ILOMD, Type: \u14\u14.v[0x02000062], Method: \u14o.J \u17(System.String, System.String, NineRays.ILOMD.Options.Project)[0x060001f6], ILOffset:0x0000019c
Assembly: NineRays.Obfuscator, Type: \u14.\u13[0x0200000e], Method: System.String \u11(System.String, System.Collections.Hashtable)[0x060000dd], ILOffset:0x00000130
Assembly: NineRays.Obfuscator, Type: \u14.\u13[0x0200000e], Method: Boolean \u11(\u14, System.Collections.Hashtable)[0x060000de], ILOffset:0x0000016f
Assembly: NineRays.Obfuscator, Type: \u14.\u13[0x0200000e], Method: Void \u133()[0x060000df], ILOffset:0x000002ef
Stack trace digest:
-------------------
mscorlib; 0x06000e9b; 0x0000003c
mscorlib; 0x06000e80; 0x00000023
mscorlib; 0x060008aa; 0x0000000a
NineRays.Utils; 0x06000156; 0x00000032
NineRays.Utils; 0x06000362; 0x00000148
NineRays.Utils; 0x060000dd; 0x00000047
NineRays.Utils; 0x060000e0; 0x00000055
NineRays.ILOMD; 0x060001f6; 0x0000019c
NineRays.Obfuscator; 0x060000dd; 0x00000130
NineRays.Obfuscator; 0x060000de; 0x0000016f
NineRays.Obfuscator; 0x060000df; 0x000002ef
How do I go about resolving it? Using options X#4.
Thanks.