The type initializer for 'PerTypeValues`1' threw an exception #220
Unanswered
hamelpierreluc
asked this question in
Q&A
Replies: 1 comment
-
You probably get compile-time warnings about the version conflict. We cannot reproduce your problem without a complete project. If you download the PDFsharp source code, you can compile PDFsharp with different package requirements. Thus you should be able to resolve that issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have an error when opening a PDF, which seems normal to me. The error appears to indicate that there is a mismatch in the DLL version. It mentions version 4.0.4.1, whereas I have version 6.0 of this DLL, which comes automatically with the 6.2-preview package. I have no idea what I can do about it.
In the stack trace, it shows that the error occurs when logging a key value, but I have no idea which key it is referring to.
Thank you for taking the time to help me!
Here is the error:
Here is the stackTrace:
Beta Was this translation helpful? Give feedback.
All reactions