Ensure Rhino 8 using net core

Hi All,

I am on a company machine.

Just wondering can anyone explain the settings to ensure Rhino 8 always using netcore.

  1. The situation I am having is whenever IT pushed the latest patch update, DotNetRuntime will change back to framework for Rhino 8

  2. How do i ensure Rhino.Inside.Revit using netcore on Revit 2024 by default??

Hello,
To start Rhino in .NET Core once:

I had set .NET Core in Registry, however when a new patch pushed into my machine, the registry will return back to framework

You can create a Rhino shortcut and add /netcore after the filepath to ensure it always starts in netcore.

Net core is the default. It doesn’t make any sense if this is resetting to Net framework. If that is the case, then this is a bug we should try to fix.

Are you experiencing Rhino switching to .NET framework even though it is set to .NET core?

Worth checking with your IT people whether they set the runtime to netfx as part of the push. Possibly to maintain compatibility with some plugin that someone can’t do without.

just spoke with IT, they wrote a scipt to run default with framework, had them to void that line, thanks all

2 Likes