visual studio c# express edition.

Questions about Wine on Linux
Locked
murtazasj

visual studio c# express edition.

Post by murtazasj »

according to wine application support page, visual studios c# express edition should work on linux but during the time of installation , the setup freezes. it just wont install. i am using wine version 1.6.2. and linux mint 17.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: visual studio c# express edition.

Post by dimesio »

Did you install .NET 2.0 as the test report suggests?
murtazasj

Re: visual studio c# express edition.

Post by murtazasj »

isnt it supposed to come with it?
murtazasj

Re: visual studio c# express edition.

Post by murtazasj »

i checked . its installed
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: visual studio c# express edition.

Post by dimesio »

.NET 2.0 requires workarounds to install correctly in Wine. Install it with winetricks.
murtazasj

Re: visual studio c# express edition.

Post by murtazasj »

here is what i got while using winetricks bash

You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call mfc42
mfc42 already installed, skipping
Executing w_do_call dotnet20
Executing load_dotnet20
Executing w_do_call remove_mono
Executing load_remove_mono
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call fontfix
Executing load_fontfix
Setting Windows version to win2k
Executing winetricks_early_wine regedit /S C:\windows\Temp\_dotnet20\set-winver.reg
Current wine does not have wine bug 30845, so not applying workaround
Executing wine dotnetfx.exe /q /c:install.exe /q
fixme:advapi:DecryptFileA ("C:\\users\\murtaza\\Temp\\IXP000.TMP\\", 00000000): stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2f8,0x00000001,0x33f2e4) stub
fixme:advapi:LsaClose (0xcafe) stub
------------------------------------------------------
Note: command 'wine dotnetfx.exe /q /c:install.exe /q' returned status 26. Aborting.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: visual studio c# express edition.

Post by dimesio »

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Do what it says: install winbind. After that, reinstall to a clean wineprefix; once a .NET installer has failed, the wineprefix is no longer clean.
Locked