Hello everyone. I have an issue to when compling release build with installed latest version of PdfSharpCore. App just crashes on launch without any exceptions. All i have is this type of messages in output when building.
Please make sure the P/Invoke either points to a Windows API allowed in UWP applications, or a native DLL that is part of the package. If for some reason your P/Invoke does not satisfy those requirements, please use [DllImport(ExactSpelling=true) to indicate that you understand the implications of using non-UWP APIs.
And after launching i have next message:
The target process aborted before activation completed. More information may be available in the Debug pane of the Output window
In debug build everything works perfectly. Last working version for me is 1.3.19.
Hello everyone. I have an issue to when compling release build with installed latest version of PdfSharpCore. App just crashes on launch without any exceptions. All i have is this type of messages in output when building.
Please make sure the P/Invoke either points to a Windows API allowed in UWP applications, or a native DLL that is part of the package. If for some reason your P/Invoke does not satisfy those requirements, please use [DllImport(ExactSpelling=true) to indicate that you understand the implications of using non-UWP APIs.
And after launching i have next message:
The target process aborted before activation completed. More information may be available in the Debug pane of the Output window
In debug build everything works perfectly. Last working version for me is 1.3.19.