Need to check Microsoft .NET Framework installation (in Wine): Error using NET.isNETSupported

조회 수: 2 (최근 30일)
I need to check if Microsoft .NET Framework 4.0 is properly installed and seen by MATLAB R2014b x86 under Wine 1.7.54 32bit (Windows Emulator) configured to use Windows 8.1.
tf = NET.isNETSupported
Gives this error:
Error using NET.isNETSupported
Attempt to execute SCRIPT isNETSupported as a function:
C:\Program Files\MATLAB\R2014b\toolbox\matlab\winfun\NET\+NET\isNETSupported.m
Any idea on how to solve this issue?

답변 (1개)

SergeGardien
SergeGardien 2015년 12월 22일

Problem solved! I've checked the .NET installation with the .NET Framework Setup Verification Tool http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx and I've verified that I didn't install it properly.

I've installed the MSXML3 and changed the OS to WinXP ( https://wiki.archlinux.org/index.php/Wine#Installing_.NET_Framework_4.0 ) and now NET.isNETSupported gets value 1

카테고리

Help CenterFile 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!

Translated by