geberit / Revit.TestRunner

Unit Test Runner for Autodesk Revit
MIT License
81 stars 28 forks source link

The TestRunner addin disabled in Revit ribbon (after successful instalation) #31

Open kkorus94 opened 11 months ago

kkorus94 commented 11 months ago

Hello, I have successfully installed the addin (building the source code) for Revit 2024. However, it is disabled in the ribbon - it is "greyed" out and when clicking on the icon nothing happens. Do you know what might be the issue?

The adding looks super useful, so I hope the problem can be resolved. Thank you.

image

LOGS: 2023-07-25 15:40:00,834 [1] INFO Revit.TestRunner.Log - Revit.TestRunner started v1.4.0.0 '25/07/2023 3:40:00 pm' 2023-07-25 15:40:00,841 [1] INFO Revit.TestRunner.Log - Microsoft Windows NT 10.0.19045.0, NetFX 4.0.30319.42000 2023-07-25 15:40:00,843 [1] DEBUG Revit.TestRunner.Log - Log Directory 'C:\Repos\GithubOthers\Revit.TestRunner\src\bin\Addin' 2023-07-25 15:40:00,843 [1] DEBUG Revit.TestRunner.Log - CurrentAppDomain.ApplicationBase 'C:\Program Files\Autodesk\Revit 2024\' 2023-07-25 15:40:00,867 [1] INFO Revit.TestRunner.Log - Service started '25/07/2023 3:40:00 pm' 2023-07-25 15:41:31,297 [1] INFO Revit.TestRunner.Log - Service stopped '25/07/2023 3:41:31 pm' 2023-07-25 15:42:45,096 [1] INFO Revit.TestRunner.Log - Revit.TestRunner started v1.4.0.0 '25/07/2023 3:42:45 pm' 2023-07-25 15:42:45,103 [1] INFO Revit.TestRunner.Log - Microsoft Windows NT 10.0.19045.0, NetFX 4.0.30319.42000 2023-07-25 15:42:45,105 [1] DEBUG Revit.TestRunner.Log - Log Directory 'C:\Repos\GithubOthers\Revit.TestRunner\src\bin\Addin' 2023-07-25 15:42:45,105 [1] DEBUG Revit.TestRunner.Log - CurrentAppDomain.ApplicationBase 'C:\Program Files\Autodesk\Revit 2024\' 2023-07-25 15:42:45,120 [1] INFO Revit.TestRunner.Log - Service started '25/07/2023 3:42:45 pm' 2023-07-25 15:42:57,923 [1] INFO Revit.TestRunner.Log - Service stopped '25/07/2023 3:42:57 pm' 2023-07-25 15:43:15,869 [1] INFO Revit.TestRunner.Log - Revit.TestRunner started v1.4.0.0 '25/07/2023 3:43:15 pm' 2023-07-25 15:43:15,876 [1] INFO Revit.TestRunner.Log - Microsoft Windows NT 10.0.19045.0, NetFX 4.0.30319.42000 2023-07-25 15:43:15,878 [1] DEBUG Revit.TestRunner.Log - Log Directory 'C:\Repos\GithubOthers\Revit.TestRunner\src\bin\Addin' 2023-07-25 15:43:15,878 [1] DEBUG Revit.TestRunner.Log - CurrentAppDomain.ApplicationBase 'C:\Program Files\Autodesk\Revit 2024\' 2023-07-25 15:43:15,897 [1] INFO Revit.TestRunner.Log - Service started '25/07/2023 3:43:15 pm' 2023-07-25 15:44:08,318 [1] INFO Revit.TestRunner.Log - Service stopped '25/07/2023 3:44:08 pm' 2023-07-25 15:53:06,644 [1] INFO Revit.TestRunner.Log - Revit.TestRunner started v1.4.0.0 '25/07/2023 3:53:06 pm' 2023-07-25 15:53:06,652 [1] INFO Revit.TestRunner.Log - Microsoft Windows NT 10.0.19045.0, NetFX 4.0.30319.42000 2023-07-25 15:53:06,654 [1] DEBUG Revit.TestRunner.Log - Log Directory 'C:\Repos\GithubOthers\Revit.TestRunner\src\bin\Addin' 2023-07-25 15:53:06,654 [1] DEBUG Revit.TestRunner.Log - CurrentAppDomain.ApplicationBase 'C:\Program Files\Autodesk\Revit 2024\' 2023-07-25 15:53:06,683 [1] INFO Revit.TestRunner.Log - Service started '25/07/2023 3:53:06 pm'

kkorus94 commented 11 months ago

Sorry for that - I did not know I could not have an open project. I am starting testing, thanks ;)