views:

43

answers:

2

Hi there,

I having a situation with my VS2010, while using MVC, and I would like to know if anyone have the same situation.

My VS2010 don't check if class defined in ASPX pages header exists, or class property in ASPX during compilation.

Best regards

A: 

I think your looking for compiling your views: http://stackoverflow.com/questions/383192/compile-views-in-asp-net-mvc

jfar