How to configure project to use the managed (CoreCLR) debugger?

How to configure project to use the managed (CoreCLR) debugger?

loharsv23_mfg
Observer Observer
407 Views
3 Replies
Message 1 of 4

How to configure project to use the managed (CoreCLR) debugger?

loharsv23_mfg
Observer
Observer

Screenshot 2025-10-13 112946.png

Facing this error while debugging plugin into Inventor 2025. 
Also cant open properties of project file to configure debugging.

0 Likes
408 Views
3 Replies
Replies (3)
Message 2 of 4

TylerWarner33
Advocate
Advocate

@loharsv23_mfg, can you provide more info about your plugin? C# or VB.NET? Can you provide your .csproj or .vbproj file (excluding any confidential information)?

If this answered your question, click 'Accept Solution'.
If this was helpful, click 'Like'.

Tyler Warner

0 Likes
Message 3 of 4

loharsv23_mfg
Observer
Observer

Plugin is developed in C#.
.NET v4.8 is used as it was developed for older versions of inventor.
Currently I have access to inventor 2025.  

0 Likes
Message 4 of 4

TylerWarner33
Advocate
Advocate

.NET Framework 4.8 must be migrated to .NET 8 for use with Inventor 2025+.

You can download the '.NET Upgrade Assistant' extension within Visual Studio to do this for you.
'Extensions' tab => 'Manage Extensions' => '.NET Upgrade Assistant' => 'Install'

Once installed:

Right-click the project within Visual Studio => 'Upgrade' => 'In-place project upgrade' => '.NET 8' => Select all components

Once completed, the project file should have:

<TargetFramework>net8.0-windows</TargetFramework>

If this answered your question, click 'Accept Solution'.
If this was helpful, click 'Like'.

Tyler Warner

0 Likes