[Mono-list] My code runs on the Visual C # 2010, but in monodevelop 2.8 does not work. What is it?
Robert Jordan
robertj at gmx.net
Fri Oct 14 03:33:07 EDT 2011
On 14.10.2011 08:18, Stifu wrote:
> So this tells us that what fails is the int.Parse() instruction.
> The changes I proposed were not meant to make it "work", just to try to
> debug the problem, as you didn't give us the Exception message at first.
>
> So, it seems like Console.ReadLine() returns null rather than a string, for
> some reason.
And the reason is: the OP is trying to run his app with MonoDevelop's
console which doesn't (or didn't?) support console input.
There is an MD option to run the app with a real terminal, though.
Robert
>
>
> mazoni_ wrote:
>>
>> This is error:
>>
>> Unhandled Exception: System.ArgumentNullException: Value cannot be null.
>>
>> Parameter name: String
>>
>> at System.Number.StringToNumber(String str, NumberStyles options,
>> NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
>>
>> at System.Number.ParseInt32(String s, NumberStyles style,
>> NumberFormatInfo info)
>>
>> at Trab0801.Program.Main(String[] args) in
>> e:\Documentos\Estudos\aulas_csharp\codigos_csharp\Trab0801\Trab0801\Program.cs:line
>> 28
>>
>> What is it?
>>
>> This is my code, and in Visual C# it's work =]
>>
>> http://paste.ubuntu.com/707722/
>>
>> I made the changes mentioned in the previous post and did not work. Can
>> anyone help me please?
>>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/My-code-runs-on-the-Visual-C-2010-but-in-monodevelop-2-8-does-not-work-What-is-it-tp3897944p3903930.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
More information about the Mono-list
mailing list