G
Guest
I have a relatively small project. The solution contains 5 aspx's and 4
custom controls. The pages are vb and the controls are in C#. Over the last
week or so I have been refining the business logic in one of the controls.
No major structural changes, just things like changing operators (+-*/) and
which variable is used where in the equation.
Yesterday, I made a change in a control to the javascript that is being
emitted to the page via the RegisterClientScriptBlock() function.
Now when I try to compile I get: "Could not write to output file
'C:\Inetpub\wwwroot\DST3\DSTControls\obj\Debug\DSTControls.dll' -- 'The
process cannot access the file because it is being used by another process. '"
The only way to compile is to exit .NET, delete the dll, then restart and
compile. If I need to make another change then repeat. Can anyone tell me
what caused this to happen, and what can be done about it?
custom controls. The pages are vb and the controls are in C#. Over the last
week or so I have been refining the business logic in one of the controls.
No major structural changes, just things like changing operators (+-*/) and
which variable is used where in the equation.
Yesterday, I made a change in a control to the javascript that is being
emitted to the page via the RegisterClientScriptBlock() function.
Now when I try to compile I get: "Could not write to output file
'C:\Inetpub\wwwroot\DST3\DSTControls\obj\Debug\DSTControls.dll' -- 'The
process cannot access the file because it is being used by another process. '"
The only way to compile is to exit .NET, delete the dll, then restart and
compile. If I need to make another change then repeat. Can anyone tell me
what caused this to happen, and what can be done about it?