In my project file, I have the following entry:
<Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\..\..\Libraries\Microsoft.Practices.Unity.dll</HintPath> </Reference>
which in absolute terms translates into:
C: \ dev \ LUT600 2.1.1 \ OCC600 \ Libraries
Somehow, when I try to compile a project, Visual Studio loads the link from a completely different path:
/ reference: "C: \ Program Files \ Microsoft Enterprise Library 4.1 - October 2008 \ Bin \ Microsoft.Practices.Unity.dll.
How it resolves this location is a complete mystery, as this DLL is not mentioned anywhere in this project.
I set Specific Verion to true, but it still resolves the link from this location.
Any ideas?
TIA.
Klaus
source share