Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Unable to copy error in C#

Unable to copy error in C#

Scheduled Pinned Locked Moved C#
csharpdebugginghelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mrithula8
    wrote on last edited by
    #1

    Hi I am getting an error like: Error 1 Unable to copy file "obj\Debug\WindowsApplication32.exe" to "bin\Debug\WindowsApplication32.exe". The process cannot access the file 'bin\Debug\WindowsApplication32.exe' because it is being used by another process. WindowsApplication32

    M P 2 Replies Last reply
    0
    • M mrithula8

      Hi I am getting an error like: Error 1 Unable to copy file "obj\Debug\WindowsApplication32.exe" to "bin\Debug\WindowsApplication32.exe". The process cannot access the file 'bin\Debug\WindowsApplication32.exe' because it is being used by another process. WindowsApplication32

      M Offline
      M Offline
      musefan
      wrote on last edited by
      #2

      Whenever i have seen that error it is because the application i am trying to debug is still running, look in task manager to see if it is still running and end the task if need be

      Life goes very fast. Tomorrow, today is already yesterday.

      M 1 Reply Last reply
      0
      • M mrithula8

        Hi I am getting an error like: Error 1 Unable to copy file "obj\Debug\WindowsApplication32.exe" to "bin\Debug\WindowsApplication32.exe". The process cannot access the file 'bin\Debug\WindowsApplication32.exe' because it is being used by another process. WindowsApplication32

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        The error kind of speaks for itself. You have a process that's got a handle to WindowsApplication32.exe and that's preventing you from finishing the compile phase. Take a look in task manager and see if there's an instance of this application running and kill it.

        "WPF has many lovers. It's a veritable porn star!" - Josh Smith

        As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

        My blog | My articles | MoXAML PowerToys | Onyx

        1 Reply Last reply
        0
        • M musefan

          Whenever i have seen that error it is because the application i am trying to debug is still running, look in task manager to see if it is still running and end the task if need be

          Life goes very fast. Tomorrow, today is already yesterday.

          M Offline
          M Offline
          mrithula8
          wrote on last edited by
          #4

          Hi Thanks it works now

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups