"Multiple Custom attributes of the same type" error when using a custom DLL in pega studio v22.1.29
Hello,
I'm using pega studio version 22.1.29 and I make a custom DLL called circular progress bar and after I have add it in the toolbox and when I try to pull the properties of the control I'm getting this error that says "Encountered problem adding object to automation: Multiple custom attributes of the same type found.", see screenshot attach for the error.
@RodelD76 I am not quite sure of why this is now an issue and was not before, however, the way to resolve it is to comment your description line above your Text accessor.
//[Description("Gets the Text that is displayed inside the Control."), Category("Behavior")]
public override string Text { get; set; }