Hi,
I have a problem with ribbon js because mver parameter (it's an on premise solution).
I get the error: Parameter name: Expected 'Integer' data type for 'mver' parameter in 'Request.QueryString'.
The mver value is 2229243493.
Any suggestion to fix this?
Event viewer log:
Exception information:
Exception type: ArgumentOutOfRangeException
Exception message: Specified argument was out of the range of valid values.
Parameter name: Expected 'Integer' data type for 'mver' parameter in 'Request.QueryString'. The raw request was 'GET /_controls/ribbon/RibbonLayout.js.aspx?cb=true&hierarchy=00000000-0000-0000-0000-000000000000&id=Mscrm.BasicHomeTab&ie=0&ise=1&lcid=2070&mver=2229243493&oc=0&page=[%]2fTOOLS[%]2fSERVICEMANAGEMENT[%]2fSERVICEMANAGEMENT.ASPX&rver=-1222286958&ver=-1718321616' called from ...
at Microsoft.Crm.ParameterFilterBase.ValidateParameter(IWebParameter parameter, String key, String value, ParameterSources source)
at Microsoft.Crm.ParameterFilterBase.TryValidateParameter(ArrayList parameterCollection, String key, String value, ParameterSources source)
at Microsoft.Crm.Application.ParameterFilter.ValidateParameter(HttpRequest request, ArrayList parameterCollection, String key, String value, ParameterSources source, EntityType pageEntityType, FormAdditionalAllowedParameters additionalAllowedParameters)
at Microsoft.Crm.Application.ParameterFilter.ValidateParameters(Page page, EntityType pageEntityType, Boolean alwaysEnableParameterChecking, FormAdditionalAllowedParameters formAdditionalAllowedParametersTemp)
at Microsoft.Crm.Application.Controls.AppPage.ValidatePageParameters()
at Microsoft.Crm.Application.Controls.AppPage.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thanks.
*This post is locked for comments