Why invoking MWArray throws exception in my project

1 view (last 30 days)
Hi, In my C# code, I am using MWStructArray and MWArray. The moment MWArray instance is created, I get the following error. I am using 64bit runtime on 64 bit windows 7 OS. My C# code is compiled for .net version 4 and x64 settings.
Please help
Managed Debugging Assistant 'BindingFailure' has detected a problem in 'C:\Projects\Production\SGUK\dotnet_projects\apps\StrategySystem\StrategyClient\bin\x64\Debug\StrategyClient.vshost.exe'. Additional Information: The assembly with display name 'MWArray' failed to load in the 'Load' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'MWArray, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f' or one of its dependencies. The system cannot find the file specified.
Regards,
Jeet

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!