shadow-copy Questions
5
Solved
I'm writing a Asp.Net Core application which should be able to update itself (replace its own binaries while running).
This MSDN article describes shadow copying with the classical .Net framework,...
Adelladella asked 14/3, 2017 at 8:5
2
I am in the process of writing a PowerShell script for backing up a Windows computer using rsync. To this end, I am attempting to use WMI from said script to create a non-persistent Shadow copy wit...
Hinder asked 11/7, 2013 at 19:2
2
Solved
Relating to Can I make the default AppDomain use shadow copies of certain assemblies?, it describes a working solution to activate shadow copying within the default AppDomain for a specific directo...
Powerboat asked 20/9, 2012 at 13:26
1
I'm using the VSS api to create some shadow copies of a volume and then access them using their UNC paths.
Is it possible to get a list of some sort of just the things that changed between two cons...
Stitch asked 3/7, 2012 at 14:15
2
My project(some kind of processing engine) is separated into 2 dlls: one with interface declarations and one with functionality.Usually the project is used by external Delphi project via COM techno...
Lobster asked 17/8, 2015 at 8:24
4
Solved
I just started experimenting moq for unit testing my modules.
Actually, the class for which I have to write an unit test uses
Assembly.GetExecutingAssembly().Location internally to determine a pa...
Oloroso asked 17/7, 2013 at 11:32
0
I already saw THIS and THIS question, but they are both a few years old and in my case there is maybe another solution at all:
I have an ASP.NET MVC 5 application with a plugin system based on THIS...
Kamalakamaria asked 2/8, 2014 at 17:59
6
Solved
Developing a VSS writer app:
see this error during backup, initiated by windows backup tool,
is there defined error codes for 2155348129 from Microsoft?
The backup operation that started at '20...
Saccule asked 20/7, 2010 at 14:20
1
Solved
There is ShadowCopy functionality in .Net to preserve file locking by copying assemblies.
There are two properties:
AppDomain.ShadowCopyFiles that uses AppDomainSetup
AppDomainSetup.ShadowCopyFil...
Belford asked 29/12, 2013 at 23:57
1
Is there anyway to mark a folder (other than Bin folder) to be shadow copied by adding some configurations in web.config ?
I don't think Application_Start be a good place for setting up AppDomainS...
Wace asked 8/12, 2010 at 22:4
3
I am trying to stop my application locking DLLs in my MEF plugin directory so that I can overwrite the assemblies at runtime (note I'm not actually trying to have MEF reload them on the fly, at the...
Gastronome asked 26/9, 2012 at 1:22
6
Solved
We have a minimal 'updater' exe that checks a remote URL for updates, downloads them and replaces files on disk prior to launching the real application. However if we want to replace the updater EX...
Demon asked 31/7, 2009 at 11:2
2
Solved
We've recently updated a fairly large ASP.NET website (~1500th alexa traffic ranking) to use VS2010 and .NET 4.0 running on Windows Server 2008 R2
Since then, when we deploy new versions of the si...
Customary asked 13/10, 2011 at 20:3
1
from what I've understood so far, by reading this doc for instance : http://msdn.microsoft.com/en-us/library/ms404279.aspx, Shadow copy is a feature that allows the use of an assembly while current...
Wingo asked 1/9, 2010 at 22:24
1
In my ASP.NET app, I'm attempting to add another directory to be have the DLLs in it shadow copied.
The only method I found that will allow m to do this is AppDomain.CurrentDomain.SetShadowCopyPat...
Florey asked 30/10, 2010 at 20:26
3
I'm trying to backup files on a server, but some of them are in use and cannot be opened. Instead, I'd like to open their shadow copy if the current copy is in use. How can I do this?
For referenc...
Warranty asked 18/3, 2009 at 20:43
1
Solved
I know when you set to true ,it will shadow copy the files.But what does shadow copy mean and why we need to shadow copy files?
Ledezma asked 21/4, 2010 at 23:8
1
© 2022 - 2024 — McMap. All rights reserved.