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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposte (1)

SergeGardien
SergeGardien il 22 Dic 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

Community Treasure Hunt

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

Start Hunting!

Translated by