ulex / ZenSharp

ZenSharp for ReSharper is mnemonics on steroids!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Report Process Locking Template File

Mike-E-angelo opened this issue Β· comments

I am seeing this error whenever I edit the ltg file:

It would be useful/valuable to know which process is holding it so that we can shut it down. The name/PID should be sufficient.

Thank you for any consideration. πŸ™

Have tried to check the process via process hacker or process explorer? They both have feature to find handle by name. I'm afraid that it is out of scope of ZenSharp to find name/Pid of process.

On the other hand, I suspect that the process is devenv itself. And proper fix would be just retry.

Indeed @ulex I am aware of those but I figure that since ZenSharp is there detecting a lock that it could report what is locking it. No worries if that is too much bother.

The bigger issue, however, is that VS seems to be locking this file consistently for me. I see this error all the time these days and have to constantly restart VS if I edit the template file at all. 😞