Autodesk Revit API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Solved! Go to Solution.
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Which version of Revit are you trying to register your Add-ins with??
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Originally, it was attempted with Revit 2011. I've now transitioned to trying it in Revit 2012.
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
There are different ways of doing this for different version of revit:
Refer to these blog for further details:
http://thebuildingcoder.typepad.com/blog/2010/08/n
another blog that is helpful :
http://blog.rodhowarth.com/2011/05/revit-api-how-t
http://blog.rodhowarth.com/2011/04/revit-api-runni
Hope this helps
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes, this helps a lot. I've been at a stand-still for a long time.
I'll post back here any updates as they come about.
Thank you.
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I never was able to get this to work. After reading the posts, it seems very complicated. Individual deployments it will be.![]()
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Its not a hard as it looks.
From Rod Howart's blog, revit-api-running-your-add-ins-from-network,
(C:\Program Files\Autodesk\Revit Structure 2012\Program) and make the following change: look for the <runtime> tag, and just after it’s opening, put: <loadFromRemoteSources enabled="true" /> making it: <runtime> <loadFromRemoteSources enabled="true" /> <generatePublisherEvidence enabled="false"/></runtime>
This is what you will need to change in Revit.exe.config
This file can be found in your deployment at:
\AdminImage\x64\RAC2013\Program Files\Autodesk\Root\Program\Revit.exe.config
(I'm using Revit Architecture - this might be different for other flavours)
I hand edited the Revt.exe.config file after creating the deployment.
You also need to change your .addin files to point to the network path, then add those files to your deployment. The path in my deployment I added was:
\AdminImage\x64\RAC2013\DRIVE_C\ProgramData\Autode
Again I hand edited the .addin files to point to the correct UNC pathname for the addin, then I used the 'Additional Files' panel of the Modify Deployment Wizard.
I also did some hand-editing of a few other files to customise our deployment -
- the MaterialUIConfig.xml file in
\AdminImage\x64\RAC2013\Program Files\Autodesk\Root\Program\Autodesk\RAC 2013\UserDataCache
was edited to load default company material libraries for each user.
- Revit Deploy x64_Revit.ini in path
\AdminImage\CustomSettings
was edited to provide default custom colours, default paths, default setups copied from a clean install. I let the deployment create this file initially from a master revit.ini file, then added changes by had as required.
I found it very useful to keep a log of everything I did, and I created a seperate folder that contained masters of all my edited files in a folder structure that matches the deployment - I can just drag-and drop the entire folder tree to instantly customise a deployment.
This deployment succesfully worked on 35 machines - it was my first time using the deployment tool!
Re: Network-ho sted .dll files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Do I need to do something special for modelless dll's? I keep getting "can't connect to object" when starting a modeless app.
Thanks,
Scott

