Revit 2013 Debugging API addin - fatal error

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Background info:
1) I have a licensed copy of revit 2013 on my computer at home.
2) I have a licensed copy of revit 2013 on my computer at work.
3) I have been developing revit Addins with the API and visual studio (VS) express 2010 for the past 6 months with no problems. I have been able to launch revit through the debugging process and step through my code.
4) I recently installed a trial version of 2014 on my computer at home just to check it out.
Now, I get an error on my home computer when I try to launch revit 2013 through the VS debugger stating that revit needs to close. I do not get the same error when I do this on my work computer. I do get the error when I try to launch revit 2014 through the VS debugger on my home computer. I am still able to compile add-ins, put them in the correct revit addin folder, and they work.... I just can't step through the code.
I suspect that during the 2014 install, that some setting was changed in the 2013 version to prevent trial versions from being able to be launched from VS. But, my 2013 version should not be a trial.
I have tried to unistall everything and re-install, but this does not fix the problem.
Anyone ever had this happen? Or know how to fix it?
thank you in advance!
Paul Spears