Message 1 of 4
Problems Migrating to VB.NET 2008
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have an add-in that I developed for Inventor 2008 and 2009, but having recently upgraded to 2010, I thought I'd try upgrading the SDK I was using as well. I went through the process of removing the old SDKs, installed VB.NET 2008 (previously used 2005) and tried to build the project. I got many errors, most of which look something like "'ApplicationAddInTypeEnum' is ambiguous in the namespace 'Inventor'."
If I create a new project, I can select Inventor Add-In as the type, and everything works fine, but I'm having trouble getting my old project to work. It looks like all of the references are there, but I'm sure I'm missing something. I'm not very familiar with VB.NET or the compiler, but I was expecting to easily look at the references from the new project and the references from my old project and reconcile the differences. It looks like they have the same references for Autodesk libraries, although the old project has many more references overall than the new one.
Any advice?
Thanks,
Kerry
I have an add-in that I developed for Inventor 2008 and 2009, but having recently upgraded to 2010, I thought I'd try upgrading the SDK I was using as well. I went through the process of removing the old SDKs, installed VB.NET 2008 (previously used 2005) and tried to build the project. I got many errors, most of which look something like "'ApplicationAddInTypeEnum' is ambiguous in the namespace 'Inventor'."
If I create a new project, I can select Inventor Add-In as the type, and everything works fine, but I'm having trouble getting my old project to work. It looks like all of the references are there, but I'm sure I'm missing something. I'm not very familiar with VB.NET or the compiler, but I was expecting to easily look at the references from the new project and the references from my old project and reconcile the differences. It looks like they have the same references for Autodesk libraries, although the old project has many more references overall than the new one.
Any advice?
Thanks,
Kerry