[Mono-list] Compiling (mbas) with multiple references
marco.ridoni@virgilio.it
marco.ridoni@virgilio.it
Thu, 27 Mar 2003 11:24:26 +0100
>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 reco=
mpiling/reinstalling
Mono.GetOptions.dll , the ones which read :
-------------------------------------------------
if (MaxOccurs > 0 && Occurs > MaxOccurs)
throw new IndexOutOfRangeException (...cut)
-------------------------------------------------
This should help
Marco