I have a VB application written for Autocad Inventor as an addin using 2010. I have been asked to make modifications to. I have reloaded the source code, and am able to build without errors, and have tested that by creating a new setup file and reinstalling the Addin. However, if I attempt to run this through debug, I get the following error:
Failed to create UserControl
'.....Wizard.FinishStep'
The error message was 'Construction on type
'.....Wizard.FinishStep' was not found
This application previously had no issues with running in debug, and even taking the files directly out of the repository (VSS) I now have the issue with Debug.
This error repeats itself for every "Step" / class in the list - There are 10 different "steps" / classes this occurs with.
Can anyone send me down the right path here? THANKS