Wisej.NET Releases

Released: Feb 20, 2026

Updates in v4.0.8

Funktionen

  • Added configuration property AllowedResourceTypes to change the files allowed to be embedded resources.

Fehlerkorrekturen

  • Image Editor did not keep the previous selection.
  • Image Editor was not caching the images anymore.
  • [EnableDesignMode] only worked with default overload.

Released: Feb 10, 2026

Updates in v4.0.7

Funktionen

  • Improvements to ColumnFilter.

Released: Oct 28, 2025

Updates in v4.0.3

Funktionen

  • Enabled smooth scrolling when using ScrollControlIntoView().

Fehlerkorrekturen

  • Picking an existing BindingSource created a duplicate BindingSource component.
  • Stack Overflow using Font scaling with a SplitContainer.
  • Ribbon Bar Collection Editors didn't work.

Released: Sep 10, 2025

Updates in v4.0.2

Funktionen

  • Removed binary serialization from ResponsiveProfiles for compatibility with net9 and hybrid.

Fehlerkorrekturen

  • OpenFileDialog RootsCollection Editor has been fixed.
  • The InitScript property didn't show the code editor at design time when using net48.
  • When creating project from template, it would give System.Drawing error.
  • Showing a MessageBox in DragDrop event would throw ObjectDisposedException in HttpContext.
  • ThemeBuilder grid view has been fixed.
  • Central Package nuget version...

Released: Apr 28, 2025

Updates in v4.0

Funktionen

  • Wisej.NET v4 introduces significant improvements driven by these main factors:
    • The adoption of a .NET Core-only designer - The .NET Core-only designer, in addition to the existing .NET Framework 4.8 designer enables projects to use the latest .NET Core libraries without maintaining .NET Framework compatibility.
    • The replacement of GDI+ with their managed graphics system - Replacing GDI+ with a managed System.Drawing library standardizes font measurements across platforms and removes...

Released: Nov 27, 2023

Updates in v3.5

Funktionen

Customer Notice: Support and maintenance for Wisej.NET 3.5 will end on April 30, 2026. After this date, no further enhancements or bug fixes will be provided. It is strongly encouraged you to upgrade from Wisej.NET 3.5 to 4.0 in the near future.

The transition is a straightforward update, as Wisej.NET 4.0 fully supports .NET Framework 4.8 (net48). While this is a major version upgrade, it should require minimal effort and no breaking changes are expected as long as you continue...

Released: Feb 20, 2023

Updates in v3.2

Funktionen

  • Validation System - Added a new Validation property extender to provide a modern, centralized, and flexible validation system to Wisej.NET applications. Once you drop the new Validation component on a container at design time, all the controls are extended with a new property ValidationRules. You can assign multiple validation rules to any control. There are 7 built-in validation rules:
    • Required: Validates the presence of any value.
    • Email: Validates an email entry.
    • Decimal: Validates...

Released: Sep 7, 2022

Updates in v3.1

Funktionen

  • Microsoft Visual Studio Marketplace - Wisej.NET is now available as a VSIX installer through Visual Studio Marketplace or via the Visual Studio Extension Manager. Without using the GAC, the new VSIX installer automatically registers Application Templates and the Wisej.NET designer.
  • Typed Text Box - You can use this new editor control to define the type of Value property to which the text should be parsed, a Microsoft .NET format string (standard or custom) and whether the formatted...

Released: May 10, 2022

Updates in v3.0

Funktionen

Adds Support for .NET 6
Wisej.NET 3 is the first release of Wisej that supports both .NET Framework (4.8) and .NET Core (now .NET 6, will be 7...) and runs on Windows, Linux and MacOS.

Multi Targeting
New projects can target multiple .NET platforms. When you create a new Wisej 3 project, the wizard will allow you to select the target and enable certain options.

You can edit the .csproj or .vbproj at any time and change the <TargetFrameworks> tag. Just make sure that "net48" is...