ZebraDevs / LinkOS-PC-Samples

Java and .NET based sample code for developing on PC, MAC, and Linux. The demos in this repository are stored on separate branches. To navigate to a demo, please click branches.
44 stars 27 forks source link

The project cant be build #38

Open raulmendozapiagui opened 4 years ago

raulmendozapiagui commented 4 years ago

At time to download the example code, I could not compile it because this has the follow error The namespace 'Sdk' does not exist in the namespace 'Zebra'. I tried install the SDK and download the Zebra.Printer.SDK package, but the first doesn't any change in the project and the second cann't be installed in the project because it contains the package MSBuildSdk that isn't compatible with the project.

raulmendozapiagui commented 4 years ago

I could fix it changing the .NET version of the destiny to the 4.7.2, with this change I could installed the Zebra.Printer.SDK package from nuget and this solve all problems to build. You must be upload the source code ready to build and run, because it's a example code; these errors only make frustration to the users that try to learn how to works your library.

xantari commented 2 years ago

Also running into this issue. Who is maintaining this library?

ssizebra commented 2 years ago

The sample code on the GitHub is not up-to-date. I would recommend to get the developer demo sample directly from their corresponding release packages of the SDK. You can download the SDK package from the LINK-OS MULTIPLATFORM SDK DOWNLOADS & SUPPORT page. The PC-.NET sample is in the link_os_sdk/PC-.NET/v2.15.2634 folder.

xantari commented 2 years ago

Cool thanks! Maybe indicate that on the README page for the other repo?

xantari commented 2 years ago

@ssizebra To be clear, i'm talking about this README: https://github.com/ZebraDevs/LinkOS-PC-Samples

Maybe say "REPO ARCHIVED", for latest samples go to the LINK-OS MULTIPLATFORM SDK DOWNLOADS & SUPPORT page.