-
Notifications
You must be signed in to change notification settings - Fork 636
Migration of ProtoInterface To DynamoServices
rk-lakshmanan edited this page Apr 12, 2016
·
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 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 dll which includes DynamoServices.
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3