![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello Schemer, Because CLR start looking for assebmly from the GAC. To override this behaviour you need to redirect it in the config file to the version in you private folder. Seems that u need specify assemblyBinding tag in config S> I'm building a project in VisStudio 2005. I have .Net component that S> put several assemblies in the GAC. However, I want to test local S> versions of those assemblies. In my VisStudio2005 project I S> explicitly reference the assemblies in a particular directory, and S> set CopyLocal=TRUE. S> S> When I start my project in the debugger, I see that the assemblies S> I'd like to debug aren't getting loaded; instead, the version in the S> GAC is. S> S> What's going on? S> (I'm pretty sure this I used to be able to debug my local dlls.) S> Thanks for any help. S> --- 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 |
#4
| |||
| |||
|
|
Hello Schemer, Because CLR start looking for assebmly from the GAC. To override this behaviour you need to redirect it in the config file to the version in you private folder. Seems that u need specify assemblyBinding tag in config S> I'm building a project in VisStudio 2005. I have .Net component that S> put several assemblies in the GAC. However, I want to test local S> versions of those assemblies. In my VisStudio2005 project I S> explicitly reference the assemblies in a particular directory, and S> set CopyLocal=TRUE. S> S> When I start my project in the debugger, I see that the assemblies S> I'd like to debug aren't getting loaded; instead, the version in the S> GAC is. S> S> What's going on? S> (I'm pretty sure this I used to be able to debug my local dlls.) S> Thanks for any help. S> --- 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 --- |
#5
| |||
| |||
|
|
Thanks for the reply. If you mean the .csproj file, I already have this: Reference Include="Digger.Backhoe, Version=4.0.0.394, Culture=neutral, PublicKeyToken=93e298a0f6b95eb1" HintPath>..\..\..\..\exports\duw32\Digger.Backhoe. dll</HintPath SpecificVersion>False</SpecificVersion Private>True</Private /Reference Or is there another configuration file I should look at? "Michael Nemtsev" <nemtsev (AT) msn (DOT) com> wrote in message news:1799a79b399b918c862cf37167639 (AT) msnews (DOT) microsoft.com... Hello Schemer, Because CLR start looking for assebmly from the GAC. To override this behaviour you need to redirect it in the config file to the version in you private folder. Seems that u need specify assemblyBinding tag in config S> I'm building a project in VisStudio 2005. I have .Net component that S> put several assemblies in the GAC. However, I want to test local S> versions of those assemblies. In my VisStudio2005 project I S> explicitly reference the assemblies in a particular directory, and S> set CopyLocal=TRUE. S> S> When I start my project in the debugger, I see that the assemblies S> I'd like to debug aren't getting loaded; instead, the version in the S> GAC is. S> S> What's going on? S> (I'm pretty sure this I used to be able to debug my local dlls.) S> Thanks for any help. S> --- 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 |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
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. |
#8
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |