HttpPostAttribute not found? worked a second ago
Posted
by Dejan.S
on Stack Overflow
See other posts from Stack Overflow
or by Dejan.S
Published on 2010-05-11T12:49:57Z
Indexed on
2010/05/11
12:54 UTC
Read the original article
Hit count: 803
asp.net-mvc
Hi I just opened up a project I done in MVC a while back, fired right up I looked at in the browser and now all the sudden it just wont find the [HttpPost] & [HttpPostAttribute]. What can be the problem?
errormessage
The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?)
© Stack Overflow or respective owner