Autodesk Inventor Customization
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Issue with debugging Inventor 2013 addin with VB.net 2010
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is I build my addin useing .Net Framework 2 I can run Inventor, run my addin and everything works as expected (with the expected performance) but I CAN NOT debug my app, if I buld it with Net Framework 4 debugging is available but Inventors performance drops throught the floor (files which should take seconds to open suddenly take minutes)
Is there a definetive way of setting up my addin AND / OR Inventor to give me debugging and normal performance at the same time?
Regards
MattH
Solved! Go to Solution.
Re: Issue with debugging Inventor 2013 addin with VB.net 2010
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
It is true you need framework 4.0 to debug inventor application because 2013 product uses 4.0. The other thread also mentions this
As to performance, I heard this may be due to 4.0 requires loading more functions than before.
Xiaodong Liang
Developer Technical Services
Autodesk Developer Network
Re: Issue with debugging Inventor 2013 addin with VB.net 2010
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Matt,
See this topic for information on slowness with Visual studio 2010 and Inventor 2013.
