1

I'm trying just to create and start a blank project in ASP.Net MVC 4. But it throws an error in my face. I must say this didnt happen before I have updated VS with SP 3. I tried to repair installation, but it didnt help. And now I get this error:

Could not load file or assembly 'WebGrease, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Any idea, what is wrong?

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
NeatNerd
  • 2,305
  • 3
  • 26
  • 49

1 Answers1

0

Try installing WebGrease in your project. You could achieve this by going to Tool> Library Package Manager> Manage Nuget packages for solution and than search webgrease at online category.

Cosmin
  • 2,184
  • 21
  • 38