[Mono-dev] Mono 1.1.17 ASP.NET Problem

Daniel Morgan monodanmorg at yahoo.com
Wed Aug 30 13:23:57 EDT 2006


Visual Studio.net is an IDE which automatically adds
references to many assemblies in the project file. 

Mono/XSP/mcs are not an IDE; they are the CLI runtime,
web server, and C# compiler.  This can be compared to
Microsoft's CLR/IIS/csc.

Have you tried building your ASP.NET projects without
the help of Visual Studio.net?  Another words, build
and run everything from the commmand-line?  You can
try it.  It will help you learn a lot of what's going
on behind-the-scenes.

Visual Studio.net does a lot of things for you.

Mono's IDE would be MonoDevelop or SharpDevelop or
XDevelop.  There maybe even an Visual Studio.net
add-in that let's you build and run on Mono.

--- Nick Hoddinott <nickhmono at googlemail.com> wrote:

> Hi,
> 
> I did hold out some hope that 1.1.17 would address
> this, but it seems not. :(
> 
> If you use Namespace="xx" in an aspx file, the mono
> asp.net parser
> expects an Assembly attribute to accompany it. With
> ASP.NET 2.0 this
> isn't required as code gets automagically compiled.
> 
> This problem is currently stopping people wanting to
> run ASP.NET 2.0
> code on mono.
> 
> I wouldn't mind taking a look at fixing / developing
> this myself, but
> could do with some direction as to whether it's
> already being worked
> on.
> 
> I know I've posted this problem before, but I can't
> seem to get any
> feedback on it. Can someone point me in the right
> direction?
> 
> Thanks,
> 
> Nick H
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Mono-devel-list mailing list