tt-acm / EnergyAnalysisForDynamo

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

Autodesk.Revit.Httpmethod #95

Closed bhowes-tt closed 9 years ago

bhowes-tt commented 9 years ago

@eertugrul when you have a chance, can you please have a look at this? I removed all references to Vasari, and now this enum can't be found by the compiler when calling your revitAuthProvider.SignRequest() method (which is in our precompiled AuthHelper.dll if I'm not mistaken). Hopefully you can update the signature of your method and declare the enum somewhere in our namespace so it isn't revit dependent??? Maybe it's not that easy...

In any case, would you please have a look? I'll reference this issue from a line of code in my most recent commit so you can see what I'm talking about.

bhowes-tt commented 9 years ago

Nevermind... just had to add a ref to SSONET from Revit's program data folder.