Tagged Questions

8
votes
5answers
547 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 replace the updater EXE ...
5
votes
1answer
511 views

Assembly locking rules and when is shadow copy useful?

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 currently ...
1
vote
1answer
368 views

What does ShadowCopyFiles property in appdomain does?

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?
0
votes
0answers
56 views

“Cannot create/shadow copy when that file already exists” error in test and prod servers

We use .Net Remoting in our windows application. We got "Cannot create/shadow copy 'dll_name' when that file already exists" error from time to time in our test and prod servers. Its very frequent in ...
0
votes
0answers
33 views

Disable Outlook VSTO Shadow Copy to AppData Folder

I have an Outlook VSTO4 add-in, however the VSTO Shadow Copy feature is causing my anti-virus software to think that the shadow copies are viruses (and we can't seem to tell the AV otherwise without ...
0
votes
1answer
189 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 web server.