Vishwanath Mishra
Vishwanath Mishra

Reputation: 445

Umbraco 7 Could not load file or assembly

i downloaded Umbraco using WebMatrix, after updating Nuget packages it is finally giving error as below

Could not load file or assembly 'System.Web.Mvc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).

Please suggest where I am doing wrong??

Upvotes: 0

Views: 1148

Answers (1)

Craig Mayers
Craig Mayers

Reputation: 185

You should download the release version of Umbraco you currently have installed and then add a reference to the 'System.Web.Mvc.dll' that comes in the source files instead.

Umbraco Releases

ps. You can find the version of Umbraco installed by looking for and AppSetting named 'umbracoConfigurationStatus' in the web.config file.

Upvotes: 0

Related Questions