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

2 visualizaciones (últimos 30 días)
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?

Respuestas (1)

SergeGardien
SergeGardien el 22 de Dic. de 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

Categorías

Más información sobre Deploy to .NET Applications Using MWArray API en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by