Problems in creating my first C++ Plugin for Rhino5

Dear Rhino developers! I followed the tutorial creating first C++ plugin for Rhino5, From Visual Studio 2010 after debugging, From within Rhino, navigate to Tools > Options,then there was an Rhino Plug-in error. I do not know how to solve it.

_Joann

810abbf2b0b1b034cb7f20b32c9e4d7

Hi @15951991225,

1.) Make sure to build either a PseudoDebug or Release build of the project.

2.) If you make an x64 build, then you must load it in the x64 version of Rhino 5.

3.) Make sure you are running the latest release of Rhino 5, with is Service Release 14.

Hope this helps.

– Dale

Thanks! Dale. Thank you very much for your reply!