[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.62k
stars
526
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
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
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