Rhino8 in toolbar grasshopper(plugin)will not be loaded

hi @anon39580149 @wim @DavidRutten @Gijs
A plugin that should be displayed in the Rhino8(grasshopper) toolbar will not be loaded and will not run if loaded
i think this is bug in)(grasshopper) Rhino8
the plugin name is:


2 Likes

Hi @Rh-3d-p
You mean Clipper2 or this?

Both of them works fine in Rhino8

Yes, it won’t load for me in Rhino8
My settings are:
What are your settings?
and Persistent Data Editor and Quick Connectionloade and work for YOU?

Rhino8 load ExtaButtons package from Rhino7 folder, i don’t install it twice

No Persistent Data Editor don’t loaded , i think it need a new SDK

1 Like

@seghierkhaled Thanks for reply,
And when i removed SuperHelper plugin then extrabuttons bottom and melanoplus work for me fine in Rhino8,
But:
PersistentDataEditor and [QuickConnection]
are opensource in github
I change Sdk nuget.org packeges grasshopper v8.1 to Rhino8 in Visualstudio and rebuild it
But doesn’t work stil!
Do you have any suggestions? Or help because this plugin is very useful and the author won’t answer to fix it! Maybe there is a bug in the Rhino8 sdk?

In food4rhino the plugin already support Rhino8
C:\Users\user\AppData\Roaming\McNeel\Rhinoceros\packages\8.0 >> PersistentDataEditor

Yes! PersistentDataEditor But it doesn’t run as well as Rhino7 for components
And quick-connection doesn’t loaded

Create a shortcut of Rhino8 and call it for example Rhino 8 net

Right click and open properties window
add space + /netfx in the Target like this:

“C:\Program Files\Rhino 8\System\Rhino.exe” /netfx

You can then use all non supported plugins, if you can’t use a plugin you need to ask the developer

1 Like

exactly! thanks very much by this method resolved and PersistentDataEditor and quick-connection worked fine
*So should mcneel developers fix NETFramework bug? In Rhino 8 To loade Grasshopper Plugins?
@Gijs @wim

The solution from here

It is not a bug , but all plugins in future must updated to net7

1 Like

Both projects are only built to support net framework 4.8:

If you want to support both net48 and net7.0, you should look at how to set up multiple target frameworks:

Essentially:

<TargetFramework>net48</TargetFramework>

to

<TargetFramework>net48;net7.0</TargetFramework>

1 Like

Thanks

@fraguada i trying to add net7 to this plugins like your suggestion but created error in Visualstudio
And (sdk Rhino8 doesn’t install on too)
Do you have any suggestions?

Please share the error.

Hi @fraguada
i change this Line:

    <TargetFrameworks>net48;net7.0</TargetFrameworks>
    <Version>1.1.4</Version>
    <Title>ComponentToolkit</Title>

first open not error but when Rebuild


Error:

Severity	Code	Description	Project	File	Line	Suppression State
Error	NETSDK1136	The target platform must be set to Windows (usually by including '-windows' in the TargetFramework property) when using Windows Forms or WPF, or referencing projects or packages that do so.	PersistentDataEditor	C:\Program Files\dotnet\sdk\7.0.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets	146	

and i try to install grasshopper.8.1.23318.13001-rc.nupkg in net7 folder but error not fix
grasshopper.8.1.23318.13001-rc.zip (3.2 MB)

can you tell me the name of plugin?one is on the left of brickbox and another is on the right of shaper3D?I found them long time, pls :sob:

melanoplus (version. 0.5)only

extraButtoms
shaper3d Gadgets
quick connection
capsule renderer
wireRenderer

i mean these

first thanks very much ,but i cant find green arrow,can you send me a file?

has anyone got any other idea … i am litteraly about to cry with this, i love both of these plugins, but i am not getting them to work anymore in rhino 8 , even with this apparent solution …nothing,
i restartet my pc several times, installed and uninstalled, unblocked the files, raloaded rhino , did this fix here in this topic, but nothing???

1 Like