I've been having a problem using the new Microsoft.AspNet.Session
features in ASP.NET MVC 6 (vNext).
The error occurs when accessing all pages, including those that don't use the session features themselves. I'm using the beta4 version for everything, including all of my packages and my dnvm environment. The project is running on Visual Studio 2015 RC.
Here are some resources that might be important (if there's anything else anybody needs just comment):
- Project.json: http://pastebin.com/qCA2AjGd
- DNVM List: http://puu.sh/ja8us/4f912c0a9a.png
- Global.json: http://pastebin.com/CFZp75KE
I think it's a problem with the dependency injection for the session package (see first two lines of the stack trace) but after that I'm not sure what to do about it.