Thursday, December 6, 2018

EPiServer - Model item passed into the dictionary is of "proxy" but requires different model




Solution: Rename the View! It cannot be the same as model somehow.
Or:
From: ~/Views/Shared/Blocks/ConsultantBlock.cshtml
To:  ~/Views/ConsultantBlock/index.cshtml


Similar problem:

No comments:

Post a Comment