problem C# in RIR.gh (51.2 KB)
Hello all, I used a C# component in Rhino 8 no problem but it gets weird in RIR.
eirannejad
(Ehsan Iran-Nejad)
June 3, 2025, 5:05pm
2
Try disabling all other Revit plugins except for Rhino.Inside and see if this happens. I wonder if this is a conflict on versions of Microsoft.CodeAnalysis
library
Still the same, it’s something else
Japhy
(Japhy)
June 3, 2025, 6:56pm
4
Hi Thomas,
Can you provide additional info about your environment and script? Thanks
4. Isolating the issue and posting files
Revit projects are rarely small & the issues are rarely simple. Its understandable that support files aren’t always readily uploadable, for size or for privacy concerns.
That said, here are some recommendations:
Isolating the question to a new Revit file with the Revit Version in the File Name, then purge the Revit file several times to reduce size.
List your GH plugins needed to review the question, if possible remove all gh plugin components no…
Well I attached the script to this forum so that’s it.
Windows 10 64 bits
Japhy
(Japhy)
June 3, 2025, 7:15pm
6
Everything is Ok here.
Try loading grasshopper from the Rhino command line in RiR with GrasshopperLoadOneByOne and say no to GH plugins that do not ship with Rhino.
gankeyu
(Keyu Gan)
June 3, 2025, 7:24pm
7
It seems you have another version of Roslyn already loaded
Keyu Gan:
Roslyn
Roslyn ? Can you tell me more ?
Japhy
(Japhy)
June 4, 2025, 2:02pm
10
You’ll need to load the native components, skipping GH plugins that do not ship with Rhino
Is there an easy way to do that ?
Japhy
(Japhy)
June 4, 2025, 2:13pm
12
Move all the gh plug files to a temp location (from your library / package manager location) or just say No to the first 12 (if i recall) gh plugins when using GrasshopperLoadOnebyOne
What’s the point of that setting again ?
It corrected the problem but I might have done something bad. I can’t remember why I switched it on in the first place.