Hi!
Hopefully someone could help me.
After I've installed the .NET Framework 3.5 Beta 2, some ASP.NET application implemented with ASP.NET 2.0 stopped working.
The problem came in an event handler for ReleaseRequestState in the HttpApplication. In the method I need the current handler, which I receive from the current HttpContext, but since the installation of the new framework version it is set to null.
After some play around, I've found out the handler disappeared even during the PostRequestHandlerExecute.
Does someone has an idea what could cause the problem.
10x