On top of copying in the WRONG .DLL file, there may be other .DLL's that one relies on which you haven't considered. You cannot just copy whatever .DLL file it says it can't find into your project folder and expect it to work. More than likely, you'll be missing other dependent .DLL's that you won't get an error on.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak