Hello,
 
I cannot add a reference to NpyAccessLib in an IronPython C# DLR app.
 
The error message is:
 
Failed while initializing NpyCoreApi: DllNotFoundException:Unable to load DLL 'NpyAccessLib': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
NumpyDotNet stack trace:
   at NumpyDotNet.NpyCoreApi.GetNativeTypeInfo(Int32& intSize, Int32& longsize, Int32& longLongSize, Int32& longDoubleSize)
   at NumpyDotNet.NpyCoreApi..cctor()
The type initializer for 'NumpyDotNet.NpyCoreApi' threw an exception.
 
Again, I cannot add the reference.  Attached is a screenshot.
 
Any suggestions?
 
Regards,
William Johnston