Posted 24 June 2026, 11:18 am EST
My team used the .NET Framework version of C1 for a long time and often we would load the controls into Blend for Visual Studio 2022 to get the full template. We would add the control and then right-click the item and click “Edit Template” → “Edit a Copy”. We recently updated our app to .NET9 from framework and I noticed we can no longer get the template for C1 controls. Is this a change in policy for newer C1 builds, or am I doing something wrong?
To be more specific, when we were on .NET Framework 4.7.2 we were using C1 v5.6.20251.877 and we got a copy of the style for the C1DockControl in order to make a few minor changes to the C1DockTabItem’s ControlTemplate so that we could add a custom button to the TabItem header.
Upon updating to the .NET9 version of C1 v9.0.20251.1133 I am now getting an error on launch due to my template. I don’t yet know the exact cause of the issue other than its related to my C1DockTabItem style/control template. My initial plan was just to load the updated C1.WPF.Docking package into blend and get the updated template, but the “Edit a Copy” button is greyed out.
All tips and ideas are appreciated!
