R
RollinMan
Guest
I have been trying to get Bluetooth working with the community version of visual studio 2019. So far without success. In researching the internet I found I do not have the assemblies or dependencies that support Bluetooth available. Hence lines like
using Windows.Devices.Bluetooth;
or
private readonly BluetoothLEAdvertisementWatcher watcher;
produce errors during compile.
My question is: does the community version of visual studio support Bluetooth?? If it does, where can I find the assemblies to add to my project?
Continue reading...
using Windows.Devices.Bluetooth;
or
private readonly BluetoothLEAdvertisementWatcher watcher;
produce errors during compile.
My question is: does the community version of visual studio support Bluetooth?? If it does, where can I find the assemblies to add to my project?
Continue reading...