was fixed
[closed]
Search found 4 matches
- Fri Jan 29, 2021 3:51 am
- Forum: General Questions
- Topic: Overflow Exception in HIDCtrl.cs if CheckForOverflowUnderflow
- Replies: 1
- Views: 11839
- Fri Jan 29, 2021 3:35 am
- Forum: General Questions
- Topic: New C# Examples
- Replies: 2
- Views: 13507
Re: New C# Examples
Examples are fixed now and I can confirm they work also if TargetFramework is .Net5
- Wed Jan 20, 2021 5:10 pm
- Forum: General Questions
- Topic: New C# Examples
- Replies: 2
- Views: 13507
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 ...
- Tue Jan 19, 2021 4:24 am
- Forum: General Questions
- Topic: Overflow Exception in HIDCtrl.cs if CheckForOverflowUnderflow
- Replies: 1
- Views: 11839
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 ...