Cannot Create/Shadow Copy Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?=

    #1

    Cannot Create/Shadow Copy Error

    Hello, mister

    I have an application web asp.net 2.0 + vs 2005 and VS 2005 Web Application
    Project.

    Its appears this error in execution:

    "Cannot Create/Shadow Copy '<projectname> ' when that file arleady exists"
    error.

    projectname changes each time.



    I found this solution:

    Added <hostingEnviron ment shadowCopyBinAs semblies="false " /to my web.config.

    But now its appears this error:

    "Unable to copy file XXXX.dll. The process cannot access the file XXX.dll
    because it is being used by another process"



    I had to remove:

    <hostingEnviron ment shadowCopyBinAs semblies="false " />

    to fix "Unable to copy file XXXX.dll. The process cannot access the file
    XXX.dll because it is being used by another process" Error!

    But now without shadowCopyBinAs semblies, I get

    "Cannot Create/Shadow Copy '<projectname> ' when that file arleady exists"
    error." when I click control-F5 to run without debug.



    Please, I need some help tracking down this errors.

    "Unable to copy file XXXX.dll. The process cannot access the file XXX.dll
    because it is being used by another process."

    "Cannot Create/Shadow Copy '<projectname> ' when that file arleady exists"



    Thanks, greetings, regards.


    --



Working...