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

前端 未结 8 1557
终归单人心
终归单人心 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:01

    I modified my web.config file so that the newVersion="1.0.0.0" matched my Referenced file version:

    
        
        
      
    

提交回复
热议问题