dymosoftware / dymo-connect-framework

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

vb.net project works fine in debug, but fails library load in published version #87

Open craigebuckley opened 2 months ago

craigebuckley commented 2 months ago

when running debug of vb.net project using reference dymosdk version 1.4.4.21 my labels print fine.

after publishing, running the published version on the same machine fails at dymosdk.app.init() with:

image

which concatenates my "Dymo Workstation Libraries not loaded properly. Label Printing abandoned:

withe the exception.message of:

Could not load file or assembly file:///C:\users\owner\appdata\Local\Apps\2.0\A1P8NW7N.PEW\7ADAYCN8.B61...(much more)...\DYMO.CrossPlatform.Common.PlatformSpecific.dll or one of its dependencies. The system can not find the file specified.

I went into file explorer and that file is present.

What am I missing?

Visual Studio reference looks like this:

image