D
dave
Frequently getting the compile error:
"The process cannot access the file because it is being
used by another process."
The files that .NET is trying to reference are the PDB
and DLL that I am trying to compile.
The "Process Explorer" utility by SysInternals shows that
it is actually .NET (Devenv.exe) that has the DLL/PDB. I
only have 1 instance of .NET running. Seems to be
contending with itself.
Any idea what is causing the error and how it can be
solved?
"The process cannot access the file because it is being
used by another process."
The files that .NET is trying to reference are the PDB
and DLL that I am trying to compile.
The "Process Explorer" utility by SysInternals shows that
it is actually .NET (Devenv.exe) that has the DLL/PDB. I
only have 1 instance of .NET running. Seems to be
contending with itself.
Any idea what is causing the error and how it can be
solved?