Top "Shadow-copy" questions

Shadow copying enables assemblies that are used in an application domain to be updated without unloading the application domain.

Windows Volume shadow copy error: 2155348129

Developing a VSS writer app: see this error during backup, initiated by windows backup tool, is there defined error codes …

windows backup recovery shadow-copy volume-shadow-service
What is the right way to set shadow copying for the default AppDomain

Relating to Can I make the default AppDomain use shadow copies of certain assemblies?, it describes a working solution to …

.net appdomain shadow-copy appdomainsetup
Getting the desired / correct assembly path while unit testing with NUnit

I just started experimenting moq for unit testing my modules. Actually, the class for which I have to write an …

c# unit-testing nunit .net-4.5 shadow-copy
Converting a C++ .exe project to a dll

Microsoft provides the source code of vshadow to manipulate VSS (Volume Shadow Service [shadow copy]), and I've modified it a …

c# c++ marshalling shadow-copy dll
Opening a file's Shadow Copy if the current copy is in use

I'm trying to backup files on a server, but some of them are in use and cannot be opened. Instead, …

c# .net-3.5 shadow-copy