المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem with a newer version of a dll



C# Programming
01-28-2010, 01:50 PM
Hello

We have a asp.net website that has reference to simIO.dll which was developed by my predecessor. I have the source project of simIO.dll in hand. This inturn refers to a 3rd party dll called config.dll (using DllImport). Now the 3rd party has released a newer version of config.dll that I need to update in our website.
I first tried to replace the new version of config.dll in the system32 folder and got the following error.

The specified module could not be found. (Exception from HRESULT: 0x8007007E) can not be loaded.
But it works fine with the older version config.dll
Can somebody advise me how to change the reference to the new dll?
Many thanks
Kit