dymosoftware / dymo-connect-framework

DYMO Connect Framework for Javascript.
Other
92 stars 54 forks source link

Application crash - when in release build (obfuscated) #39

Open Connect-and-Exchange opened 2 years ago

Connect-and-Exchange commented 2 years ago

Hello all,

After extensive testing the observation is the following:

  1. Build a release version with only the Dymo.Framework and Dymo.Common libraries imported and check if the printers are detected (works)
  2. Install the nuget package DYMO.Connect.SDK version 1.4.2.35
  3. Clean and build a new release (no changes to the code what so ever)

The moment that the current Dymo printer driver in the application is addressed the application crashes without any logging / just in time debugging / crash information.

Is it possible to run both libraries simultanious? is the SDK functioning with obfuscated binaries? Why is it that an app can crash with no references in the source code to the DYMO.Connect.SDK only by installing the nuget package?

Any suggestions?