- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have cloned and installed the Revit Add-in Wizard from GitHub using the instructions provided. Note that I have successfully utilized the Revit Add-in Wizard before with earlier versions of Revit & Visual Studio. Very nice tool by the way! I also successfully created and compiled a new Visual Studio 2015 project utilizing the Wizard with no issues. Note that I am working with a new installation of Revit 2017 and Visual Studio 2015.
When I attempt to debug the resulting Wizard generated add-in, the Revit 2017 startup screen appears for a second and then I receive a "The program Revit.exe has exited with code 0" message. It does not make it to any add-in break points, or to the TaskDialog.Show(...) code that I added before Revit 2017 exits.
If I then start Revit 2017 outside of the Visual Studio debugger, I receive a "The publisher of the add-in could not be verified. What do you want to do?" message. I have included a screen shot in "Capture02.PNG" below. I press the "Always Load" button in order to continue.
Even if I go back and attempt to run the add-in from the debugger it still exits immediately.
One final note, I initially saw some type of compiler warning around CPU compatibility; however, I am not able to reproduce that warning at the moment.
Thoughts?
Eric
Solved! Go to Solution.