0
votes
1answer
32 views
Can you shadow copy MAF Addins in ASP.NET
Is it possible to configure MAF in an ASP.NET such a way that it loads shadow copies of an addin assembly? I'd like the ability to update an addin without manually restarting the …
3
votes
5answers
117 views
Strange, possible “shadow copy” issue where two editors show different contents
I have some code that is reading a config file, but when I open the file in TextPad, I see different values than my application does. I checked it with Notepad. Notepad agrees wi …
1
vote
2answers
426 views
Volume Shadow Copy (VSS)
Can anyone clarify an issue? I'm using the VSS API (C++ using VSS2008 and the latest SDK running on XP SP3) in a home-brew backup utility*.
THe VSS snapshot operations work fine …
4
votes
5answers
145 views
Best method for implementing Self-Updating Software
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 repla …
1
vote
2answers
424 views
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 bit but I want to make it into a dll so I can use it i …
1
vote
2answers
336 views
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, I'd like to open their shadow copy if the current copy is in use. How can I do th …
1
vote
1answer
595 views
Shadow Copying, and mixed C# and C++ DLLs loading from arbitrary folders
I have a VS 2005 C# project that uses a special Plugin folder to load extra DLLs (for use as nodes in an asset conversion process).
I have a mixture of C# and C++ DLLs in this fol …
8
votes
17answers
599 views
Would it make sense to use version control if I’m the only developer? [closed]
For example, if I was doing a project at home, does it make sense to use version control in the event that I want to revert or whatever, or does the shadow copy feature of Vista (w …
