Exception from HRESULT: 0x80131040. The located assembly's manifest definition does not match the assembly reference

-1

I'm trying to add a new public key to my windows form application and get the following error when I create a new object in my class

Exception message

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

Exception

System.IO.FileLoadException: 'Could not load file or assembly 'LicensingEngine, Version=1.1.12.0, Culture=neutral, PublicKeyToken=f8x52856fa0addbXX' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'

I've also added new dll, below you can see the properties

Assembly version 1.1.12.0, File version 1.1.12.0

c#
.net
winforms
asked on Stack Overflow Mar 1, 2020 by Gevorg Ghukasyan • edited Mar 1, 2020 by tvdias

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0