Message 1 of 6
Addin file run in revit 2016 but not in 2015

Not applicable
07-19-2016
01:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have created an IExternalCommand with a ClassLibrary (PTLGClassLibrary). The class I want to run is called ConfigurateurPTLGClass and use a windows form that is contained in my classlibrary.
That's my .addin file :
When I run it in Revit 2016 it works perfectly
When I run in Revit 2015 I have the following error message :
"Failed to initialize the add-in "myAddin" because the class "myProject.myClassLibrary" cannot be found in the add-in assembly.
The FullClassName provides the entry point for Revit to call the dd-in, you must ensure this class implements the %addintype%."
Thanks for your help !
Sabatierae