JasonNevin
Programmer
All of a sudden I've started to get the following error;
Could not copy temporary files to the output directory.
followed by
The file 'bin\MyApp.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process.
I've found several solutions in various places but none seem to fix the problem.
I am using VB .net 2003 standard with .net framework 1.1 SP 1.
I list what I have tried already;
Causes;
Root directory on IIS contatins a trailing backslash - it doesn't.
Index services is switched on - it isn't.
More than one project in a solution using directory - only one project in my solution.
More than one solution using same directory - only one solution.
Microsoft suggest applying the latest SP for .net framework which I believe I already have (SP1).
VS is the only thing running on my machine.
This is driving me up the wall because I can't move on until its fixed and its already cost me over a day's development trying to fix it.
I'd be so grateful if someone could help.
Cheers.
Could not copy temporary files to the output directory.
followed by
The file 'bin\MyApp.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process.
I've found several solutions in various places but none seem to fix the problem.
I am using VB .net 2003 standard with .net framework 1.1 SP 1.
I list what I have tried already;
Causes;
Root directory on IIS contatins a trailing backslash - it doesn't.
Index services is switched on - it isn't.
More than one project in a solution using directory - only one project in my solution.
More than one solution using same directory - only one solution.
Microsoft suggest applying the latest SP for .net framework which I believe I already have (SP1).
VS is the only thing running on my machine.
This is driving me up the wall because I can't move on until its fixed and its already cost me over a day's development trying to fix it.
I'd be so grateful if someone could help.
Cheers.