Hi
We have a webserviceclient developed in .NET 3.5 which we are having problems with regarding antivirus protections.
The application is locally installed so there is no real security issue.
For some reason some dependency DLL-files for our application is copied to a random fiolder in the users assembly cache
C:\Users\<USERNAME>\AppData\Local\assembly\dl3\.
In this folder the dll-file is blocked. Same file in the installation bin directory is not blocked.
This is apparently because of a feature called ShadowCopy in .NET.
I can see that AppDomain in our application has a Readonly value for Shadowcoyping, but is it possible to turn it off in runtime som way?
At the moment the solution is in Visual Studio 2010 and running on .NET 3.5.
Thanks in advance for any help
Best Regards Peter Karlström Midrange AB, Sweden