how to debug the following eoor in ASP.Net application using Visual studio 2005 in C#
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Error 16 Unable to copy file "obj\Debug\rescue15.exe" to "bin\Debug\rescue15.exe". The process cannot access the file 'bin\Debug\rescue15.exe' because it is being used by another process. rescue15
This error message generally comes up when Applications’ exe is already running and then user try to rebuild the project. Please check if there is already an exe running from following location: bin\Debug\rescue15.exe If yes, then please stop this exe and then try rebuilding again.
Best Regards, Sam Xavier www.componentone.com