>Perhaps I have an old mbas version? ...
>

No, it's a bug in Mono.GetOptions. Until it's fixed you can get around it
commenting out or deleting lines 141 and 142 in OptionDetails.cs and 
recompiling/reinstalling
Mono.GetOptions.dll , the ones which read :
-------------------------------------------------
if (MaxOccurs > 0 && Occurs > MaxOccurs)
     throw new IndexOutOfRangeException (...cut)
-------------------------------------------------

This should help

Marco

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to