So this has become very annoying to me. Whenever I compile an Outlook Addin, shadow copy creates a copy in the assemblies directory. My anti-virus then detects the new DLL and promptly deletes it. (Good anti-vurus, no wait, bad anti-virus)
I would rather not exclude the assemblies directory from ALL antivirus scans, so I'm trying to find a way to disable shadow copy in vb.net assemblies during debug. Permanently during development is fine too. Or even a work around would that doesn't leave a gap-ping hole in the antivirus scan would be great.
Everything I found on disabling shadow copy pertains to asp.net, and I cant figure out how to configure it in the vb.net configuration files.
The specifics are: Visual Studio (2010, 2012), Norton Internet Security 22.5.4.24, Outlook 2010, Windows 8.1
Thank you in advance.
JD