dymosoftware / DCD-SDK-Sample

DYMO Connect SDK Samples
Other
60 stars 27 forks source link

Error loading label #23

Open hexpl0it opened 3 years ago

hexpl0it commented 3 years ago

When i load the label i got error: Invalid label file: Elemento 'DieCutLabel' non dichiarato I try to change PaperName tag from 11355 Multi-Purpose to another and it works.

ricky1712 commented 2 years ago

I had the same issue, make sure you initialize the the DymoSDK App, these three lines saved my project

DymoSDK.App.Init(); dymoSDKLabel = DymoLabel.Instance; Printers = DymoPrinter.Instance.GetPrinters();

karen-hikesupport commented 2 years ago

Can anyone have soltution for this lable? its not working at my end, getting same issue

robertterrygoftx commented 11 months ago

I added DymoSDK.App.Init(); to my code prior to the error point and it fixed the issue just fine. Thanks Ricky1712!