how to compile .vbproj in MonoDevelop2.0

View: New views
2 Messages — Rating Filter:   Alert me  

how to compile .vbproj in MonoDevelop2.0

by Bharti Mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi,
   I am using MonoDevelop2.0 , to migrate vb.net code onto the linux(open suse11.1) platform.
  I have existing vb.net project, I am trying to import it into monodevelop2.0 ,but I didn't get any Import option in monodevelop, when I add .sln file in monodevelop & trying to build it , it shows 'Build Successful' but run option always gets disable.
  so tell me the exact procedure to run existing .vbproj in Monodevelop2.0 .

  also when I try to execute .csproj , then it works properly.
does monodevelop2.0 support vb.net code?

Re: how to compile .vbproj in MonoDevelop2.0

by Easy_Rider9999 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Bharti Mishra wrote:
hi,
   I am using MonoDevelop2.0 , to migrate vb.net code onto the linux(open suse11.1) platform.
  I have existing vb.net project, I am trying to import it into monodevelop2.0 ,but I didn't get any Import option in monodevelop, when I add .sln file in monodevelop & trying to build it , it shows 'Build Successful' but run option always gets disable.
  so tell me the exact procedure to run existing .vbproj in Monodevelop2.0 .

  also when I try to execute .csproj , then it works properly.
does monodevelop2.0 support vb.net code?
You can compile with VB.Net and run with Mono if you don't use Windows specific Code.

Regards Hans