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
I have got this error only when debugging the ASP .Net Application.
I also had Session["mysession"] kind of variables added into my Watch of Visual Studio.
Session["mysession"]
the issue was solved Once, I have removed the Session Variables from watch.