Looking for:
CAD Forum – Download CAD files and utilities

Currently my Visual Studios goes up to. NET Framework 4. Can someone please explain what will happen if I stay at 4. NET 4. Thank you. Go to Solution. Solved by JelteDeJong. I’m not entirely sure what kind of problems you will get. I just remember that there are consequences. Thank you JelteDeJong that worked perfectly. Inventor iLogic and VB.
Turn on suggestions. Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. Showing results for. Search instead for. Did you mean:. This page has been translated for your convenience with an automatic translation service.
This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.
Inventor , Visual Studios ,. Back to Inventor Category. Back to Topic Listing Previous Next. Message 1 of 3. Thank you Solved! Message 2 of 3. Blog : www. Message 3 of 3. Post Reply. Can’t find what you’re looking for? Ask the community or share your knowledge.
.
Autodesk Inventor Professional can be used on the Mac via Parallels Desktop for Mac without having to boot directly into the Windows OS, so it is easy to switch between platforms.
Autodesk inventor 2015 .net framework free
NET Framework 4.
I’ve been poking at making a. NET 6 add-in for Inventor for a while. Most of my attempts resulted in something that wouldn’t load, but finally I have something worth sharing.
Going forward,. NET 6 is the version that is getting new features. NET framework still exists, and I believe will get security updates, but you are limited to lower versions of the C language when making add-ins. Between the above, performance improvements, and many other well-documented advantages to using. NET 6 project that could load in Inventor. Once you have built the project and copied the files per readme.
I offer absolutely no warranty on this, and I don’t even know if it’s useful or if there will be restrictions on what you can put into your Add-In and still have it work.
I mostly just wanted to share it as I haven’t seen a working. Thanks for the information! Inventor has not been fully tested with. NET 5 so we cannot guarantee that it will work without any issues. After having a little poke around, it doesn’t look like this is actually a.
NET 5 AddIn. Noticed this when creating a reference to a shared project in VS and I received these errors:. Strange, since CoreAddIn. Why did you put a repository on GitHub? Then we can download a ready to use project.
Also, it would easier to track changes. I’m curious to test a ‘real’. NET 5 or 6 addin to try some things and maybe try refactoring existing addins to make them future proof in the foreseeable future.
I put it on GitHub. I’m about to do the checking around and updating it to. NET 6 to see what’s up. You all are correct. Somehow, even though the project was set to target. Konzelmann76MZV yan. When I have some times, I will try and create projects that uses libraries Inventor does to see if using. NET conflict with.
NET Framework. I might also try to convert my addin to. NET 6. To me, unfortunately, the minimal. NET 6 Inventor add-in see attachment does not load – it displays in the add-ins list but cannot load. I also tried to get it to work through COM, by registering with regsvr But this old way, used till Inventor seems to not supported anymore. I suppose this old way might provide loading of. NET 6 add-ins even without moving Inventor itself from.
NET Framework 4. NET 6, but seems this way no more supported by Autodesk. By the way, SolidWorks can loads. NET 6 add-ins without any tricks see attachment – probably, usage of COM technologies allows such runtimes mixing don’t know how it’s actually works. Please have a look at what pockybum did. Your project does not use System. Also, I believe one of the key component is the manifest file that is copied to the directory so that the dll is self registered. Otherwise, you would need to manually register said dll.
Thank you guys, yan. Yes, the manifest file is important and must be named exactly like FileName. By the way, for what it’s worth, I’ve ported over a large Add-In that does a fair number of things in Inventor that my company uses internally, and everything works great. WPF, Interop stuff, new C features, etc. I would be comfortable saying that this is fairly usable going forward. I will report back if I run into anything that is a problem. I also just ported an Addin.
The main issue was Inventor’s events that, sometimes, get dropped. Instead of subscribing to the delagate, I reproduced the method you used in your demo and seems like it fixed the problem. Again, thank you for being the first one, to my knowledge, to enable. NET 6 Add-In.
NET Core followup version. Inventor iLogic and VB. Turn on suggestions. Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. Showing results for. Search instead for. Did you mean:. This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations.
Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service. Back to Inventor Category. Back to Topic Listing Previous Next. Message 1 of Hello All, I’ve been poking at making a.
Behold: HOW: To test this out, check out the github project and look at readme. Tested with: Visual Studio Tags 7. Labels 7. Labels: Categories:. Message 2 of Message 3 of Adam Nagy Forge Partner Development.
Message 4 of Message 5 of Message 6 of Blog : www. Message 7 of Konzelma nn76MZV. Hi, did you find out more in the meantime? Message 8 of Message 9 of That’s a good idea, so I did. Updated original post. Message 10 of Hi, This project targets. It is not a.
NET project. Message 11 of I am starting a new project from scratch to attempt to fix this. Will post when I have results.