The mono class status page (http://go-mono.com/status/) seems to indicate that there is no Microsoft.VisualBasic assembly in the 4.0 profile. You can try to use the assembly from another profile, but yes some incompatibilities may arise, if MS changed things for 4.0 (I think they have).
Over the years, very few people showed interest in VB support in Mono, and so it currently has (AFAIK) no core devs assigned to it, and very few contributors helping to improve the situation. Contributions to make VB better supported are welcome, but the time commitment needed is high to make things work well for the latest VB. I personally would recommend to use C#, or some of the better supported languages like F# and Boo (See Visual Boo extension for VS2010, or the Boo addin for MonoDevelop). Regards, Rafael "Monoman" Teixeira --------------------------------------- "The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' (I found it!) but 'That's funny ...'" Isaac Asimov US science fiction novelist & scholar (1920 - 1992) On Tue, May 3, 2011 at 3:31 AM, civ101 <[email protected]> wrote: > I created a VB.Net project in visual studio, ran it through MoMA and > already > I have two errors. > > Calling Method Method Missing from Mono > void .ctor () void ApplicationBase..ctor () > void .ctor () void Computer..ctor () > > Any help to fix these would be greatly appreciated. Is it just the fact > that > I am using VB2010 on the 4.0 framework. I noticed that if I create a C# > project right of the box, it works fine. I would prefer to use VB over C# > if > possible. > > Thank you for your time and understanding. > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/VB-net-Not-work-right-out-of-the-box-tp3491832p3491832.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
