New C# Examples

Moderator: DevRuss

Post Reply
DevRuss
Journeyman
Posts: 224
Joined: Wed Mar 27, 2019 12:59 am

New C# Examples

Post by DevRuss »

We have finally added C# examples to the SDK! You can control and read the drivers just like you would normally with the Delphi example code.
Russ - Tetherscript Developer
Micke
Apprentice
Posts: 4
Joined: Tue Jan 19, 2021 4:07 am

but Target Framework 3.5 isn't available anymore

Post by Micke »

Hi Russ,
and therefore the examples cant be compiled. Minimum is 4.5
Current available sdk downloads https://dotnet.microsoft.com/download/v ... tudio-sdks. That list fits to the available targets in the VS installer.

As you already mentioned somewhere else in the forum, with these newer FWs the code doesnt work.
What do you suggest as solution for that deadlock 8-) ?
Micke
Apprentice
Posts: 4
Joined: Tue Jan 19, 2021 4:07 am

Re: New C# Examples

Post by Micke »

Examples are fixed now and I can confirm they work also if TargetFramework is .Net5
Post Reply