NagarajManimaran
NagarajManimaran
@KlausLoeffelmann Thanks so much for the detailed explanation! Just to confirm my understanding: in .NET Core, since the original ImageEditor and related designer dialogs were never ported, we need to...
@KlausLoeffelmann any further updates reg this? https://github.com/dotnet/winforms/issues/13178#issuecomment-2808224803
We are facing the same issue in .NET 9.0. When we upload an image in JPEG format using WinForms, it gets saved as PNG and updated in the .resx file,...
WinForms Designer Error: Could Not Determine a Valid Designer Type for Custom ToolStrip in .NET Core
Any further updates reg these query?
WinForms Designer Error: Could Not Determine a Valid Designer Type for Custom ToolStrip in .NET Core
Thank you for your response. To clarify, our CustomToolStripDesigner does directly inherit from ControlDesigner. However, the default Microsoft ToolStripDesigner—which also inherits from ControlDesigner  —includes rich design-time features such as...
WinForms Designer Error: Could Not Determine a Valid Designer Type for Custom ToolStrip in .NET Core
Thanks for the update. I reviewed the article you shared regarding the client-server approach in the out-of-process WinForms designer. I attempted to use reflection in the designer as described, but...
WinForms Designer Error: Could Not Determine a Valid Designer Type for Custom ToolStrip in .NET Core
@LeafShi1 any updates on these query? https://github.com/dotnet/winforms/issues/13507#issuecomment-3060521268
@merriemcgaw Thank you for the update. We have followed the guidance provided in the referenced blog, but unfortunately, the drag-and-drop functionality for the Custom Docked Panel in our WinForms .NET...
@Epica3055 , I reviewed the shared blog and tried the following approaches to implement design-time support in .NET Core WinForms: 1. I implemented a client-server architecture where the designer is...
Hi @Epica3055 , Any updates regarding our query GitHub Issue? https://github.com/dotnet/winforms/issues/13827#issuecomment-3400343774 If there is any alternative solution for designer support in .NET Core, please share.