I have my printer connected via USB and verified my connection from the zebra printer utility app. I am using attached code to find the connected printer but I keep getting error (attached).
Visual Studio setup: .Net core 3.0
I verified my USB connections using the zebra printer utility app and made a test print so I know the printer is connected and is communicating with my PC.
ZEBRA ZD410 - C# - UsbDiscoverer Class// Expert user has replied. |
1 Replies
Hi Jabir, please note that Link-OS SDK for PC-.NET supports .NET Framework 4.7 or higher, but it doesn't support .NET Core. Please change the Target Framework in Visual Studio to .NET Framework 4.7 or higher and try again.