Why do I receive an error "Could not load file or assembly 'MWArray' or one of its dependencies" when attempting to run a 32-bit ASP.NET web application that calls a compiled .NET assembly, on a 64-bit server?
Mostra commenti meno recenti
I have compiled my MATLAB code into a .NET assembly using MATLAB Builder NE 3.0.2 (R2009b), on a 32-bit Windows machine. This assembly is then added as reference to a .NET Web Application which is compiled for an x86 target. When this web application is deployed to a 64-bit ASP.NET server and executed, I see the following exception:
System.BadImageFormatException: Could not load file or assembly 'MWArray' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deploy to .NET Applications Using MWArray API in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!