Cannot Create/Shadow Copy Error

G

Guest

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 <hostingEnvironment shadowCopyBinAssemblies="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:

<hostingEnvironment shadowCopyBinAssemblies="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 shadowCopyBinAssemblies, 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top