[mono-vb] "Internal compiler error" and then "Unexpected error: Argument is out of range."

Rolf Bjarne Kvinge rolf at xamarin.com
Mon Jan 20 09:09:46 UTC 2014


Hi Cristiano,

The problem is that the VB compiler in mono doesn't work very well with
late binding (option strict off), there are several known bugs in this area.

My suggestion would be to set "option strict" to on in the project settings
in Visual Studio, fix all the errors, and then try again in MonoDevelop.

Best regards,
Rolf



On Fri, Jan 17, 2014 at 5:41 PM, cris70 <criguada+mono at gmail.com> wrote:

> Hi all,
> I am new to the list and to MonoDevelop.
>
> I am trying to port a project of mine that was developed on Windows with
> Visual Studio 2008.
> The project is quite mature (it has been in production for four years now)
> and is working very well in the native environment.
>
> Trying to build it under MonoDevelop I have these errors that got me
> stumped:
>
>
>
> Here is code around row 1000 (this sub starts at 999):
>
>
>
> I cannot see where the "index" parameter is, nor what should be wrong on
> row
> 1000.
>
> Here is my environment:
>
>
>
> I hope someone can help me.
>
> Bye
> Cris
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Internal-compiler-error-and-then-Unexpected-error-Argument-is-out-of-range-tp4661737.html
> Sent from the Mono - VB mailing list archive at Nabble.com.
> _______________________________________________
> Mono-vb mailing list
> Mono-vb at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-vb
>



-- 
* Microsoft and Xamarin Partner Globally.  Learn more.
<http://blog.xamarin.com/microsoft-and-xamarin-partner-globally/>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-vb/attachments/20140120/49c9cf8c/attachment.html>


More information about the Mono-vb mailing list