Se parece a uno que tuve hace un tiempo con dot.net 1.1. En mi caso, solo
había problemas en un servidor, tanto la máquina de desarrollo como el
servidor de respaldo funcionaban correctamente.

Me funcionó esto:

1.      Instalar el service pack de Visual Studio en la máquina de
desarrollo.
2.      Desinstalar en el servidor dot.net framework y volverlo a instalar.

 

Bastante drástico por cierto.

 

Suerte

 

  _____  

From: puntonet@mug.org.ar [mailto:[EMAIL PROTECTED] On Behalf Of Damián
Herrera
Sent: Wednesday, November 07, 2007 2:25 PM
To: puntonet@mug.org.ar
Subject: [puntonet] Error de .Net 2.0

 

Hola a todos,

 

Haciendo debug de un aplicación nuestra nos encontramos que algunas veces
aparece un error de ASP.Net, con Framework 2.0 con el siguiente detalle:

 

System.NullReferenceException was unhandled
  Message="Object reference not set to an instance of an object."
  Source="System.Web"
  StackTrace:
       at
System.Web.SessionState.SessionStateModule.PollLockedSessionCallback(Object
state)
       at System.Threading._TimerCallback.TimerCallback_Context(Object
state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedClea
nup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
       at System.Threading._TimerCallback.PerformTimerCallback(Object state)

 

¿Alguna vez les paso algo parecido? 

 

Saludos,

Damián Herrera

Responder a