
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm running Revit 2014 on Windows 7 64 bit. During development, I pointed my manifest to the "in progress" version of my DLL, for example:
<Assembly>C:\Users\ScottS\Documents\Visual Studio 2013\Projects\GSRevItPlugin\GSRevItPlugin\bin\Debug\GSRevItPlugin.dll</Assembly>
Now I'm ready to go to production, and so I'm developing an installer. I create the manifest via software, and point to the installed version of the DLL, like this:
Assembly>C:\GS\Debug\GSRevItPlugin.dll</Assembly>
But, RevIt continues to run the development version of the DLL, not the production version. The manifest is located at C:\ProgramData\Autodesk\Revit\Addins\2014, and I know that RevIt is using the manifest, because if I remove the file the addin is no longer available in RevIt. I've tried everything I can think of to re-point the sfotware to the correct location, with no success. If anyone out there can help me figure out why RevIt won't access the DLL listed in the manifest, I'd be most appreciative.
Thanks!
Scott Szakonyi
Research Programer, University of Notre Dame
Solved! Go to Solution.