I am writing a small AOL IM application in C #. I have all the DLLs that I need, and I was able to compile and run the application. However, when it starts, I get an error message
"Unable to load DLL 'acccore.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
I understand that this means that the acccore.dll file was not found, but I do not know why. I tried putting it in C: \ Windows \ System32, and it is also in the debug directory that is created when the project is created in Visual Studio. Can someone tell me how to make my application known where this dll is?
Thanks!
source share