Linqpad locking my assembly
I have Visual Studio open with my project and LinqPad open with a reference to an assembly from my project. I can't compile the project because Windows says the .dll file is locked by Linqpad.
What's the way to use both and not interfere with each other? Do I have to make a copy of the dll file and have Linqpad use it?
What's the way to use both and not interfere with each other? Do I have to make a copy of the dll file and have Linqpad use it?
Comments
The other thing that will cause LINQPad to lock DLLs is if your assemblies reside in the ProgramFiles directory. LINQPad then assumes the assemblies are part of an installed program and will lock them without copying them first.
Joe