aspnet / KestrelHttpServer

[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.63k stars 528 forks source link

Unit test : Could not load file or assembly 'Leadtools.Document.Writer, Version=20.0.4.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907' or one of its dependencies. An attempt was made to load a program with an incorrect format. #3107

Closed somsekhar closed 5 years ago

somsekhar commented 5 years ago

Created console application for OCR with LeadTools SDK and it works fine.

Added unit test application and given reference of OCR project. When unit test runs throwing an error. Could not load file or assembly 'Leadtools.Document.Writer, Version=20.0.4.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Both the applications are created using .Net Framework 4.6.1

Tratcher commented 5 years ago

What does this have to do with AspNet Core?