I'd like to share a simple Revit 2014 add-in that I've created with a friend of mine in another company accross town. What is the best way to zip or send him a file that he can double click and install it?
Could someone send me a website or place that I can do this?
Thank you.
Solved! Go to Solution.
I'd like to share a simple Revit 2014 add-in that I've created with a friend of mine in another company accross town. What is the best way to zip or send him a file that he can double click and install it?
Could someone send me a website or place that I can do this?
Thank you.
Solved! Go to Solution.
Solved by jeremytammik. Go to Solution.
Dear Danny,
All you need to send him is the compiled .NET assembly DLL and the add-in manifest.
They have the filename extensions DLL and ADDIN, respectively.
They need to be placed in the appropriate Revit add-in folder.
More on this in the developer guide:
help.autodesk.com/view/RVT/2016/ENU > Developers > Revit API Developers Guide > Introduction > Add-In Integration > Add-in Registration.
This is explained in detail in the getting started material:
http://thebuildingcoder.typepad.com/blog/about-the-author.html#2
Cheers,
Jeremy
Dear Danny,
All you need to send him is the compiled .NET assembly DLL and the add-in manifest.
They have the filename extensions DLL and ADDIN, respectively.
They need to be placed in the appropriate Revit add-in folder.
More on this in the developer guide:
help.autodesk.com/view/RVT/2016/ENU > Developers > Revit API Developers Guide > Introduction > Add-In Integration > Add-in Registration.
This is explained in detail in the getting started material:
http://thebuildingcoder.typepad.com/blog/about-the-author.html#2
Cheers,
Jeremy
Thank you. I will give it a shot.
Thank you. I will give it a shot.
Hi,
after receiving Dll files via email, make sure to unlock them:
http://thebuildingcoder.typepad.com/blog/2011/10/revit-add-in-file-load-exception.html
Revitalizer
Hi,
after receiving Dll files via email, make sure to unlock them:
http://thebuildingcoder.typepad.com/blog/2011/10/revit-add-in-file-load-exception.html
Revitalizer
Can't find what you're looking for? Ask the community or share your knowledge.