Exception: Input string was not in a correct format.
See original GitHub issueC:\_Servers\IW4MAdmin-sta>dotnet IW4MAdmin.dll
=====================================================
IW4M ADMIN
by RaidMax
Version 2.1
=====================================================
IW4MAdmin is up to date
Fatal error during initialization
Exception: Input string was not in a correct format.
Press any key to exit...
Config Uploaded Here: https://pastebin.com/XRSC3t8w Using: IW4M-Admin 2.1 Stable .Net: 2.0.9 RunTime (x86 AND x64) Windows: 10, x64, 1803
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
c# - How to resolve "Input string was not in a correct format. ...
Use Int32.TryParse(value, out number) instead. That will solve your problem. int imageWidth; if(Int32.TryParse ...
Read more >Input String Was Not in a Correct Format: Working Solutions
Input string was not in a correct format error occurs when you convert non-numeric data into an int or exceed the limit of...
Read more >System.FormatException: 'Input string was not in a correct ...
When dealing with a TextBox that should be an int do not allow invalid entries e.g. disallow non in values then use intTryParse...
Read more >[Solved] C# system.formatexception: 'input string was not in ...
Disc = Convert.ToDouble(txtDiscount.Text); OR CourseFee1 = Convert.ToDouble(lblCourseFee.Text); because you are converting value into double.
Read more >Input string was not in the correct format
Cause This error occurs when one or more of the merge fields in your template are formatted to display the data as either...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah well that explains it. In your config you enabled the T6 parser (black ops 2).
Change
"UseT6MParser": true
to falseYeah, you got it!
Thanks very much for your help!