Results 1 to 5 of 5

Thread: [RESOLVED] Compiler cannot copy the .exe file from obj\x86\Debug folder to \bin folder

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2013
    Location
    San Francisco, CA
    Posts
    528

    Resolved [RESOLVED] Compiler cannot copy the .exe file from obj\x86\Debug folder to \bin folder

    When I compile my project, I get the following error:

    Code:
    Could not copy "obj\x86\Debug\Vehicle Tracker.exe" to "bin\Debug\Vehicle Tracker.exe". Beginning retry 1 in 1000ms. The process cannot access the file 'bin\Debug\Vehicle Tracker.exe' because it is being used by another process.
    The compiler makes 10 attempts to copy the .exe file from the obj\x86\Debug folder to the bin\Debug folder, then stops the compilation process.

    The way I work around this error is to do the following:
    1. Close VS2010.
    2. Delete the project's \bin folder.
    3. Restart VS2010.
    4. Compile the project.

    There must be a better way. Can someone please help me resolve this error?

    Thanks.
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width