Visual studio couldn't load file or assembly ,metroframework, Version=1.4.0.0 , Culture=neutral

-1

Visual studio couldn't load file or assembly ,metroframework, Version=1.4.0.0 , Culture=neutral,publickeytoken='5f91a84759b584a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT:0X80131040)

This error occurs when i run my application every time

c#
xml
visual-studio
windows-forms-designer
asked on Stack Overflow Jul 22, 2018 by Yyy Uuu • edited Jul 22, 2018 by Yyy Uuu

1 Answer

0

I have managed to solve this problem

I just downloaded the required assembly from nuget

In my case i needed metroframework 1.4.0.0

The version is very important here

And every thing worked fine

Thqnk you for your time

I hope this post will help you with your PROBLEM

Yusuf naeem

answered on Stack Overflow Jul 23, 2018 by Yyy Uuu

User contributions licensed under CC BY-SA 3.0