-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Hi,
I have used your tutorials "04 Selected objects" to create an add in of my own. This has been done using the integrated interop which are version 2020. I have a running version of SW 2020 on my laptop. The addin is finished now but I just learned that the users that should be using this addin are running SW 2017.
I tried to replace the interop 2020 with the 2017 ones, but I cannot regenerate the project in Visual Studio. The error I'm getting are all missing components.
Example :
error CS0246: The type or namespace name 'IAdvancedHoleFeatureData' could not be found (are you missing a using directive or an assembly reference?) - Project AngelSix.SolidDna - File FeatudeAdvancedHoleWizardData.cs - line 8 and line 15
I have 24 other similar messages for other features.
How should I proceed ?
thanks for your help.