I have a bluetooth low energy (BTLE) device, which I need to connect to my PC. To do so, I use the windows API reference in a desktop WPF app. The bluetooth device is rather simple: 1 service, 2 characteristics (one read/notify, one to write to). To make below code [...] read more
My SSRS report does not load when I am accessing it from a corporate office. I can access it from anywhere else (that I've tried so far) except for said office. The office environment is using XP with .Net 2.0 installed and accessing the report from IE8. The SSRS version [...] read more
I'm trying setting up backups for my computer on a samba share and getting this error on windows 10: Windows Backup encountered an error when accessing the remote shared folder. Please retry the operation after making sure that the remote shared folder is available and accessible. (0x8078015B) Backup is working [...] read more
On a Server 2016 box Windows Backup fails with The backup operation that started at '2016-12-23T02:00:13.001000000Z' has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code '0x8078006B'. Please review the event details for a solution, [...] read more
Here's a fragment of a UWP app I am writing // [...] using Windows.Devices.Enumeration; using Windows.Devices.SerialCommunication; using Windows.Networking.Connectivity; // [...] private Dictionary<string, SerialDevice> _SerialDevices = new Dictionary<string, SerialDevice>(); // [...] var serialSelector = SerialDevice.GetDeviceSelector(); var serialDevices = (await DeviceInformation.FindAllAsync(serialSelector)).ToList(); var hostNames = NetworkInformation.GetHostNames().Select(hostName => hostName.DisplayName.ToUpper()).ToList(); // So we can ignore [...] read more
I am unable to reconnect to my Bluetooth Low Energy Only Device using the Windows 10 API for Bluetooth without repairing each time (Windows 8.1 works). I am able to pair to the custom device through code, and am able to connect and subscribe for notifications but when I disconnect [...] read more
I'm developing a .NET application which communicate with a JS client through Event-source. It's works pretty well but I have a problem: If a client disconnects when the server is writing, the server keeps being stuck for 10 seconds and gives me an error at the end: The remote host [...] read more
I have the same trouble with an Acer Switch 10 with windows 8 that wouldn't boot after downloading updates. I have gone through numerous attempts to no avail. I first made a bootable USB stick that doesnt work. It slowly gets to the stage where I have to delete the [...] read more