Does MATLAB latest version support WIndows server 2012 R2 and .Net framework 4.6.1
显示 更早的评论
Our applications are in .Net framework 2.0 and using MATLAB dll (MWArray – version 2.9.1.0 )
We are migrating .Net applications to framework 4.6.1
Existing MATLAB dll ( 2.9.1.0) is not supported. It throws below error
System.TypeInitializationException: The type initializer threw an exception. ---> System.Exception: The MCR instance could not be initialized ---> System.ApplicationException: The MCR instance could not be initialized
Could not access the MCR component cache.
at MathWorks.MATLAB.NET.Utility.MWMCR..ctor(String componentName, String componentPath, Boolean isLibrary)
--- End of inner exception stack trace ---
at MathWorks.MATLAB.NET.Utility.MWMCR..ctor(String componentName, String componentPath, Boolean isLibrary)
--- End of inner exception stack trace --
Does MATLAB latest version support WIndows server 2012 R2 and .Net framework 4.6.1
1 个评论
Walter Roberson
2017-11-27
Windows Server 2012 R2, Yes.
I do not know about .NET versions.
回答(1 个)
Karthikeyan Krishnan
2017-11-27
0 个投票
1 个评论
Walter Roberson
2017-11-28
https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/sysreq/files/SystemRequirements-Release2017a_SupportedCompilers.pdf/SystemRequirements-Release2017b_SupportedCompilers.pdf says .NET 4.6 is supported. I do not know about 4.6.1 specifically.
类别
在 帮助中心 和 File Exchange 中查找有关 Deploy to .NET Applications Using MWArray API 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!