Encounter Error (CS1009) while trying to compile a GH definition into RHP

I like to compile a simple GH definition into a plugin.
I get an Error (CS1009).
What is wrong here?

Thank you!

I try to turn a GH definition into a plugin with Rhino Script Compiler.

move geometries above world center.gh (10.3 KB)

I don’t know the tool used here, but to make it easier for others to understand the error code: Compiler Error CS1009 - C# | Microsoft Learn

1 Like

Thank you!
I am trying to turn a GH definition into a plugin with Rhino Script Compiler.

That’s working fine with your .gh file here.
That said, the Rhino 7 script compiler is now legacy technology. Have you tried using the ScriptEditor in Rhino 8?
-wim