GAC behaviour

Posted by pkolodziej on Stack Overflow See other posts from Stack Overflow or by pkolodziej
Published on 2009-02-18T21:26:49Z Indexed on 2010/04/29 18:57 UTC
Read the original article Hit count: 385

Filed under:
|
|

I put signed dll into GAC. I delete this dll from folder where other applications could reach it. I try to run client app, which used that dll. Dll is immidiately put back to the original folder. How does it happen?

I am guessing that GAC is monitoring folder and when it detects that dll is missing it puts the latest version back to the folder where other applications could reach it. If I am correct please tell me if GAC will automatically backup dll again if it will be rebuild.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about gac