I\'m getting an exception: The process cannot access the file.
Here\'s the code:
if (!Monitor.TryEnter(lockObject)) return; try { watcher.Ena
Make sure the file does not exist.
I had to recreate my build configuration and the old file still existed. Once I deleted the old transform I was able to recreate the new transform.