If you develop to Sharepoint with Resharper, there are DLL locks in GAC. This issue blocking you to publish your DLLs to GAC. How to deal with it?
UPD: here is my development scenario:
VS 2008, resharper 4.5
- I'm developing website for '_layouts' directory and some DLLs for this website (data access level (DAL.dll) for exapmple)
- In the website there is a reference to DAL.dll (DAL.dll in GAC)
- Also In the website there is a local reference to DAL.dll (for quick resharper's cache update)
- All is fine! :)
- ...but when I have to upgrade DAL.dll in GAC I can't do this - Access deny!
- OK, let's turn off resharper and try it again. Done!
I don't want to reload VS every time I have to upgrade my DLLs in GAC :/