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

18 Ansichten (letzte 30 Tage)
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?

Antworten (1)

SergeGardien
SergeGardien am 22 Dez. 2015

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

Kategorien

Mehr zu Deploy to .NET Applications Using MWArray API finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by