Hello,
I am currently using SpireDoc for .NET version 8.6.3.4040,
I had to migrate my application to work with .NET 8.
Since then, I get a systematic error message when using the :
”
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.TypeInitializationException: The type initializer for 'sprᲒ' threw an exception.
---> System.NotSupportedException: No data is available for encoding 1252. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
at System.Text.Encoding.GetEncoding(Int32 codepage)
at sprᲒ..cctor()
”
Is this a compatibility issue with .NET 8?
If not, does anyone have a solution or an idea?
Thanks for your help
William