terryforsythe
Major Contributor
Opening an older version of VituixCAD prompts to ask whether to install a new version. After installing and launching version 2.0.131.1, a window pops up indicating Wine could not load a file or assembly for System.Net.Http, Version 4.2.0.0. I installed dotnet48 and that cured the error. Here is how I recommend proceeding to do the upgrade:
1. Download the new version of VituixCAD, e.g., to ~/Downloads.
2. From the terminal enter "wine uninstaller". From the Add/Remove Programs select VituixCAD and uninstall it. Then close the window.
3. From the terminal install the dotnet48 package by entering "winetricks dotnet48".
4. From the terminal, install the new version of VituixCAD by navigating to the directory where it is downloaded (e.g., cd ~/Downloads) and entering "wine VituixCAD2_setup.exe".
That worked for me.
For those who are starting from scratch, follow the directions here: https://kimmosaunisto.net/Software/VituixCAD/VituixCAD_in_Linux_v0.2.pdf . But, after the step where you install dotnet452 (winetricks dotnet452), then install dotnet48 (winetricks dotnet48). I am unsure as to whether the step of installing dotnet452 still is needed, but I left it on my system and installed dotnet48, and everything seems to be working. You could try just installing dotnet48 and see if that works. If not, then install dotnet452.
1. Download the new version of VituixCAD, e.g., to ~/Downloads.
2. From the terminal enter "wine uninstaller". From the Add/Remove Programs select VituixCAD and uninstall it. Then close the window.
3. From the terminal install the dotnet48 package by entering "winetricks dotnet48".
4. From the terminal, install the new version of VituixCAD by navigating to the directory where it is downloaded (e.g., cd ~/Downloads) and entering "wine VituixCAD2_setup.exe".
That worked for me.
For those who are starting from scratch, follow the directions here: https://kimmosaunisto.net/Software/VituixCAD/VituixCAD_in_Linux_v0.2.pdf . But, after the step where you install dotnet452 (winetricks dotnet452), then install dotnet48 (winetricks dotnet48). I am unsure as to whether the step of installing dotnet452 still is needed, but I left it on my system and installed dotnet48, and everything seems to be working. You could try just installing dotnet48 and see if that works. If not, then install dotnet452.