Make sure your Model.UserProfile
is not null.
I found your post trying to debug the same error, and it turned out I hadn’t initialised my “Model.UserProfile
” equivalent.
I guess what’s happening here, is that if a null model is passed to RenderPartial
, it defaults to using the main view’s model? Can anyone confirm this?