tt-acm / EnergyAnalysisForDynamo

Dynamo <> Autodesk Green Building Studio interoperability
Other
29 stars 18 forks source link

RevitAPI.dll references to Vasari folder #44

Open mostaphaRoudsari opened 9 years ago

mostaphaRoudsari commented 9 years ago

Right now a number of assemblies are looking to Vasari folder which means that it won't work for the users who doesn't have Vasari installed. I know that for now we are only developing this for Vasari but in the long run we want to make sure that it will work for users who only have Revit installed.

bhowes-tt commented 9 years ago

@mostaphaRoudsari I'll test this on a machine without vasari installed. I think the nodes should work as long as you have one or the other installed, and that the visual studio project depends on Vasari. As long as there is a registered .DLL on the users machine called RevitAPI.dll, ours should be able to pick it up (using .net magic). I'll verify.