When I use the WinRT Geolocator, I sporadically get the error: {"The pipe is being closed. (Exception from HRESULT: 0x800700E8)"} Again, this is sporadic. Any suggestions? Windows.Devices.Geolocation.Geoposition _Postion = null; try { var _Locator = new Windows.Devices.Geolocation.Geolocator(); _Postion = await _Locator.GetGeopositionAsync(); } catch { /* continue, null okay */ } [...] read more
I have a WPF installer which is created using WIX, WIX Custom Bootstrapper and Burn. I have used 3.9 version WIX to create and compile the WIX file. I tried to install that installer in my machine which have already installed AVG Antivirus and my installer properly installed in it. [...] read more
I've recently included a bootstrapper into my solution, and I've noticed that after testing a variety of free Anti-Virus programs, both Avast and AVG seem to now cause my installation to fail, has anyone else experienced this? My current thought is that the cause of the install failing is the [...] read more
I am developing WPF application which will download and install msi using BootstrapperCore library. It works properly but after installing AVG anti-virus in my machine. Download failed in my application and have logged the failed information. Failed Log: Error 0x800700e8: Failed to wait for child to connect to pipe. Error [...] read more
I am writing a custom bootstrapper application, that have to install 3 msiPackages(InstallScope is set to "perMachine" for all of them). But the BA doesn't install any of them. Here are the error messages from log file: > Error 0x800700e8: Failed to write message type to pipe. Error 0x800700e8: > [...] read more
I am trying to install WP8 sdk but it gives me following error. enter image description here [https://i.stack.imgur.com/0sshg.png] I have Windows 8.1 Pro 64 bit and using Visual Studio Premium 2012. the setup file i used to install sdk is wpsdkv80_enu1.img. Here is the log [135C:16BC][2013-10-25T14:40:35]: Error 0x800700e8: Failed to [...] read more
I'm trying to deploy my work-in-progress app to my Lumia 435 Windows Phone (Win 10, build 10.0.14393.576) using WinAppDeployCmd. I'm quite new at this and keep getting the following errors: > Installing app...Disconnecting. 0x80131500 - Failed to copy package: > Unspecified error 'Microsoft Corporation' violates pattern constraint of > '\bms-resource:.{1,256}'. [...] read more
I have a problem with sensor GPS of Broadcom. My device is a Tablet Latitude 10 Dell I use the software Sensor Diagnostic Tool that test operation of GPS, but i receive message The pipe is closed (exception HResult: 0x800700E8) See the image. Someone Have this problem?![enter image description here][1] [...] read more