Is it possible to create Inventor Add-ins in Visual Studio Express
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have been experimenting with iLogic inside Inventor which was not a problem, it is really easy. I also tried creating a plugin following the popular (the only one) My First Inventor Plugin tutorial and it also went fine, the issues I had was creating Add-ins. The first issue was getting the Autodesk Inventor AddIn template to work, the second and the one that is bothering me rightnow is the fact that when I create a new project using the Autodesk Inventor Template I get an error that says...
A project with an output type of class library cannot be started directly. "In order to debug this project, add an executable project to this solution which references the library project. Set the executable project as the startup project."
Description:
Error 1 Cannot register assembly "C:\Users\UserName\Documents\Visual Studio 2013\Projects\myFirstAddin\myFirstAddin\bin\myFirstAddin.dll" - access denied. Please make sure you're running the application as administrator. Access to the registry key 'HKEY_CLASSES_ROOT\myFirstAddin.StandardAddInServer' is denied. myFirstAddin
After some research I found the following thread which describes the solution but I don't know how to do what it recommends to do.
In further research I was reading the Autodesk Inventor 2013 API Help directly from Inventor 2013 and I found something that got me thinking about the issue I'm having. This statment says that with Visula Basic Express you have limitations and the professional version is recomended for Addin.
It's possible to create add-ins using the free Express editions but with some severe limitations. For example, debugging is not possible in Visual Basic Express 2010. Because of this the professional version is recommended. The Express editions are adequate for developing standalone executable and are an excellent choice for getting started with Inventor's API. But for add-in development you should plan on Visual Studio Professional.
Is there anyone out there developing Add-in using Visual Studio Express or the above statement is correct and you cannot with the express version?
FYI- I'm using Autodesk Inventor Professional 2013 and Visual Studio Express 2013.
Thanks a lot