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

    Autodesk Inventor Customization

    Reply
    Mentor
    jcneal
    Posts: 272
    Registered: ‎04-10-2010

    Re: Fix for Inventor Thumbnails running on 64 bit PCs

    03-26-2012 05:47 AM in reply to: Mike.Wohletz

    hi,

     

    thanks for your help. it works great on 2012.

     

    where should i put addin file into for inventor 2010? on the readme, i dont see any instruction for inventor 2010

    Please use plain text.
    Valued Mentor
    Posts: 366
    Registered: ‎11-24-2003

    Re: Fix for Inventor Thumbnails running on 64 bit PCs

    03-26-2012 08:01 AM in reply to: jcneal

    All programs for Wkndows needed to be registered for windows until recently.

    When you compiled the old style DLL addin, or when the DLL was regestered with windows when you ran a program install package.  You could also manually register a program with RegSvr32.exe,.

     

    Autodesk came up with the Registration Free system where you do not need to jump through those hoops.

    You simply put the compiled DLL in the Inventor Bin folder and the Addin in the Addin folder. 

     

    If 2010 still uses the old registration method then you do not manually move any files at all.

     

    On the machine you compiled the DLL on you should be able to see it inside Inventor under the addins menu.

    The same if you created an install package and installed the DLL to another PC.

     

    Please use plain text.
    Active Contributor
    Posts: 48
    Registered: ‎10-14-2008

    Re: Fix for Inventor Thumbnails running on 64 bit PCs

    03-26-2012 08:03 AM in reply to: jcneal

    this is where you can find addins

     

    C:\Users\xxxx\AppData\Roaming\Autodesk\Inventor 2012\Addins

     

    trust this helps

    cheers

    Ali

    Warm Regards
    Please use plain text.
    Mentor
    jcneal
    Posts: 272
    Registered: ‎04-10-2010

    Re: Fix for Inventor Thumbnails running on 64 bit PCs

    03-26-2012 09:47 AM in reply to: Gruff

    thanks for the clarification.

     

    In inventor 2010, I have to use Registration then. there will be a little more work but can be done.

     

    thanks again.

    Please use plain text.
    Valued Mentor
    Posts: 366
    Registered: ‎11-24-2003

    Re: Fix for Inventor Thumbnails running on 64 bit PCs

    03-26-2012 09:52 AM in reply to: jcneal

    P.S. Do not run VB.NET and Inventor at the same time when testing out your addin.  Close the one your not curently using.

    Please use plain text.