Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to distribute Inventor 2012 CSharp.NET Addin? Facing Unload issue....

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
641 Views, 0 Replies

How to distribute Inventor 2012 CSharp.NET Addin? Facing Unload issue....

Hello All,

 

We have developed custom C#.NET Addin on Visual Studio 2005 and trying to deploy/distribute onto other machines.

However, the InventorTCAddin add-in shown in attached image, doesn't get load.

A bit inconsistent behavior is observed for .NET Add-in and the same was found on ADN Forums. However, not able to resolve it.

All machines are having similar configuration with respect to OS and other applications.We also tried registering the add-in using regasm.exe, still the result is same. However, it was mentioned that 2012 developed addins are register-free. Please correct me if I've wrongly understood.

We'd like to understand the correct way of distributing the addin to other machines (32-bit and 64-bit Windows machines.)

It'd be great if someone from Inventor API Team can really help us.

 

Inventor version : Autodesk Inventor Professional 2012

Development IDE: Microsoft Visual Studio 2005

Inventor Addin : C#.NET

OS: Windows 7 - 32 bit.

Microsoft .NET Framework Versions available: Following different .NET flavors installed on the machine.

  • Microsoft .NET Compact Framework 1.0 SP3 Developer
  • Microsoft .NET Compact Framework 2.0
  • Microsoft .NET Framework 4 Client Profile
  • Microsoft .NET Framework 4 Extended
  • Microsoft Chart Controls for Microsoft .NET Framework 3.5

Inventor.exe.config file contents :

 

  <!-- Since Inventor 2012 is an unmanaged application that's built against .NET 3.5,
       we need to explicitly identify the framework version to use.
    Otherwise, it will pick up the latest version that's been installed.
  -->
  <startup>
     <supportedRuntime version="v2.0.50727"/>
  </startup>

 

Thanks & Regards,

Jayateertha.

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report