Skip to content

Migration of ProtoInterface To DynamoServices

Michael Kirschner edited this page Mar 8, 2018 · 19 revisions

Dynamo no longer supports ProtoInterface. Users need to remove ProtoInterface references and include references to DynamoServices. You may experience missing directive or assembly reference error due to this change.

How to Check:

Under Solution Explorer > Expand Your Project > Expand References, you will see a yellow triangle beside ProtoInterface which indicates that the dll could not be found.

Solution:

NuGet

You will need to remove the reference by Right-click on ProtoInterface > Remove Reference.
You can download/update the latest DynamoVisualProgramming.ZeroTouchLibrary nuget package.
It will automatically download the necessary binaries which includes DynamoServices.

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally