Simple Search Combo Wizard Issue

Apparently the wizard is into dark arts…

After consecutively adding 2 simple search wizards to combos - My customization is now in poor spirits. I’m confident there is some XML chunk that got added thats causing the problem but before I start flailing, I figured I’d ask for suggestions.

Application Error

Exception caught in: Ice.Lib.EpiClientLib

Error Detail

Message: Value cannot be null.
Parameter name: type
Program: Ice.Lib.EpiClientLib.dll
Method: FindClosestNonGenericPublicType

Client Stack Trace

at Ice.Lib.Customization.Designers.CodeGenerationContext.FindClosestNonGenericPublicType(Type type)
at Ice.Lib.Customization.Designers.CodeGenerationContext.GenerateTargetField(Type targetType, String name)
at Ice.Lib.Customization.Designers.DesignerBase.GenerateCreateTarget(CodeGenerationContext codeContext)
at Ice.Lib.Customization.Designers.ControlDesignerBase.GenerateCreateTarget(CodeGenerationContext codeContext)
at Ice.Lib.Customization.Designers.InitializeGlobalVariablesMethodBuilder.GenerateCreateCustomTargetsStatements(IDictionary`2 thisLayersControls)
at Ice.Lib.Customization.Designers.InitializeGlobalVariablesMethodBuilder.GenerateMethod(Boolean loading)
at Ice.Lib.Customization.CustomCodeGenManager.AddGlobalCode(CodeDomWriter codeDomWriter, String sourceCode, CustomScriptManager csm, Boolean loading, Int32& offsetLength)
at Ice.Lib.Customization.CustomScriptManager.addGlobalCode(CodeDomWriter codeDomWriter, String sourceCode, Boolean loading)
at Ice.Lib.Customization.CustomScriptManager.CompileCustomScript(Boolean loading)

Wow - found that surprisingly quick. It appears that 2 embeddable controls were errantly added. Removed from XML - problem solved.

1 Like

Maybe customization maintenance would be a quick way to see what controls have been added, or their properties changed

How would I find if this has happened to my customization. How do I find embeddable controls