Which assembly should have NOJVM attribute?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I have the following problem. MCR ignores NOJVM(true) attribute of my assembly and starts JVM. (Similar question was posted here without answer: http://www.mathworks.com/matlabcentral/answers/7074-mcr-invocation)
The problem occurs if I build a class library with VS2008 C#, it does not occur if I build a console application.
Therefore, I believe the reason is that MCR reflects on attributes of a different assembly than my class library when it looks for NOJVM.
My question is, what algorithm MCR uses to find and reflect on NOJVM attribute?
Thanks in advance for help.
Réponses (0)
Cette question est clôturée.
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!