Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread nzsaint
Robert Jordan wrote: The application must be pre-compiled for the virtual path /. Then you can run it from any virtual path. This limitation will be fixed in the next 2-4-x iteration. So does this mean that the application needs to go in the root directory (/srv/www/htdocs)? This would

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread Robert Jordan
nzsaint wrote: Robert Jordan wrote: The application must be pre-compiled for the virtual path /. Then you can run it from any virtual path. This limitation will be fixed in the next 2-4-x iteration. So does this mean that the application needs to go in the root directory

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread nzsaint
Robert Jordan wrote: As I wrote: *pre-compile* the app for the virtual path /. aspnet_compiler -v / inputdir outputdir I'm sorry I had misunderstood you in your previous post. Following your instructions I successfully precompiled my test application and ran it in my Mono environment. The

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-02 Thread nzsaint
nzsaint wrote: Under my /srv/www/MonoTest directory I have default.aspx, web.config, precompileApp.config and a Bin folder containing three ambiguously named App_Web_x.dll's and default.aspxcab7d2.compiled file. Since my previous post it has dawned on me that there should not be

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-07-31 Thread Gonzalo Paniagua Javier
On Thu, 2009-07-30 at 21:51 -0700, nzsaint wrote: Hi, I have been trying on and off for several months to get my ASP.Net website running under openSUSE 11.1 with Mono. I have successfully installed mono, mod_mono (with XSP) and mono_basic (which I believe I need as my site is written in