peteroupc / CBOR

A C# implementation of Concise Binary Object Representation (RFC 8949).
The Unlicense
206 stars 29 forks source link

Could not load file or assembly 'Numbers' #45

Closed charlesroddie closed 4 years ago

charlesroddie commented 4 years ago

Error from PeterO.Cbor 4.1.1.

Could not load file or assembly 'Numbers, Version=1.6.0.0, Culture=neutral, PublicKeyToken=9cd62db60ea5554c'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   at PeterO.Cbor.CBORObject.WriteTo(Stream stream, CBOREncodeOptions options)
   at PeterO.Cbor.CBORObject.EncodeToBytes(CBOREncodeOptions options)

4.1.0 is OK.

This is tested in a UWP project.

peteroupc commented 4 years ago

Version 4.1.2 was just pushed. It might address this issue.

charlesroddie commented 4 years ago

Yes it seems to fix the problem.