dymosoftware / DCD-SDK-Sample

DYMO Connect SDK Samples
Other
60 stars 26 forks source link

DYMO.CONNECT.SDK 1.4.3.37 #75

Open JohnC-FAOD opened 1 year ago

JohnC-FAOD commented 1 year ago

I am trying to update a application to work with the LW550 using the SDK. I wanted to try the sample code to get a feel for the changes I need to make. The provided C# project will not compile because it can't find the DymoSDK namespace. I have included all the required packages and the "using" directive is in the code. Anyone get this to work or know how to fix this? Any suggestions are appreciated.


Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'DymoSDK' could not be found (are you missing a using directive or an assembly reference?) WPFSDKSample C:\Users\john\Programs\DYMOSample\WPFSDKSample\ViewModels\MainViewModel.cs 48 Active


PM> Get-Package

Id Versions ProjectName


DYMO.Connect.SDK {1.4.3.37} WPFSDKSample
Microsoft.NETCore.Platforms {1.1.0} WPFSDKSample
NETStandard.Library {2.0.3} WPFSDKSample
SkiaSharp {2.88.3} WPFSDKSample
SkiaSharp.NativeAssets.macOS {2.88.3} WPFSDKSample
SkiaSharp.NativeAssets.Win32 {2.88.3} WPFSDKSample
SkiaSharp.Views {1.68.0} WPFSDKSample
System.Buffers {4.4.0} WPFSDKSample
System.Drawing.Common {4.5.1} WPFSDKSample
System.Memory {4.5.3} WPFSDKSample
System.Numerics.Vectors {4.4.0} WPFSDKSample
System.Runtime.CompilerServices.... {4.5.2} WPFSDKSample