Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
zoo:rhinonetcore [2024/05/08]
dale created
zoo:rhinonetcore [2024/05/10] (current)
dale [More Information]
Line 13: Line 13:
 </code> </code>
  
 +If this works, then please install the .NET Core 7.0 runtimes on the Rhino workstation (see below).
 =====More Information===== =====More Information=====
 Rhino 8 now uses the open source [[https://github.com/dotnet/runtime|.NET Core Runtime]] for running .NET code on both Windows and Mac. This brings some performance improvements and aligns the .NET runtimes used across platforms.  Rhino 8 now uses the open source [[https://github.com/dotnet/runtime|.NET Core Runtime]] for running .NET code on both Windows and Mac. This brings some performance improvements and aligns the .NET runtimes used across platforms. 
Line 22: Line 23:
 There may be reasons to continue to use .NET Framework on Windows, in particular if you need to use 3rd party plugins that aren’t compatible with .NET Core yet. The disadvantage to using .NET Framework is that Rhino may run a little slower in certain use cases. There may be reasons to continue to use .NET Framework on Windows, in particular if you need to use 3rd party plugins that aren’t compatible with .NET Core yet. The disadvantage to using .NET Framework is that Rhino may run a little slower in certain use cases.
  
-There are two ways to select the runtime that Rhino uses:+There are two ways to select the runtime that Rhino uses:
  
 1. Use the **SetDotNetRuntime** command, then restart Rhino. 1. Use the **SetDotNetRuntime** command, then restart Rhino.
  
-2. Pass either **/netcore** or **/netfx** as an argument when launching Rhino.exe. This overrides the **SetDotNetRuntime** setting.+2. Pass one of the following command line parameters when launching **Rhino.exe**Note, this overrides the **SetDotNetRuntime** setting.
  
-If your systems do not have .NET Core (7.x) installed, here is a link where you can download the latest.+^ Argument      Description                            ^ 
 +| **/netcore** | .NET Core 7.0 (default)                 | 
 +| **/netfx**   | .NET Framework 4.8 (compatibility mode) | 
 + 
 + 
 +If your systems do not have .NET Core 7.installed, here is a link where you can download the latest.
  
 **[[https://dotnet.microsoft.com/en-us/download/dotnet/7.0|Download .NET Desktop Runtime 7.0]]** **[[https://dotnet.microsoft.com/en-us/download/dotnet/7.0|Download .NET Desktop Runtime 7.0]]**
zoo/rhinonetcore.1715193459.txt.gz · Last modified: 2024/05/08 by dale