Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 在ubuntu 18.04上安装visual studio_.net_Linux_Visual Studio_Ubuntu_Installation - Fatal编程技术网

.net 在ubuntu 18.04上安装visual studio

.net 在ubuntu 18.04上安装visual studio,.net,linux,visual-studio,ubuntu,installation,.net,Linux,Visual Studio,Ubuntu,Installation,我试图在我的Ubuntu机器上安装visual studio,我试图使用WINE安装它,但没有成功,因为它需要Microsoft.net framework 4.0,而且我已经安装了4.7版。 我删除了4.7版本,并尝试使用以下命令安装4.0 sudo apt-get install winetricks winetricks dotnet40 它在安装过程中抛出了很多错误,但后来它说。netframework安装成功, 我所犯的错误是这样的 $env WINEARCH=win32 WIN

我试图在我的Ubuntu机器上安装visual studio,我试图使用WINE安装它,但没有成功,因为它需要Microsoft.net framework 4.0,而且我已经安装了4.7版。 我删除了4.7版本,并尝试使用以下命令安装4.0

 sudo apt-get install winetricks
 winetricks dotnet40
它在安装过程中抛出了很多错误,但后来它说。netframework安装成功, 我所犯的错误是这样的

$env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet40使用 WineTracks 20180815-sha256sum: 29e664ec1e879271a33167bf367deaa188cbe803d44b540e692bd669c44a2804,带 wine-3.0.3(Ubuntu 3.0.3-2)和WINEARCH=win32执行w_do_调用 dotnet40执行加载\u dotnet40 ------------------------------------------------------dotnet40尚未完全工作或安装在wine上。警告买主。 ------------------------------------------------------执行w_do_调用remove_mono执行load_remove_mono

------------------------------------------------------Mono似乎未安装。 ------------------------------------------------------解决葡萄酒问题34803 ------------------------------------------------------登记:Sistem belirtilen kayıt anahtarınıveya değeri bulamadı登记:Sistem belirtilen kayıt anahtarınıveya değeri bulamadıreg:Sistem belirtilen kayıt anahtarınıveya değeri bulamadı执行rm-f /home/batuhan/.wine32/dosdevices/c:/windows/system32/mscoree.dll 执行w_do_调用winxp执行加载w_winxp设置Windows版本 要执行winxp,请编辑C:\windows\Temp\u winxp\set-winver.reg ------------------------------------------------------正在运行/usr/bin/wineserver-w。这将一直挂起,直到所有葡萄酒加工完毕 前缀=/home/batuhan/.wine32终止 ------------------------------------------------------正在执行cd/home/batuhan/.cache/winetricks/dotnet40 0032:错误:winediag:SECUR32_initNTLMSP ntlm_auth未找到或已被删除 过时的。确保ntlm_auth>=3.0.25在您的路径中。通常 您可以在发行版的winbind包中找到它。 0035:错误:mscoree:LoadLibraryShim读取的注册表项时出错 installroot 0035:错误:mscoree:LoadLibraryShim读取注册表时出错 installroot 0035的键:错误:mscoree:LoadLibraryShim错误读取 installroot 0035的注册表项:错误:mscoree:LoadLibraryShim错误 正在读取installroot 0035的注册表项:错误:mscoree:LoadLibraryShim 读取installroot的注册表项时出错 0035:错误:mscoree:LoadLibraryShim读取的注册表项时出错 installroot 0035:错误:mscoree:LoadLibraryShim读取注册表时出错 installroot 0035的键:错误:mscoree:LoadLibraryShim错误读取 installroot 015f的注册表项:错误:ole:CoGetContextToken单元 未初始化014f:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData失败,错误为0x8001011d 0162:err:ole:StdMarshalImpl\u解组接口单元不存在 初始化0162:错误:ole:接口 IMarshal::解组RSHALInterface失败,0x800401f0 0175:错误:ole:CoGetContextToken单元未初始化 0164:错误:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData失败 错误为0x8001011d 0186:错误:ole:CoGetContextToken单元不存在 初始化0179:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData失败,错误为0x800101


1d

您可以通过python安装ntlm\U auth

sudo -H pip install ntlm-auth
这将在您的路径中放置ntlm_auth