Skip to content

How to use ImageEditor, BitmapEditor, and MetafileEditor in the imagecollectioneditor using Client-Server Approach for .NETCore #13178

@NagarajManimaran

Description

@NagarajManimaran

Environment

Visual Studio professional 2022 - version 17.13.0

.NET version

.NET 8

Microsoft.Winforms.Designer.SDK version - 1.6.0

Did this work in a previous version of Visual Studio and/or previous .NET release?

No

Issue description

Previously, you mentioned using the client-server approach to make the CollectionEditor work in .NET Core. I implemented this approach, and the CollectionEditor is working properly.

Previous_link : #10549

However, in our case, the ImageEditor, BitmapEditor, and MetafileEditor are used in the ImageCollectionEditor. In .NET Framework, the CollectionEditor works without any errors. But when I use ImageEditor, BitmapEditor, and MetafileEditor in our ImageCollectionEditor with the client-server approach in netcore, an error occurs because these editors are not available in the Microsoft.WinForms.Designer.SDK package.

Image

Is there a way to access ImageEditor, BitmapEditor, and MetafileEditor for my imageCollectionEditor? If not, is there an alternative approach to implement these editors?

I have attached a simple Client-Server approach sample. Kindly provide me suggestions to resolve this issue.

sample_link : ImageCollection-Net9.zip

Steps to reproduce

Steps to reproduce
1.Open the sample.

Observed Behavior
ImageEditor, BitmapEditor, and MetafileEditor is not available in the Microsoft.WinForms.Designer.SDK package.

Expected Behavior
Need to use the ImageEditor, BitmapEditor, and MetafileEditor in the Server Library.

Diagnostics


Metadata

Metadata

Labels

area-VSDesignerWindows Forms out-of-proc designer related issues

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions