i need to deploy an application with a DLL in the application's directory for users on Windows 2000. The dll was shipped with Windows XP an later as a system dll.
Windows XP was also when Microsoft introduced the Fusion loader, to resolve assembly dependancies.
Is it possible to instruct to not use the version of the dll in my folder, but instead to always use the latest version of system supplied version of that dll? And Windows 2000 doesn't have the Fusion loader, nor the dll, so it will just use the version in my folder?