A
Atmapuri
Hi!
I have a C# project which references assembly myassembly.dll.
The project worked fine. Then I removed the reference from
the Reference list and added the assembly with the same name,
but an older version.
Regardless what I tried, I could not get the project reference
the new assembly. It constantly kept looking for the assembly
of the previous, as if though once added the assembly version
is hard locked to the project.
Is it possible to manually fix the project, to finally let go of
the version that is no longer present?
Thanks!
Atmapuri
I have a C# project which references assembly myassembly.dll.
The project worked fine. Then I removed the reference from
the Reference list and added the assembly with the same name,
but an older version.
Regardless what I tried, I could not get the project reference
the new assembly. It constantly kept looking for the assembly
of the previous, as if though once added the assembly version
is hard locked to the project.
Is it possible to manually fix the project, to finally let go of
the version that is no longer present?
Thanks!
Atmapuri