Error saying type code not found.

Error saying type code not found.

Comments

  • Support I keep getting this error when I get to a form. The Type code member exists however. I have attached the logs as well.

    System.InvalidOperationException: Member TypeCode not found. at DecisionsFramework.Utilities.Data.DataDescriptionStringFactory.GetValue(Object source, String member, Boolean throwError) at DecisionsFramework.Utilities.Data.DataUtilities.GetValue(Object source, String path, Boolean isNullable, Boolean throwError) at Silverdark.Components.ListBase1.EvaluateDataSource(IEnumerable source) at Silverdark.Components.ListBase1.ConsumeData(IDictionary2 data) at Silverdark.Components.SilverCombo.ConsumeData(IDictionary2 data) at Silverdark.Components.UserDefined.ConsumeData(IDictionary2 data) at Decisions.Web.Mvc.Host.Helpers.BaseFormRunSurface.SetIncomeData() at ASP._Page_Areas_HtmlPage_Views_Form_FormSurfaceView_cshtml.Execute() in c:Program FilesDecisionsDecisions Web HostHUIAreasHtmlPageViewsFormFormSurfaceView.cshtml:line 137 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.&lt;&gt;c__DisplayClass1a.b__17() at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func1 continuation) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.b__22(IAsyncResult asyncResult)

  • Does this happen as soon as you get to the form?
    Is this member a user defined type and are you fetching it for the form beforehand?
    When did this error start occurring, and have you changed anything between then and now? For example, your environment or change in the datastructure.

    1. Yes this happens as soon as I get to the form.
    2. This member type code comes from a defined type as well and I am fetching it beforehand.
    3. The error started yesterday after I changed the layout of the form a little bit. When I saved I started to get this error. We didn’t have an environment change or anything.

    I was able to fix it by restarting service host manager.

Sign In or Register to comment.