Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Build 826 Causes Designer usage exceptions #104

Closed
Smurf-IV opened this issue Mar 27, 2019 · 3 comments
Closed

Build 826 Causes Designer usage exceptions #104

Smurf-IV opened this issue Mar 27, 2019 · 3 comments
Labels
bug done The issue has been solved

Comments

@Smurf-IV
Copy link
Collaborator

Smurf-IV commented Mar 27, 2019

During the "Make more csustom Styles" the global replace has removed some of the existing style usages, e.g.

            case PaletteContentStyle.TabHighProfile:
            case PaletteContentStyle.TabStandardProfile:

            case PaletteContentStyle.HeaderSecondary:

            case PaletteContentStyle.HeaderForm:

this will cause the following to happen
image

Please remove Build 826 from nuget !

@Smurf-IV
Copy link
Collaborator Author

This was caused by the build break when the following where introduced and fixed quickly.. Apologies.

            case PaletteContentStyle.InputControlCustom2:
            case PaletteContentStyle.InputControlCustom3:

@Wagnerp
Copy link
Collaborator

Wagnerp commented Mar 27, 2019

Will de-list it.

@Smurf-IV
Copy link
Collaborator Author

It appears that the Exception would only by generated if Office 2007 Base or Office 2010 Base where in use for the style. (Which is mostly all !)
Currently testing the fix

Smurf-IV added a commit that referenced this issue Mar 27, 2019
Merge Thavarajan: Datagridview combobox updated for datasource integration
Merge Alexandr250: Adding a textual cue (Watermark) to KryptonTextBox
-  with modifications by Smurf-IV
Merge Muratoner: Make input box have a PasswordChar
Make sure files have "Credits" to the contributors
Changes due to #60 Implement `DrawItem()` event in KryptonComboBox
- Fix spelling
- Fix code style
- Use `nameof`
Investigation of #86 Why is `KryptonWrapLabel ` derived directly from `Windows.Forms.Label`
- Spelling changes
- Code style
Fix #104 Build 826 Causes Designer usage exceptions
Start to revamp the Help to reflect current implementation
@Smurf-IV Smurf-IV added done The issue has been solved and removed in progress labels Mar 27, 2019
@Smurf-IV Smurf-IV removed their assignment Mar 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug done The issue has been solved
Projects
None yet
Development

No branches or pull requests

2 participants