I´m starting to use \"MVC 3\" but I´m facing some little problems. In my Views, when I code something like this:
@if(Request.IsAuthenticated) {
I got the same error once but it fixed when I changed one of my variables in the Model from non-nullable to nullable. Give it a try.