Re: HELP - how to reference 2 different versions of the SAME DLL in a VS.NET 2005 Windows App project??
- From: rowe_newsgroups <rowe_email@xxxxxxxxx>
- Date: Sun, 15 Jul 2007 07:22:41 -0700
On Jul 14, 9:39 pm, mark_vogt <mark_v...@xxxxxxxxxxx> wrote:
Greetings all,
Here's an interesting problem that (oddly) has never happened to me
before:
======================================================
A. I just purchased 2 different controls from the same 3rd party
developer.
B. Each of the controls requires adding a reference to a base class
DLL called
KineticaRT.Controls.DLL.
C. Control #1 appears to demand only version 1.2.0.0 of this base
DLL;
D. Control #2 appear to demand only version 1.00.2848.5685 of this
base DLL;
E. When I add (in VS.NET2005) a reference to v1.2.0.0 of the DLL, I
get no problems for Control #1, but Control #2 still demands I "add a
reference" for v1.00.2848.5685
{here's the challenge...}
F. When I add a reference to v1.00.2848.5685 of the DLL, I get the
error message that "An assembly with that name has already been added
to your project".
:-|
Can anyone provide with any insights on how I can reference BOTH these
versions of the SAME DLL in my project, in so doing make BOTH the
controls function, and get my project to build?
TIA,
- Mark
Can you rename the dll before adding it to your project, making a
MyDll1.dll and MyDll2.dll? Then when you do the import you can specify
an alias for the namespace inorder to seperate the two versions.
Also, have you contacted the vendor on this? Most vendors have some
sort of support system.
Thanks,
Seth Rowe
.
- Follow-Ups:
- Re: HELP - how to reference 2 different versions of the SAME DLL in a VS.NET 2005 Windows App project??
- From: Herfried K. Wagner [MVP]
- Re: HELP - how to reference 2 different versions of the SAME DLL in a VS.NET 2005 Windows App project??
- References:
- Prev by Date: ***[SAD USER]***
- Next by Date: Re: Using Classes with threads
- Previous by thread: Re: HELP - how to reference 2 different versions of the SAME DLL in a VS.NET 2005 Windows App project??
- Next by thread: Re: HELP - how to reference 2 different versions of the SAME DLL in a VS.NET 2005 Windows App project??
- Index(es):
Relevant Pages
|