Debuggin and Shadow Copying. How to avoid copying dll in temp fold

G

Guest

Use Win2003 Server and VS 2003.
When I'm trying to debug COM+ lib, I've stumble over ShadowCopying feature,
when my dll being copied in temporary folder, and I can't step in my dll. No
breakpoits are rised.

How to turn off Shadow Copying or to tell VS to debug moved DLL?

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
V

Vadym Stetsyak

Hello, Michael!

MN> How to turn off Shadow Copying or to tell VS to debug moved DLL?

Select drive properties -> shadow copies tab -> Select drive -> disable

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
G

Guest

It IS disabled already, but each time I start app to debug, dll is copied to
the "C:\Documents and Settings\mikhail_nemtsev\Local Settings\Application
Data\assembly\dl2\..." folder

Vadym Stetsyak said:
Hello, Michael!
MN> How to turn off Shadow Copying or to tell VS to debug moved DLL?
Select drive properties -> shadow copies tab -> Select drive -> disable

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
M

Michael Nemtsev

Nove of these hepls :( Shadow Copying on drives are turned off, Copy
Locate in referenced lib are false too.
But it still copy my COM+ component to ShadowCopy directory :((
Any ideas?

PS: tried to remove dl2 folder, but SC still works :(
 

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

Top