[Mono-aspnet-list] ArgumentOutOfRangeException: Abnormal string size

2010-01-04 Thread nzsaint
Hi, I have upgraded my version of Mono (r149060 running on openSUSE 11.) from the SVN sources as I've have done numerous times before and I am suddenly receiving a '500 internal server' error for all pages on my ASP.NET application. This is accompanied by the following error in my Apache error

[Mono-aspnet-list] Membership Provider Encrypt Password returning variable results

2009-12-16 Thread nzsaint
Hi, I have implemented a custom membership provider which is working fine under Windows. When I create a user running under Mono (on openSUSE 11.1) I cannot subsequently login as that user despite the credentials being correct. I have tracked the problem down and it seems to be that the

[Mono-aspnet-list] Maximum number of concurrent requests reached

2009-11-22 Thread nzsaint
I have an asp.net site that I am beginning to test in earnest using Mono on openSUSE 11.1 and Apache. The site appears to work well however we have been experiencing some problems in the last few days with the site becoming unresponsive. Based on the documentation I had added

Re: [Mono-aspnet-list] Could not allocate the Oracle environment

2009-10-13 Thread nzsaint
ibrahimsteed wrote: So could you please tell me how to set the env vars above with MonoSetEnv? As in the example Robert linked to I had the same problem with a Windows Service. I added the required environment variables using 'export' in my service init script. My understanding according

[Mono-aspnet-list] webservice 'is not defined' for clientside proxy

2009-08-20 Thread nzsaint
I have a page using a ScriptManager to create a clientside proxy for my webservice as follows: asp:ScriptManager ID=ScriptManager1 runat=server OnAsyncPostBackError=ScriptManager1_AsyncPostBackError Services asp:ServiceReference Path=TestWS.asmx /

Re: [Mono-aspnet-list] Argument cannot be null. Parameter name: virtualPath

2009-08-14 Thread nzsaint
nzsaint wrote: Argument cannot be null. Parameter name: virtualPath Description: HTTP 500. Error processing request. Stack Trace: System.ArgumentNullException: Argument cannot be null. Parameter name: virtualPath at System.Web.VirtualPathUtility.IsAbsolute (System.String virtualPath

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 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