I am working on Asp.net MVC 2 app with c# by using vs 2010.I am having below mentioned error when I run my app locally under debug mode.
Error message image is as be
In my case problem went away simply by using HttpContext.Current.Session instead of Session
HttpContext.Current.Session
Session