B
Bob
I want to use a 3rd party assembly that links to a "4th party assembly." My
problem is that I use a newer version of that 4th party assembly. When I
add the assemblies as references to my application it won't run. I get an
error, " The located assembly's manifest definition with name 'XXX' does not
match the assembly reference.".
Is there any way to get around this? All the assemblies are strong named so
is there a way to use the GAC to solve this? Also I know the dll is
backwards compatible. Its only the .Net runtime that's having the problem
with the version numbers.
Thanks for the help.
Bob
problem is that I use a newer version of that 4th party assembly. When I
add the assemblies as references to my application it won't run. I get an
error, " The located assembly's manifest definition with name 'XXX' does not
match the assembly reference.".
Is there any way to get around this? All the assemblies are strong named so
is there a way to use the GAC to solve this? Also I know the dll is
backwards compatible. Its only the .Net runtime that's having the problem
with the version numbers.
Thanks for the help.
Bob