Search found 4 matches

by Micke
Fri Jan 29, 2021 3:35 am
Forum: General Questions
Topic: New C# Examples
Replies: 2
Views: 10810

Re: New C# Examples

Examples are fixed now and I can confirm they work also if TargetFramework is .Net5
by Micke
Wed Jan 20, 2021 5:10 pm
Forum: General Questions
Topic: New C# Examples
Replies: 2
Views: 10810

but Target Framework 3.5 isn't available anymore

Hi Russ, and therefore the examples cant be compiled. Minimum is 4.5 Current available sdk downloads https://dotnet.microsoft.com/download/visual-studio-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 ...
by Micke
Tue Jan 19, 2021 4:24 am
Forum: General Questions
Topic: Overflow Exception in HIDCtrl.cs if CheckForOverflowUnderflow
Replies: 1
Views: 9376

Overflow Exception in HIDCtrl.cs if CheckForOverflowUnderflow

Hi, exception is thrown at DeviceInterfaceDetailData.ToInt32() at HIDCtrl.HIDController.Connect() in ..\SDK\CSharp\Common\HIDCtrl.cs:line 217 I compile for x64 with <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> what is additional to your *.csproj definition. Is the overflow a intended ...