Hi, It is good to know that you were actually able to run a VB.NET application over MONO.. I myself tried to run a simple console "Hello World" program made in VB.NET and complied using "vba" [a microsoft compiler for VB.NET run from the command line].
When run over MONO.. it was giving me a dependenncy for the Microsoft.VisualBasic.dll [which I will call M.Vb.D] and Systems.Windows.Forms..So, I copied these dlls into cygwin and the program worked fine! How were you able to remove the refrences to M.Vb.D and would it be possible for you to elaborate on the classes that are usually called from M.Vb.D.. Thanks in Advance! ~pg _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
