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: 

Interacting with Inventor 2023 using C# .NET 8

1 REPLY 1
Reply
Message 1 of 2
Patrick5200
203 Views, 1 Reply

Interacting with Inventor 2023 using C# .NET 8

Hello everyone,

 

I've recently started experimenting with writing a standalone program in C# .Net Framework 4.7.2.

Because I could only get the interop DLL to work in this version. (And because I wanted to use WinForms).

 

Now I like WPF better and have decided to switch to .NET 8, I have heard that Inventor 2025 switches to this Version too. But I only have access to Inventor 2023.

 

Implementing the identical procedure into the .NET 8 Application to access the Inventor Namespace or Inventor Objects doesn't seem to work as the Namespace isn't recognized after adding a reference to autodesk.inventor.interop.dll.

 

Is there another way to access Inventor 2023 using WPF or do I just have to wait until I have access to Inventor 2025?

Labels (4)
1 REPLY 1
Message 2 of 2

In general you are not able to communicate with Inventor 2023 from .NET 8 application. But you can create WPF application in .NET Framework and communicate with Inventor without any issues.

 

Sample

 

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

Post to forums  

Autodesk Design & Make Report