Using 32-bit .NET compilers from 64-bit Matlab

I am using NET.addAssembly (namespace) to load a pair of msil assemblies.

One of them gives me this error:

Could not load file or assembly <Namespace> or one of its dependencies...

When using the 32-bit version of Matlab, I do not get this error. I would prefer to use the 64-bit version of matlab for this project, any suggestions? And is there a way to choose a specific version of the assembly?

+3
source share

All Articles