I've just begun experimenting with nested masters in MVC2. I'm not quite sure why I am getting this error.
Parser Error Message: Could not load type 'MySite.Views.Shared.Master'.
I used the add item wizard, created Master.master
, and selected it's master to be Site.Master
. In one of my views I changed the MasterPageFile
from Site.Master
to Master.master
. I haven't changed any contents. What have I gotten wrong?