|
Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 58
|
Hi,
it is happened what I had previewed some month ago.. My manteiner have upgrade the framework from 1.1 to 2.0 and your dll not work. There is a trick to bypass framework version check of your dll???
Thanks Samuele
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. You don't bypass it. We have two DLLs, one for 1.1 and one for 2.0. You need to switch the DLL to the 2.0 DLL.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 58
|
Yes i know that you have two dll but my applicatation is in 1.1 and i don't think that is possible load your dll for 2.0 and my application for 1.1 .. or is possible?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Samuele,
No. You can not mix them up. When your appliction is in 1.1, you must use the 1.1 version of the DLL; When your application is in 2.0 or above (3.0, 3.5), you must use the 2.0 version of the DLL.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 58
|
And so i must recompile my application (and in future all my application write in 1.1) because your dll don't work on 2.0?? WOW awesome!!
I'm sorry but i don't understand.. i use other dll of thirdy-party and these work perfectly both in 1.1 than 2.0.. Because your dll no? 2.0 is full compatible with 1.1
|
|