How can I run the Rhino5x64_d.exe?

Why does the debug model of Rhino5 (Rhino5x64_d.exe in Rhino5 C++ SDK) have error message ? Does anyone know how to improve this problem?

As far as I understand, the program can only be run as Debug task from Visual Studio, not as standalone executable.

When you have a C++ plug-in project, the Debug executable will start automatically when you debug the plug-in (F5).

Do you run it from Visual Studio? Or by double-clicking? Double-click is wrong.

Thanks. After I run it from VS2010 one time, It can also run by double-clicking now.