• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor Customization

    Reply
    Valued Contributor
    Posts: 117
    Registered: ‎11-16-2007
    Accepted Solution

    Issue with debugging Inventor 2013 addin with VB.net 2010

    173 Views, 2 Replies
    12-06-2012 08:05 AM

    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

     

     

     

    Please use plain text.
    ADN Support Specialist
    xiaodong.liang
    Posts: 814
    Registered: ‎06-12-2011

    Re: Issue with debugging Inventor 2013 addin with VB.net 2010

    12-28-2012 06:38 AM in reply to: MattH_Work

    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

    http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/Cannot-debug-2013-with-VS2010-VB-NET/t...

     

    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

    Please use plain text.
    Valued Contributor
    Posts: 98
    Registered: ‎10-20-2001

    Re: Issue with debugging Inventor 2013 addin with VB.net 2010

    12-28-2012 08:23 AM in reply to: MattH_Work

    Matt,

     

    See this topic for information on slowness with Visual studio 2010 and Inventor 2013.

     

    http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/VS-2010-and-Inventor-2013/m-p/3601532#...

     

     

    Please use plain text.