dymosoftware / DCD-SDK-Sample

DYMO Connect SDK Samples
Other
60 stars 26 forks source link

File path incorrect for usps.dll #66

Open jtesterman34 opened 1 year ago

jtesterman34 commented 1 year ago

uspserror

When trying to build and incorporate SDK into my C# project my Error List reports no usps DLL found but if you look at the file path it has x86 twice so this causes the dll not to be found because their is no file path with two x86 folders. I am not sure if its a bug or just something weird that happened on my end but both me and my co-worker ran into the same problem. Just want to bring it to your attention for visibility.

jacob-ewald commented 7 months ago

FWIW, the latest version (1.4.4.21) still has this issue. You could update the .targets file to use the correct path, but that's not a scalable solution. The .targets file is in the nuget package: <Your user folder>\.nuget\packages\dymo.connect.sdk\1.4.4.21\Build\DYMO.Connect.SDK.targets