M
mje11
Hi there
I have a class library project (AssemblyA) and a 'test' project grouped
under the same solution. AssemblyA is strongly-named and I have a
version of the assembly in the GAC.
In the test project I have added a project reference to AssemblyA. If I
make changes to AssemblyA (e.g. add a new class) and then try to run
the project in debug mode, Visual Studio loads the AssemblyA from the
GAC and hence cannot find the new type. How do I force Visual Studio to
use the 'local' copy of the assembly, not the one in the GAC?
Any help would be much appreciated.
Matt
I have a class library project (AssemblyA) and a 'test' project grouped
under the same solution. AssemblyA is strongly-named and I have a
version of the assembly in the GAC.
In the test project I have added a project reference to AssemblyA. If I
make changes to AssemblyA (e.g. add a new class) and then try to run
the project in debug mode, Visual Studio loads the AssemblyA from the
GAC and hence cannot find the new type. How do I force Visual Studio to
use the 'local' copy of the assembly, not the one in the GAC?
Any help would be much appreciated.
Matt