Specification: Windows 10 with Norton Antivirus and CCleaner. When I try to create a folder named "a", it disappear from the explorer just after the action. I noticed the explorer says a message "working on this", it take some time and then the message disappear too. enter image description here [...] read more
I have the following line of code, await _socket.ConnectAsync(_service.ConnectionHostName, _service.ConnectionServiceName); The device is on I can get the Device Info but when I connect I get an exception "No more data is available. (Exception from HRESULT: 0x80070103)" I cant find any real answer to this read more
I am developing Windows Phone 8.1 stores app (XAML) that must print on Bluetooth printer. The device is found successfully with first two methods: PeerFinder.AllowBluetooth = True PeerFinder.Role = PeerRole.Client PeerFinder.AlternateIdentities.Item("Bluetooth:SDP") = "{00001101-0000-1000-8000-00805F9B34FB}" 'PeerFinder.AlternateIdentities.Item("Bluetooth:Paired") = "" Dim devs = Await PeerFinder.FindAllPeersAsync() Dim dev As PeerInformation = devs(0) Dim btdevs = [...] read more
TLDR: Creating a UWP app for Raspberry Pi 3 Model B running Windows 10 IoT and StreamSockets.ConnectAsync() (RFCOMM) sometimes finishes and sometimes it takes an extraordinarily long time to fail ("No more data is available. (Exception from HRESULT: 0x80070103)") or just never finishes. Why is that? The debugger in Visual [...] read more
I am trying to install windows server 2008 r2 a computer with multiple drives. My c drive has 3gb space, and I have 2 other hardrives with more than 100gb space. The error is telling me I need about 1gb of space to install windows server. I have looked at [...] read more
For some reason, I'm no longer able to connect and deploy to my wp7 device. Zune does not show the phone as being connected, despite the fact that it is connected and the phone shows that it's being charged ... and the wpconnect tool gives the following error: > Failed [...] read more
I'm in the process of attempting to upgrade my sister's computer to Windows 10 via the Media Creation Tool as per the instructions provided here The tool appears to work ok, it asks a few questions, downloads the installation files, checks for updates, creates the install media then copies the [...] read more
I am getting an error message when running the WiX installer in console mode. It works in normal mode. The error log says > CreateUser: Error 0x80070103: failed to read attributes from custom action > data CustomAction CreateUser returned actual error code 1603 (note this may > not be 100% [...] read more
I updated my Windows 8 to 10 today. After updating my drivers, I got this error: > NVIDIA driver update for NVIDIA GeForce GTX 750 Ti - Error 0x80070103 This is the thread I found about it, no answers yet. Any ideas how to resolve? read more
I am running win 8.1 x64 and have followed this guide because I tried to resolve this message: enter image description here [https://i.stack.imgur.com/YILDL.png] I have found this kb article: http://support.microsoft.com/kb/2468307 I have also closed zune, deleted the certificates and restarted zune. which did not help and also tried to add [...] read more
I want to use these codes http://docs.opencv.org/3.2.0/db/d28/tutorial_cascade_classifier.html in VisualStudio to detect faces and i copy 2 XML file in my current directory . but i have some errors. my camera want to open but very quicly close ( exited with code 0 ). how can solve this problem ? errors: [...] read more