https://bugs.winehq.org/show_bug.cgi?id=38156
--- Comment #2 from AlexALX alexalx@bigmir.net --- (In reply to Austin English from comment #1)
What do you mean, 'ONLY'? As in, you're using csc.exe that you copied from a .Net install? Or that's the only part of .Net you need?
I mean program require x64 version of .NET, not x86. And in any way in fact i need only working compiler, and not whole .NET framework itself (but probably compiler is part of it and can't work without whole framework).
What 'other ways'? .Net doesn't install in a 64-bit prefix, and winetricks doesn't support 64-bit .Net. It didn't install in wine at all, last I tried, so I suspect this bug is invalid.
In first place it didn't installed, but after some tricks with replacing mscoree to native one (from windows), and some other things (not already remember what i did), it installed it, with some errors but installed. Also later i copied all installed files from windows machine of ".NET Framework64" to wine, and all registry from it.
It both variants compiler (csc.exe) still not work and getting same result. It response for command line options, but when try actually run compile - crash.
And yes, probably it still not supported yet or idk. But i hope that this can be changed... Maybe in wine 1.8 or so...
--------
Also if this is not supported and will not be supported in near future - is there way to combine it with virtual machine or remote machine for make call from wine to csc.exe in virtual machine or remote machine and get response? Because i really need this thing, even if there possible to do some workaround. Only one variant is not an option - install windows instead linux...