I am having a problem with Volume Shadow Copy on my Windows 7 Ultimate PC. Basically, I cannot use any program that relies on Volume Shadow Copy as they always fail (including Windows Backup) with a whole list of errors (depending on the program). For example, when I run Windows [...] read more
I am trying to install Win2k8 Std as a KVM guest on Debian Squeeze. As you can see from these screen shots; 1. No drives are detected (I have blanked out a 20GB image for testing) - screenshot1 2. I am using this driver CD: - screenshot2 3. I have [...] read more
I have a build that is running on the Visual Studio Team Services and it runs a suite of XUnit tests that all pass on my local computer. The error has to do with loading a c++ dll (Interface.dll) that is referenced in my project. When they are run on [...] read more
I call CreateFile() and I open \\.\PhysicalDrive0, then I read the sectors of a BitLocker-encrypted volume, and everything works fine. This way I create a backup copy of the physical (encrypted) sectors of a volume that is encrypted with BitLocker. Then, I call CreateFile() again and I open \\.\PhysicalDrive0 again, [...] read more
We have quite a large and complex MVC3 project running in .NET 4.0 in Azure. The symptoms we are experiencing is that the site becomes unresponsive and then crashes. When we go to the management portal, all are instances are in the state 'Stoppped'. From what I understand this is [...] read more
I'm trying to deploy an Azure web app using Visual Studio, but am receiving the following error. I've deployed this app and many others without problems in the past. Web deployment task failed. ((5/3/2016 9:40:16 PM) An error occurred when the request was processed on the remote computer.) (5/3/2016 9:40:16 [...] read more
I use one C++ application, and it loads a clr c++ dll which loads C# dll. This C# dll belongs to a C# application. The C++ application calls an interface which will finally enter the C# dll (this interface will be called multiple times during PC is running). When PC [...] read more