Matlab Builder NE is missing .NET Assembly Type

5 views (last 30 days)
Tae Kim
Tae Kim on 6 Sep 2012
Commented: Eme on 24 Oct 2015
Hi,
For some reasons, I can't find .NET Assembly type from the Type dropdown list. I installed 64bit Matlab version on 64bit server.
Available types are
1. Windows Standalone App 2. Console App 3. C Shared Library 4. C++ Shared Library 5. Excel Addin
Any ideas?
  1 Comment
Eme
Eme on 24 Oct 2015
I am having a similar problem.. I cannot find .NET Assembly. Available types are 1. C shared library 2. c++ shared library
Is there anyone with a clue?

Sign in to comment.

Answers (2)

Titus Edelhofer
Titus Edelhofer on 6 Sep 2012
Edited: Titus Edelhofer on 10 Sep 2012
Hi,
this is usually a problem with installation or license. Type
ver
to see if the Builder NE is installed...
EDITED: and type
license('test', 'matlab_builder_for_dot_net')
to see, if it is not only installed but also that you have the license for it available.
Titus

Tae Kim
Tae Kim on 6 Sep 2012
Hi Titus,
I checked again and MATLAB Builder NE was installed on the server.
MATLAB Version 7.14 (R2012a) Control System Toolbox Version 9.3 (R2012a) Database Toolbox Version 3.11 (R2012a) Econometrics Toolbox Version 2.1 (R2012a) License xxxxxx Financial Toolbox Version 4.2 (R2012a) License xxxxxx MATLAB Builder EX Version 2.2 (R2012a) MATLAB Builder NE Version 4.1.1 (R2012a) License xxxxxx MATLAB Compiler Version 4.17 (R2012a) Neural Network Toolbox Version 7.0.3 (R2012a) Optimization Toolbox Version 6.2 (R2012a) Statistics Toolbox Version 8.0 (R2012a)
  1 Comment
Titus Edelhofer
Titus Edelhofer on 10 Sep 2012
I edited my answer to try another test, if you have the builder not only installed but also licensed...

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!