Issue with 5165 source

01/05/2011 23:06 Jay10291#1
When I try to build I get an error here "NewItem.CPsWorth = Convert.ToUInt32(data[36]);" in Database.cs. I don't know exactly what it means. This is what I get when I open the exception helper, it doesn't help me.
Quote:
FormatException was unhandled
Input string not in a correct format
Troubleshooting Tips:
Make sure your method arguments are in the right format.
When converting a string to DateTime, parse the string to take the date before putting each variable into the DateTime object.
The stuff above gets me thinking something is wrong like..an extra 0 or letter that does not belong in Items.txt but i didnt find any abnormailities there. And Ive tried other ones from fresh sources that give me the same problem.

This server has a bunch of stuff added client side and server side. There were tons of custom gears added but I wanted to remove only the gears while leaving the rest of the source the same. So I put in a clean c3, data, ani and ini folder in the CLIENT and put the same ItemAdd and itemtype.dat(Items.txt) in the source. The items are no longer in the client or source.. but now I get that error. I would really appreciate alot of help.
01/06/2011 16:34 _DreadNought_#2
iunno but I would of thought

Code:
uint.Parse(Data[36]);