Problem of database connection

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!

Have you disabled your McNeel Update Service (in Control Panel -> Administrative Tools -> Services)?

I don’t believe this error has anything to do with connecting to a database…

Thank you, I’ve just enabled McNeelUpdate service, and it is ok, now I have another problem. I’ll ask you later.

Br,

A post was split to a new topic: Connect Grasshopper to Database