Group: Forum Members
Posts: 190,
Visits: 1.3K
|
Hi
I just upgraded to SF 1.7.0.7 for fixes related to DevExpress gridview. I hit error as below when I tried to customize BO's field at BO mapper. Any ideas?!?!
InvalidCastException
Unable to cast object of type 'MicroFour.StrataFrame.UI.Windows.Forms.ColorizedKeyWords' to type 'MicroFour.StrataFrame.UI.Windows.Forms.ColorizedKeyWords'.
Source : MicroFour StrataFrame UI
Stack Trace:
at MicroFour.StrataFrame.UI.Windows.Forms.SyntaxEditor.CreateChanges(HighlightArea syntaxArea)
at MicroFour.StrataFrame.UI.Windows.Forms.SyntaxEditor.ParseText(HighlightArea syntaxArea)
at MicroFour.StrataFrame.UI.Windows.Forms.SyntaxEditor.ColorizeText(HighlightArea syntaxArea)
at MicroFour.StrataFrame.UI.Windows.Forms.SyntaxEditor.set_SyntaxLanguage(SyntaxEditorLanguage value)
at MicroFour.StrataFrame.AddIns.PartialClassBuilderExceptionDialog..ctor(Int32 BusinessObjectPK, String FieldName, CodeLanguage Language)
at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.ᜁ(Int32 A_0, String A_1)
|