Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are facing error when I try to use MWArray.dll 2.11.0.0 as reference in ASP.NET application

Could not load file or assembly 'MWArray, Version=2.11.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f' or one of its dependencies. The system cannot find the file specified.

Our MATLAB (R) compiler version 7.15 . I am using visual studio 2008 x64.
My machine is windows 7.

However when we use the same DLL in windows application (COnsole or webapplication), we do not recieve any error. Error occured only with ASP.NET Website.

Kindly Help.

Thanks,
KB
Posted
Comments
Richard MacCutchan 25-Jan-13 8:23am    
Have you loaded the dll onto your website?
Member 7797800 28-Jan-13 1:03am    
To my website, i clicked on add reference --> located the dll from program files/MATLAB folder and then click on ADD. Is there any other step missing or any other modifications required?
Richard MacCutchan 28-Jan-13 4:34am    
That sounds OK, but I cannot guess what else may be needed. You need to check that all components are in the correct locations when the web site is running.
Member 7797800 28-Jan-13 6:03am    
Thanks Richard. But my website is not under run mode. as soon as I do add reference --> MWArray.dll , error appears at build time itself. I cannot run my website.
Richard MacCutchan 28-Jan-13 6:27am    
You need to check the manifest details of the DLL and also (as the message says) any other references that are made by MWArray. You may also find that you can get a faster response by checking the MATLAB website.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900