The problem was with the += operator, vbnc wasn't generating code for the property getter, it was doing the calculations without getting the value of the left side of the statement first.
> -----Mensaje original----- > De: [email protected] [mailto:mono-vb- > [email protected]] En nombre de Dale Ragan > Enviado el: viernes, 11 de junio de 2010 3:57 > Para: [email protected] > Asunto: Re: [mono-vb] Using reflection to invoke a method written in VB > throws an exception > > > Works for me, thanks for the fix. If you don't mind me asking, what > was the > problem? > -- > View this message in context: http://mono.1490590.n4.nabble.com/Using- > reflection-to-invoke-a-method-written-in-VB-throws-an-exception- > tp2236684p2251211.html > Sent from the Mono - VB mailing list archive at Nabble.com. > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
