This 2 line program will get an error with version 3.4.0-preview
using Microsoft.WindowsAPICodePack.Sensors;
var list = SensorManager.GetAllSensors();
I received the following error:
System.Runtime.InteropServices.COMException: 'Cannot create a file when that file already exists. (0x800700B7)'
System.Runtime.InteropServices.COMException
HResult=0x800700B7
Message=Cannot create a file when that file already exists. (0x800700B7)
Source=
StackTrace:
This exception was originally thrown at this call stack:
[External Code]
Program.
$(string[]) in Program.cs
any ideas?
bud
This 2 line program will get an error with version 3.4.0-preview
using Microsoft.WindowsAPICodePack.Sensors;
var list = SensorManager.GetAllSensors();
I received the following error:
System.Runtime.InteropServices.COMException: 'Cannot create a file when that file already exists. (0x800700B7)'
System.Runtime.InteropServices.COMException
HResult=0x800700B7
Message=Cannot create a file when that file already exists. (0x800700B7)
Source=
StackTrace:
This exception was originally thrown at this call stack:
$(string[]) in Program.cs[External Code]
Program.
any ideas?
bud