Visual Studio 2022 RhinoCommon .NET plugin template bug

Hello,

I am finding the following issue when trying to generate a RhinoCommon .NET plugin using the template of the visual studio extensions

I am on Windowns and I have version 8 installed.

The problem is that when I click to enable WPF:

I get this error:

Could you please verify?

Thank you

Actually, I’m getting this error if I try changing any of the checkboxes…

Hi @scudelari,

I am no seeing the error. But I did have to change the target platform in order to support WPF.

<TargetFrameworks>net7.0-windows;net48</TargetFrameworks>

https://mcneel.myjetbrains.com/youtrack/issue/RH-77434

– Dale