'System.DllNotFoundException' occurred in FlashMagicARMCortexNET.dll

Started by matterama, March 15, 2016, 09:03:05 PM

Previous topic - Next topic

matterama

We have the FlashMagic .Net libraries in our application, and incorporated it successfully on x86 machines.  Moving it to a 64 bit Win 7 machine however, results in this error (seen within Visual Studio):

'System.DllNotFoundException' occurred in FlashMagicARMCortexNET.dll

I saw in another thread that the .net assemblies are not supported on 64 bit platforms(?).  If that is the case, is this the expected error?  I have used FlashMagic (standard) successfully on the same machine...

Thanks!

Andy Ayre

Yes, the 32-bit DLLs are supported on 64-bit Windows.

Make sure you also have FlashMagicARMCortex.dll in the same folder as FlashMagicARMCortexNET.dll. Both are needed for it to work.

regards, Andy
Embedded Systems Academy, Inc.
support at esacademy dot com

matterama

Thank you Andy, the installer missed that one.  That fixed it.