DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.72k stars 633 forks source link

Correct RevitAPI.dll references? #4

Closed dpolkinhorn closed 12 years ago

dpolkinhorn commented 12 years ago

Where should we be referencing the RevitAPI.dll and RevitUIAPI.dll files from? The Vasari SDK files seem to be based on 2012 and have a bunch of errors when referenced.

Thanks, -Danny

Steell commented 12 years ago

I build against the SDK DLLs and have no issues. What kind of errors are you getting?

dpolkinhorn commented 12 years ago

I removed and re-added the references (again) and it seems to be working now. What's different about the Vasari SDK versions and why are they listed as version 2012.0.0.0?

Steell commented 12 years ago

I'd assume that version 2012 is referring to the API for Revit 2012; I'm pretty sure the DLLs are identical.

dpolkinhorn commented 12 years ago

Ah, didn't realize that Vasari was still using the 2012 file format. Thanks for the help.