Re: [Mono-list] Global.asax.cs problems; from Visual Studio .NET to Mono/XSP.

2004-04-29 Thread Gonzalo Paniagua Javier
El mié, 28-04-2004 a las 19:01, Roberto Jimeno escribió: > Hi there! > > I have some code generated using VS.NET. I tried to run that very same > code using Mono/XSP and I got an error 500 > (System.NullReferenceException) from it. Apparenly this is due to a line > where `Application["ContadorAcce

[Mono-list] Global.asax.cs problems; from Visual Studio .NET to Mono/XSP.

2004-04-28 Thread Roberto Jimeno
Hi there! I have some code generated using VS.NET. I tried to run that very same code using Mono/XSP and I got an error 500 (System.NullReferenceException) from it. Apparenly this is due to a line where `Application["ContadorAccesos"].ToString()' is consulted before it is initialized. The trick h