[MonoDevelop] It is possible to import ASP.NET project usin VB.NET????

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Jan 11 08:00:56 EST 2006


On 11/01/06, ramit singh <singh.cse at gmail.com> wrote:
> hii,
>      i want to import an application on MONO. My aaplication contains
> ASP.NET using VB.Net. So how can i make Makefile using .vbproj file. In
> Prj2Make# GTK  only option is MCS/CSC.
> It is possible to import ASP.NET project usin VB.????

As I understand it, MonoDevelop has no support for Web Projects itself
yet, so importing any VS.NET *web* project, whether VB.NET or C#,
would be out of the question. However, there is a workaround.

You may find the information in
http://lists.ximian.com/pipermail/mono-devel-list/2006-January/016485.html
useful.

Mono's VB.NET CodeDOM support is incomplete, so it cannot yet process
VB.NET aspx files. But as long as *all* of your VB.NET code is in
codebehind files, you can compile the web application in Visual Studio
and use the dlls on Mono/Linux. Simply change the pages' code
generator to C# (<%@ Page Language="C#" %>). Although the pages are
compiled via C#, they will work fine with the VB codebehind dlls that
you compiled on Windows.

Also, could you please not post what is essentially the same question
to the list four times.


Michael


More information about the Monodevelop-list mailing list