Trying to update an MVC 1.0 project to MVC 2.0
Posted
by Cptcecil
on Stack Overflow
See other posts from Stack Overflow
or by Cptcecil
Published on 2010-05-04T14:30:03Z
Indexed on
2010/05/04
14:38 UTC
Read the original article
Hit count: 335
I'm trying to update my project to MVC 2.0 from MVC 1.0. I've removed the references for System.Web.MVC to the newer versions. I'm getting an exception from the HTTPContext which reads "CurrentNotification = 'HttpContext.Current.CurrentNotification' threw an exception of type 'System.PlatformNotSupportedException'". What other binaries do I need to update a reference to, to get my project to work again?
© Stack Overflow or respective owner