MATLAB: MWArray.dll version 2.0 is not a compatible version

dllMATLABmwarraynetvisual studio

Dear all, I am now working on calling matlab function from c#. My vs environment is visual studio 2003 .net 1.1. The problem I encountered is I was unable to add MWArray.dll since its compile version is .net 2.0. And got the following error, "MWArray.dll version 2.0 is not a compatible version". Therefore, my question is what can i do in this case? is there a .net1.1 version MWArray.dll, and where can i find it?
Thanks in advance

Best Answer

Hi,
depending on the MATLAB version you have, version 2.0 is the "first" supported version of the .NET Framework, see http://www.mathworks.com/products/netbuilder/requirements.html
Titus