
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am upgrading a from 2013 to 2014.
All of the add-in worked well in 2013.
The upgrade went well. However, when I exit AutoCAD 2014 after loading the add-in, I obtain an exception on exit and get to send an email to Autodesk.
I have not been able to capture the exception while debugging.
I have started reviewing code to ensure that I have disposed of all items (Application worked nominally in 2013).
Is it possible that my solution (upgraded from 2013) does not handle an event fired upon close? Are there changes that I need to make to 2013 vb.net solution to ensure that the add-in is compatable with 2014?
I spent a significant amount of time upgrading the solution from 2009 to 2013. During that upgrade, I was very careful to use the "Using ... End Using" construct for all AutoCAD objects. As stated, it works like a charm in 2013.
Any clues?
Solved! Go to Solution.