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 test servers and rare in production.
We deploy dlls to our test servers very often. But the dll names in the error message is not related with the deployed dlls. They are rather most frequently used dlls which does not change for a long time. When we recycle the application pool error disappears. I wonder why it tries to create shadow copies for unchanged dlls and in which case it gives this error.
In production this is very rare but its still interesting that despite we never deploy anything to production servers in working time, error can occur for common used dlls. It seems to give the error on requests which use the dll that appears in the error message. What can cause this error other than deploying something to the bin directory in production and how can we avoid this? Waiting and retrying or recycling the related application pool works but these are not acceptable on production systems. Note: We are using .Net Framework 3.5