Hello,
I am trying to launch a specific file in Rhino from a C# application built in Visual Studio
It works fine just using Process.Start() but it opens a new instance of Rhino every time.
I would like to have Rhino already running and just have it open the specified file so i don’t have to wait for Rhino to start up every time.
I have tried the Rhino.RhinoDoc.Open()function but I get the following error
System.IO.FileNotFoundException:‘Could not load file or assembly ‘RhinoCommon, Version=6.2620147.6510,Culture=neutral,PublicKeyToken=552281e97c755530’ or one of its dependencies.The system cannot find the file specified.’
I seem to have the latest RhinoCommon installed and seem to have it referenced to my project.
Does anyone have any idea why this isn’t working?
2 posts - 2 participants