Could not load file or assembly 'WebGrease' one of its dependencies. The located assembly's manifest definition does not match the assembly reference

前端 未结 8 1515
终归单人心
终归单人心 2021-01-03 22:52

This issue has many solutions, please read all answers below, they might help you solve your problem too. If you find a new way to solve this, please document in you

8条回答
  •  心在旅途
    2021-01-03 23:08

    I had this same issue but it was the result of copying a solution from my local development computer to a networked drive where we store our projects. I was unable to get the reference to work properly when I opened the solution from a mapped drive and I kept receiving this error. Only temporary workaround I found for my specific issue was to open the solution from its UNC path and not the mapped drive letter.

提交回复
热议问题