Hi team,
are there any known issues about custom skin registration under .NET9? I've updated form .NET8 to .NET9 and the app isn't loading my custom skin anymore. I've already recompiled the custom skin. Nothing else has changed.
Visual Basic'Custom Skin
DevExpress.UserSkins.BonusSkins.Register()
Dim asm As Reflection.Assembly = GetType(DevExpress.UserSkins.nerdzSkin).Assembly
DevExpress.Skins.SkinManager.Default.RegisterAssembly(asm)
Thx.
It seems that I have to recompile it AND set it with
UserLookAndFeel.Default.SkinName = "nerdz Skin 2024"
This line I have commented out for testing and forget to reactivate it.