Hi,
When iam running running a Visual studio 2005 application in debug mode it shows " HttpException was unhandled by user code .... ; Session state is not available in this context " , Actually this project was converted from Visual studio 2003 , previously in VS 2003 it was working fine. I think is the problem related to session . Even i can't validate the session with httpcontext.current.session also.
Hope any one can help me.
Loading
Munir ShaikhPosted Sep 26, 2007, 5:56 AM
As per me there should not be any problem to access session only you have to have System.web reference with your project. Check if visual studio give any error in the log file while migrating from 2003 to 2005
Regards,
>>Munnamax