chuongmep / RevitAddInManager

Revit AddinManager update .NET assemblies without restart Revit for developer.
MIT License
299 stars 52 forks source link

Command Failure for External Command #19

Closed MichalKurzewski closed 2 years ago

MichalKurzewski commented 2 years ago

Describe the bug this will be bug and fix in one:

i have got only Revit 2020&2021 installed and the C:\ProgramData\Autodesk\ApplicationPlugins was not present had to create it manually for addin manager to work otherwise got this error: bug

i guess this is legacy folder structure and its easy to omit. probably the easiest way for addin would be to guard clause against presence of this folder and create it if necessary.

checked on versions 1.1.1, 1.1.2, 1.1.3 best regards

Michal

chuongmep commented 2 years ago

It will be fixed in version 1.1.4 now, thanks for reported.