You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you separate the designers into a separate .Design.dll, there is no way to set icons and descriptions for the toolbox. Only the WF designer uses the IRegisterMetadata interface, the toolbox browses only the .dll where the activity is located.
So, when you use IRegisterMetadata to add design time attributes to activities, you can't separate the ToolboxBitmapAttribute this way, you must add this to the activity, but this way the activity .dll will still have reference on System.Drawing...
Designers shouldn't use attributes, generate descriptions during design time on request.
The text was updated successfully, but these errors were encountered: