Connecting Tech Pros Worldwide Forums | Help | Site Map

need help with this error

KW1 KW1 is offline
Newbie
 
Join Date: Mar 2007
Posts: 2
#1: Mar 4 '07
I am relatively new to c#. I am working from a book for this project and have come across the following error message when I run the console application.

"An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll"

"Additional information: Input string was not in a correct format."

I have checked for typos in the code several times and found nothing.

Can anyone help with this?

KW1 KW1 is offline
Newbie
 
Join Date: Mar 2007
Posts: 2
#2: Mar 4 '07

re: need help with this error


I was able to figure out what the problem was. I found a typo somewhere else in the code. Correcting this fixed the problem.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#3: Mar 4 '07

re: need help with this error


Well done!
Reply