Skip to content

The type or namespace name 'ControlDesigner' does not exist in the namespace 'System.Windows.Forms.Design' #34

Description

@RandallFlagg

When compiling under Linux(void, x64) using .net 9, I get the following error(Almost the only one! which is amazing!)(This is the second #35 ):

DockPanel.cs(25, 50): [CS0234] The type or namespace name 'ControlDesigner' does not exist in the namespace 'System.Windows.Forms.Design' (are you missing an assembly reference?)

on this code:

[Designer(typeof(System.Windows.Forms.Design.ControlDesigner))]
[LocalizedDescription("DockPanel_Description")]
[Designer(typeof(System.Windows.Forms.Design.ControlDesigner))]
[ToolboxBitmap(typeof(resfinder), "WeifenLuo.WinFormsUI.Docking.DockPanel.bmp")]
[DefaultProperty("DocumentStyle")]
[DefaultEvent("ActiveContentChanged")]
public partial class DockPanel : Panel{}

Is this something missing in the library or should I change something in my code?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions