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