Show / Hide Table of Contents

How To Fix the components in the designer

If you are experiencing issues while using the components in the designer when upgrading from .NET Framework to .NET, you might need to replace <TargetFramework>net[##Current-Version##]-windows</TargetFramework> with the following in your project configuration files.

    <TargetFrameworks>net481;net[##Current-Version##]-windows</TargetFrameworks>

More discussion about this topic can be found here.

To learn more about the TargetFrameworks attribute, click here.

N.B: This action will produce binaries for multiple frameworks.

If you do not want to default to a .NET FrameWork build, you can configure your build process in Visual Studio, as shown below.

Figure 1: Configurable targets

Back to top Krypton Component Suite 2024 BSD 3-Clause License © Component Factory Pty Ltd, 2006 - 2016, All rights reserved. Modifications by Peter Wagner (aka Wagnerp), Simon Coghlan (aka Smurf-IV), Giduac & Ahmed Abdelhameed et al. 2017 - 2025. All rights reserved. https://github.com/Krypton-Suite