0
After the reinstallation of Windows 10 and Visual Studio 2013 Express for Web a project that previously worked started to indicate the following error:
Could not load file or assembly 'System.Web.Webpages.Deployment, Version=2.0.0.0, Culture=neutral, Publickeytoken=31bf3856ad364e35' or one of its dependencies. The definition of the localized assembly manifest does not correspond to the assemblage reference. (Exception of HRESULT: 0x80131040)
Exception Details: System.IO.Fileloadexception: Unable to load file or assembly 'System.Web.Webpages.Deployment, Version=2.0.0.0, Culture=neutral, Publickeytoken=31bf3856ad364e35' or one of its dependencies. The definition of the localized assembly manifest does not correspond to the assemblage reference. (Exception of HRESULT: 0x80131040)
Have you ever experienced it? What solution has been found?
You did the complete installation of Visual Studio?
– Jéf Bueno
Yes, I did the full installation @jbueno
– Rui Sousa