[Mono-list] About converting a program

Abe Gillespie abe.gillespie at gmail.com
Mon Apr 12 12:28:50 EDT 2010


Um ... that's just standard programming 101 stuff.  If you don't know
how to do that then you'll probably need to figure that out via the
vast amounts of info on Google.  Sorry, man, that's just too broad of
a topic and not really appropriate for the Mono list.  Another great
place to get help is http://stackoverflow.com

-Abe

On Mon, Apr 12, 2010 at 11:26 AM, Stephen Liu <satimis at yahoo.com> wrote:
> Hi Abe,
>
>
>> Yes, your list of strings has nothing in it (list.Count is 0).  You
>> just need to debug your program.
>
> Can you please provide more detail on debug?  TIA
>
>
> B.R.
> Stephen L
>
>
>
>
> ----- Original Message ----
> From: Abe Gillespie <abe.gillespie at gmail.com>
> To: awilliam at whitemice.org
> Cc: mono-list at lists.ximian.com
> Sent: Mon, April 12, 2010 5:48:03 AM
> Subject: Re: [Mono-list] About converting a program
>
> Yes, your list of strings has nothing in it (list.Count is 0).  You
> just need to debug your program.
>
> -Abe
>
> On Mon, Apr 12, 2010 at 7:38 AM, Adam Tauno Williams
> <awilliam at whitemice.org> wrote:
>> On Mon, 2010-04-12 at 04:37 -0700, Stephen Liu wrote:
>>> Hi Abe,
>>> I did that before same as your advice but failed with following warning;
>>> Fatal Error System ArgumentOutOfRangeException.  Argument is out of range Parameter name: index
>>> at System Collections Generic List`1 [System String get_item (int32 index) [0x00000]....
>>
>> That looks like a straight-up application error to me.  Take a look at
>> the stack trace and your application to see what is supposed to be in
>> the List you are accessing.  Perhaps [most likely?] you are doing some
>> filesystem path parsing 'manually' instead of using the appropriate
>> methods?
>> --
>> Adam Tauno Williams <awilliam at whitemice.org>
>> Whitemice Consulting
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
> Send instant messages to your online friends http://uk.messenger.yahoo.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