I have an MVC .Net 4.6.1 application that uses both Spire.XLS and Spire.Doc. I am having trouble getting the right combination of dlls so that both the XLS and DOC work.
At the moment Spire.Doc is working, but when I execute "Workbook workbook = new Workbook();" I receive a "The type initializer for 'sprឹ' threw an exception." error.
The referenced Spire dlls are all in the same folder. The versions are as follows:
Spire.Common 2.2.11.6046
Spire.Doc 7.5.14046
Spire.License 1.3.7.46
Spire.Pdf 5.5.2.2046
Spire.XLS 9.5.0.6046
Please provide instructions to fix this situation as this error is happening in our production application. Thanks!