geberit / Revit.TestRunner

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

To run this application, you must install .Net Core #27

Closed paolorevit closed 1 year ago

paolorevit commented 1 year ago

I've tried to launch TestRunner inside Revit2023 and received such error. Then I downloaded and installed .Net Core 3.1 and .Net 6.0, restarted my pc but error remained. Could you help me please solve that issue? NetCore

tobiasfloescher-geberit commented 1 year ago

Hi, installing the NET core runtime should fix the problem. maybe i was not properly installed. https://www.youtube.com/watch?v=BqYnexZwBPU

The app running on x64 only.

paolorevit commented 1 year ago

Hello, I've installed runtimes but the error still exists

tobiasfloescher-geberit commented 1 year ago

This is actually a Windows topic. Try to install the .NET Desktop Runtime from here.

paolorevit commented 1 year ago

Thanks a lot. It helped