Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamo and Revit versions #3144

Closed
miguelmaso opened this issue Feb 26, 2025 · 2 comments
Closed

Dynamo and Revit versions #3144

miguelmaso opened this issue Feb 26, 2025 · 2 comments

Comments

@miguelmaso
Copy link

Dynamo Version

I'm developing a Dynamo addin and I want to deploy the dll files to the corresponding Dynamo folder. Since the Dynamo package path depends on the Revit version (major and minor), I'm confused with the installation folder (Dynamo/Dynamo Revit/2.xx/packages/). For Revit it is not a problem since the dll always go to the same folder regardless the minor version.

Revit Dynamo
2022.1 2.12
2023.0 2.13
2023.1 2.16
2024.0 2.17
2024.1 2.18
2024.2 2.19
2024.3 ??
2025.1 3.0
2025.4 ??

I have at least two questions. Firstly, where can I find the full map of versions from Revit to Dynamo? Secondly, is there a way to know a priori the installed version of Dynamo?

Revit Version

2022, 2023, 2024, 2025

Operating System

Windows 10

What did you do?

Deploy Dynamo package

What did you expect to see?

What did you see instead?

Stacktrace/logs

No response

Details

No response

@avidit
Copy link
Contributor

avidit commented Feb 26, 2025

@miguelmaso You can find host integration information on dynamo primer
Could you please elaborate the second question?

@miguelmaso
Copy link
Author

@miguelmaso You can find host integration information on dynamo primer

Thanks

Could you please elaborate the second question?

Solved. I can do something like Assembly.LoadFrom(path);

@github-project-automation github-project-automation bot moved this from Triage to Done in DynamoRevit Issues Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants