- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm working on a Revit API plugin targeting .NET Framework 4.8.1. When I try to debug, I encounter the following error:
"A fatal error has occurred and debugging needs to be terminated. The debugger was configured to use the Desktop CLR (.NET Framework) Managed debugger, but the target process loaded the CoreCLR (.NET Core) runtime. To debug this project, configure it to use the 'Managed (CoreCLR)' debugger."
I’ve verified that the project is targeting .NET Framework 4.8.1, and I’ve set the correct references. However, I can’t find how to configure the debugger to use Managed (CoreCLR), as suggested by the error.
Has anyone faced this issue? Any guidance on how to resolve it would be greatly appreciated!
Thank you in advance.
here screenshot
Here the steps :
i followed the instruction but still have the error
Solved! Go to Solution.