I have installed the SpireOffice for .NET using the most current NuGet package (v 2.12.0) and it gives me this error:
- Code: Select all
Could not load file or assembly 'Spire.License' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Spire.License' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
* I have received a license file, but it doesn't even try to read it because the project can't load due to the above error.
Can you please help?