Opening a Wpf form from Rhino Common C# Plugins

Hi @tobias.stoltmann,

Open up your project’s .csproj file in a text editor.

If you see this line:

<Project Sdk="Microsoft.NET.Sdk">

Replace it with this;

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

Does this help?

– Dale