I have Windows 7 64-bit running on a MacBook Pro in a Boot Camp partition. I am trying to pair with my Bluetooth Mighty Mouse and Apple wireless keyboard under Windows, but whenever I try to do so, here's what happens: 1. While on the Add a device window, I [...] read more
For a while now my Azure Compute Emulator will not start. When I try, I receive the following error: Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7) If I hit show detail I get the below message: System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that [...] read more
I wrote a unit test in such a way that it should throw AnException or AnotherException, both deriving from AnExceptionBaseException. I then proceeded to add an ExpectedExceptionAttribute for the base exception, only to find that my test will still be marked as failed. > Test Name: Call_Should_Throw_If_Device_Is_Not_Ready Test > > [...] read more
I'm having trouble with Microsoft Store. When I'm trying to update my apps, I get a failed error (0x80070015) and no update. I've come across the following article (https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store-winpc/windows-store-error-code-0x80070015/6e74a78a-1e18-4141-813b-031dac3a4d36) which seems to do no good. Short of re-installing Windows, does anyone have any experience or suggestions to remedy this problem? [...] read more
When changing some of the configuration settings of a webrole, the RoleEnvironment.Changing event is triggered. As far as I understand it, if Cancel is set to false in the RoleEnvironmentChangingEventArgs, the role should not recycle and the changes are just accepted and should be applied as soon as the RoleEnvironment.Changed [...] read more
I have a SSIS job I created in SQL Server 2008 R2. I have simplified it down to a ADO.NET source (SQL Server DB Table) and a ADO.NET SQL Server Destination (another table). As simple as I can get. The job just copies one table to another. I am running [...] read more
During the VS2010 installation I got this message: > Error 1935. An error occurred during the installation of assembly "WcfSvcHost, > version="10.0.0.0", > publicKeyToken="31bf385ad364e35",processorArchitecture="MSIL",fileVersion="10.0.30319.1",culture="neutral". > > Please refer to Help and Support for more information. HRESULT:0x80070015. Do you know what could be causing this issue? Before installing Premium Edition, I [...] read more
I had (in the past) multiple issues with the old Windows 7 Image Backup & Restore (0x8078015B, 0x8078014B, 0x80070015, etc.) and the Windows 10 Filehistory (Event 201 szett-bug, Event 204 full backup drive, etc.). My mums Windows PC failed creating backups for weeks because of a similar problem. I'm annoyed [...] read more
I'm looking for a way to send Sms throught MbnApi using : http://msdn.microsoft.com/en-us/library/windows/desktop/dd323167(v=vs.85).aspx IMbnSms interface. But it's not working at all. I could not have a sample project to see how to do it. I'm coding on C# .Net Thx public class NaErrorHandling { public Dictionary<UInt32, string> Hresults { get;private [...] read more
in fact i want to migrate my services from a server to another server ( Includes Services on IIS, IIS Settings , ... ) and for this wanted use IIS WebDeploy Feature. but When I want to Import my WebDeploy ( That is Exported from Main server ) Occur below [...] read more
I have an one year old ASUS laptop, which originally shipped with Win 8.1. When Windows 10 was released I upgraded without hassle to Windows 10. Trying to update to November update (Threshold-2) or more recently Redstone just doesn't work. The upgrade starts and finally Windows is restarting. Then after [...] read more
I have just built a new computer, and I am now trying to install Windows on it, but it dosent seems to work at all. Here are my system specs: * Mobo: MSI A88X-G41 V2 * CPU: AMD A10 6700 * RAM: 8GB HyperX Fury 1600Mhz * GPU: ASUS GTX [...] read more
I'm struggling to create a new virtual machine on Hyper-V using a simple example from the help file. I can create VMs manually using the GUI but I was trying to learn how to do this using PowerShell but I'm getting the error below. New-VM -Name "base" -MemoryStartupBytes 1GB -NewVHDPath [...] read more
When I tried opening a file, there is always an exception "System.IO.IOException: 'The device is not ready." showing up: // reading var data = File.ReadAllText(@"D:\test.txt"); // writing File.WriteAllText(@"D:\test.txt", ""); My stack trace doesn't give any meaningful message: > System.IO.IOException occurred > HResult=0x80070015 > Message=The device is not ready. > > [...] read more
I'm trying to get azure web role working in the emulator. I believe I and my colleague are using exactly the same setup. But it works on my machine but not on hers. Here is the setup: Visual Studio 2015 Community. Azure SDK 2.9.5. I've compared the logs, mine looks [...] read more
I am currently working to get Emgu set up for use on my computer. I have Downloaded a 32 bit installation from sourceforge and installed it. I have created a console project and added the following dll's as references: - Emgu.CV - Emgu.CV.DebuggerVisualizers.VS2010 - Emgu.CV.GPU - Emgu.CV.ML - Emgu.CV.OCR - [...] read more
I'm trying to create a small WP 8.1 application that displays a ContactPicker as it starts. I'm using Visual Studio Community 2015 on Windows 10 Preview build 10532 to create the application. So, as soon as I create a Windows Phone Blank App, I add a button and this code. [...] read more
I've created an SSIS PACKAGE on machine X to retrieve data from MYSQL DB Query from machine Y and write to an SQLSERVER Destination Table which is on machine Z(compulsions since I am unable to connect to mysql from Z and X is the only machine which has navicat). The [...] read more