ID:2183340
 
A .dll that works perfectly fine on local instantiations of my server fail to function when used on the remote.

The .dll is called using the call()() function. I tried both absolute and relative paths to the file. Both methods worked on local, and both failed on the remote.

I attempted to recompile the .dll remote-side, just in case that would fix anything. It did not.

All other .dll files function fine within the code. This seems to be the only one causing me trouble.

Both the local and the remote have the exact same server contents.

For reference, I am running Windows 10 on my local, and Windows Server 2008 R2 on the remote.