Mono's current VB compiler VBNC is a VB 8 compiler, you need to stay with
the syntax/options VB.NET sported on VS2005.
The warning  can be ignored, it is just that VBNC doesn't support to
generate de xml documentation files (AFAIR).
The error probably comes from syntax that is valid for VB 9/10 (2008/2010),
but chokes the parser for VBNC.
Hopefully Rolf (VBNC's creator/maintainer) will come in to give a better
answer.

Regards,

Rafael "Monoman" Teixeira
---------------------------------------
"We live in a world operated by science and technology. We have also
arranged things so that almost no one understands science and technology.
This is a prescription for disaster. We might get away with it for a while,
but sooner or later this combustible mixture of ignorance and power is going
to blow up in our faces."
-Carl Sagan


On Fri, Sep 3, 2010 at 12:19 PM, Adam Shumann <[email protected]> wrote:

> I am attempting to convert an application im developing into mono
> compatible code. The application was using the .NET 4.0 Framework but was
> changed to 3.5 in MonoDevelop.
>
> After converting all my toArray statements to 3.5 compatible code, I got
> these errors:
> Warning VBNC2009: the option doc was not recognized - ignored (VBNC2009)
> (Core)
>
> /home/adam/herbs5/Core/<MyGenerator>(1,1): Error VBNC99999: Unexpected
> error: Object reference not set to an instance of an object (VBNC99999)
> (Core)
>
> Any help? Here <http://dl.dropbox.com/u/10471884/Core%20With%20INI.zip> is
> download for CORE and CORE.INI. Core.ini compiles fine and is necessary for
> core to function. These are both Libraries as The main executable appears to
> compile successfully.
>
> Adam,
> Mono Newbie
>
> _______________________________________________
> 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

Reply via email to