Hello,
I’m writting a rhino plugin, in my code I must connect to my database file.
When executing, Rhino throws an exception: “There was a problem communicating with “localhost”. Please contact your system administrator for assistance” (McNeelUpdateClient.ClientChannelException)
And other exception: Caught: “There was no endpoint listening at net.pipe://localhost/mcneel/mcneelupdate/5/pipe that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
I’ve tried to run Rhino as Administrator, but it still appears. I think maybe a plugin cannot perform a connection to database file.
Please help me!
Thank you!