Flash Magic Forum

In-System Programming Support => ARM Cortex => Topic started by: matterama on March 15, 2016, 09:03:05 PM

Title: 'System.DllNotFoundException' occurred in FlashMagicARMCortexNET.dll
Post by: matterama on March 15, 2016, 09:03:05 PM
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!
Title: Re: 'System.DllNotFoundException' occurred in FlashMagicARMCortexNET.dll
Post by: Andy Ayre on March 16, 2016, 01:42:06 AM
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
Title: Re: 'System.DllNotFoundException' occurred in FlashMagicARMCortexNET.dll
Post by: matterama on March 16, 2016, 04:25:35 PM
Thank you Andy, the installer missed that one.  That fixed it.