Receiving Error: Unable to copy file "obj\Debug\MyProject.xml" to "bin\Debug\MyProject.xml". Access to the path 'obj\Debug\Aegis.xml' is denied. Aegis

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CGatto

    Receiving Error: Unable to copy file "obj\Debug\MyProject.xml" to "bin\Debug\MyProject.xml". Access to the path 'obj\Debug\Aegis.xml' is denied. Aegis

    Hi,

    We have just started getting the following error during compiles of our
    forms-based application. We are developing in VS2008, VB.Net, with Team
    Foundation Server-based source control.

    Full error message is:
    "Unable to copy file "obj\Debug\OurP rojectName.xml" to
    "bin\Debug\OurP rojectName.xml" . Access to the path
    'obj\Debug\OurP rojectName.xml' is denied."

    This error has just started happening in our project in the last couple
    days. It is intermitant and affecting all developers in our team. The only
    way to get around it that we know of is to shut down/restart VS2008. It
    will be fine for a few hours and then out of the blue start happening again.

    Has anyone out there had a similar experience and found a solution?

    Thanks


  • Bob Altman

    #2
    Re: Receiving Error: Unable to copy file "obj\Debug \MyProject.xml& quot; to "bin\Debug \MyProject.xml& quot;. Access to the path 'obj\Debug\Aegi s.xml' is denied. Aegis

    FWIW, I've seen this same problem. I just took a quick look at the Microsoft
    Connect website (the official place to provide product feedback -
    http://connect.microsoft.com/VisualStudio) and I didn't see this exact problem.
    That doesn't mean it hasn't been reported. More than likely my search criteria
    didn't pick it up. Can someone else confirm whether or not this bug has been
    reported?

    Bob


    Comment

    • CGatto

      #3
      Re: Receiving Error: Unable to copy file "obj\Debug \MyProject.xml& quot; to "bin\Debug \MyProject.xml& quot;. Access to the path 'obj\Debug\Aegi s.xml' is denied. Aegis

      "CGatto" <cgatto@pleaser emoveme.gnb.caw rote in message
      news:%23jiQvcgh IHA.4320@TK2MSF TNGP06.phx.gbl. ..
      Hi,
      >
      We have just started getting the following error during compiles of our
      forms-based application. We are developing in VS2008, VB.Net, with Team
      Foundation Server-based source control.
      >
      Full error message is:
      "Unable to copy file "obj\Debug\OurP rojectName.xml" to
      "bin\Debug\OurP rojectName.xml" . Access to the path
      'obj\Debug\OurP rojectName.xml' is denied."
      >
      This error has just started happening in our project in the last couple
      days. It is intermitant and affecting all developers in our team. The
      only way to get around it that we know of is to shut down/restart VS2008.
      It will be fine for a few hours and then out of the blue start happening
      again.
      >
      Has anyone out there had a similar experience and found a solution?
      >
      Thanks
      Just an update on the issue for anyone who comes across the same thing. We
      seem to have eliminated the problem but in a round-about way that we don't
      quite understand. It seems as though our application had several unused
      references in place which we removed (via Project Properties References >
      Unused References Remove). One of those references was to a dll called
      OurProjectName. dll located in the bin folder of the project. Why it was
      there we do not know and no one can recall adding it in. Since it has been
      removed the error has not occured again.


      Comment

      Working...