'RuiOnUpdateMenuItems' does not exist in 'Rhino.UI'

Dear Team,

When I download the Rhino3dmIO solution and add reference with Rhino_DotNet, Rhino3dmIO, RhinoCommon these three DLL into it, but I can’t build it successfully due to follow errors, please check, thanks

Best Regards,
Ken

Hi Ken,

If you are writing a plug-in for Rhino, then you shouldn’t be referencing Rhino3dmIO, as this is designed for those who want to read and write 3dm files from their own standalone application. And, Rhino3dmIO is basically build into RhinoCommon.

Does this help?

– Dale

Hi Dale,
we have the same problem building the Rhino3dmIO like Ken. Is there a work around solving this error?
My Machine Win10, VS2010, RH 5

Any Suggestions?
Carsten

Hi Carsten,

I too was unable to build Rhino3dmIO from these instructions:

I’ve reported this issue:

http://mcneel.myjetbrains.com/youtrack/issue/RH-35260

Is there any reason you can’t just use the NuGet package?

Keep in mind that you do not need Rhino3dmIO if you are writing a plug-in for Rhino…