Here's the problem: placing the SIMDArrayInstructions.dll in my asp.net application's bin/ folder works just fine while developing, but when I deploy the application to the web server, I receive a System.DllNotFoundException with the message:
Unable to load DLL 'SIMDArrayInstructions.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
This occurs even when the .dll is present in the bin/ folder.
What is going on?