Microsoft.VisualBasic isn't being used. It is only referenced with the .exe I attached. The Warning can be ignored. Maybe, you are missing a Microsoft.VisualBasic.dll assembly. It may have not been built for you. The source for the Microsoft.VisualBasic assembly is found at mcs/class/Microsoft.VisualBasic. True, it is not completely implemented, but it does build successfully.
According to Nick D, GtkSharpButtonTest_VBNet.exe works on Linux too. -----Original Message----- From: [EMAIL PROTECTED] [mailto:mono-list-admin@;ximian.com]On Behalf Of Erik B�gfors Sent: Monday, November 11, 2002 10:39 AM To: Daniel Morgan Cc: Vladimir Vukicevic; Gonzalo Paniagua Javier; Nick D; Dick Porter; Mono-List Subject: Re: [Mono-list] GTK# ButtonApp in VB.NET On Mon, 2002-11-11 at 14:34, Daniel Morgan wrote: > GTK# runs on mono on Windows. I would like to know if it runs on mono on > Linux. > > I have an app in VB.NET ported from gtk-sharp/sample/ButtonApp.cs > and it works on mono on windows using gtk#. It was built using vs.net with > references to Mono's System and System.Drawing and gtk# assemblies. > > It does not run on .NET though. > I cheated by running the .exe in my ~/mono/install/lib path which contains > all my mono assemblies, gtk# assemblies, gtk# glue, gtk+ and dependencies. > ** (/tmp/GtkSharpButtonTest_VBNet.exe:3713): WARNING **: Could not find assembly Microsoft.VisualBasic You can't use Microsoft.VisualBasic since it's not implemented under mono yet. /Erik -- Erik B�gfors | [EMAIL PROTECTED] Supporter of free software | GSM +46 733 279 273 fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
