Hi,

Warzouz wrote:
> 
> How should I proceed from here ?
> 

I havent the whole answer but some clues, cause I'm in the same situation
than you, I have some applications developped in C# winform under windows
that I want to run on linux.

For build my project I use a free IDE, very similar to VB Express I think,
called SharpDevelop. I had to install an addon in order to make a build
which can work as well on mono 2.0 framework and MS dotnet 3.5, then also
modify my csproj and adding a line :
<MonoTargetFrameworkVersion>2.0</MonoTargetFrameworkVersion>. (See 
http://community.sharpdevelop.net/forums/p/8621/24061.aspx
http://community.sharpdevelop.net/forums/p/8621/24061.aspx  for details). I
make a build and the executable resulting is ok under MS .net and under
Ubuntu 8.04 LTS... 

I dont know if such an addon exists for VB Express... But try SD, its a good
IDE, and it supports VB project I think.

Actualy I only have a problem with one project which use DataBinding object,
but others projects runs nice on both platforms.

Good luck !

Mike
-- 
View this message in context: 
http://www.nabble.com/Totally-Mono-newbee-wants-to-run-VB.NEt-app-with-linux-tp20946177p20956390.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to