Why am I getting an error when adding a reference to MATLAB Type Library in my Visual Studio project?
5 views (last 30 days)
Show older comments
When I try to add a reference to the MATLAB Type Library in my Visual Studio application, I am receiving the following error:
A reference to 'C:\Program Files\MATLAB\R2008a\bin\win32\mlapp.tlb' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
Accepted Answer
MathWorks Support Team
on 26 Jan 2010
The reference error is occuring because MATLAB is not registered as a COM server. To work around this issue, register MATLAB as a COM server by opening a Command Prompt window, and using cd, change to the bin\win32 subdirectory of the MATLAB installation directory and run the following command at the DOS prompt:
matlab /regserver
0 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!