[MonoDevelop] Web Projects

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Apr 19 16:01:57 EDT 2007


On 4/19/07, Paul <paultsai at gmail.com> wrote:
> I have been trying to compile a basic web app with mono develop (using
> a code behind page) and have not been having much luck.
>
> I installed mono develop from the ubuntu packages.  I know there is an
> add on (ASPEdit) for MD but have my reservations about installing it
> from SVN.  Is there another way of compiling Web Apps with MD without
> ASPEdit?  What kind of solution do I set up?  Are there any special

The ASP.NET support in MD is split into two *separate* AddIns, ASP.NET
Project Support and the AspNetEdit Visual Designer, which can be
enabled/disabled when MD is built. The project support is quite stable
and has been released in several packaged versions of MD 0.13.1. It
provides compile-and-run support for ASP.NET via XSP.

As for the error you have, it looks like you haven't compiled the .cs
file into a dll and put it in the bin folder, as ASP.NET 1.1 requires.
You can use a normal library project to build the dll, though the
ASP.NET Project Support would take care of this for you...

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list