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

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?

Answers (1)

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

Asked:

on 22 Dec 2015

Commented:

on 1 Jan 2022

Community Treasure Hunt

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

Start Hunting!