S
Schemer
Hello,
I'm building a project in VisStudio 2005. I have .Net component that put
several assemblies in the GAC. However, I want to test local versions of
those assemblies. In my VisStudio2005 project I explicitly reference the
assemblies in a particular directory, and set CopyLocal=TRUE.
When I start my project in the debugger, I see that the assemblies I'd like
to debug aren't getting loaded; instead, the version in the GAC is.
What's going on?
(I'm pretty sure this I used to be able to debug my local dlls.)
Thanks for any help.
I'm building a project in VisStudio 2005. I have .Net component that put
several assemblies in the GAC. However, I want to test local versions of
those assemblies. In my VisStudio2005 project I explicitly reference the
assemblies in a particular directory, and set CopyLocal=TRUE.
When I start my project in the debugger, I see that the assemblies I'd like
to debug aren't getting loaded; instead, the version in the GAC is.
What's going on?
(I'm pretty sure this I used to be able to debug my local dlls.)
Thanks for any help.