I want to try out DXperience component suite on Linux (Suse Linux enterprise desktop). Since it relies heavily on the PInvoke calls, Mono would not work out here.
Some people were able to get this running by installing .NET 2.0 under wine on Linux.
I've tried to do this with the winetricks and manually. Every time .NET 2.0 install on SLED hits the "Installer 3 requirement" with the latest wine.
Installing the MSI3 itself fails due to the absence of the crypto services.
It is possible to avoid this requirement by installing .NET 2.0 in Win98 mode, but the installation process breaks before the end.
Has anyone encountered this before?