I'm a trial user, probably going to purchase a license soon, but I believe I found a bug. On my test site everything works fine until I set the configuration setting "useDirectoryUrls" to true. When I do that I'm getting this exception in the "Workflows" dashboard tab in the Content App.
Could not load control: '/usercontrols/fmworkflow/Instances.ascx'. Error message: System.ArgumentException: Value does not fall within the expected range. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Web.Hosting.IIS7WorkerRequest.GetServerVariableInternal(String name) at System.Web.HttpRequest.BuildUrl(Func`1 pathAccessor) at System.Web.HttpRequest.get_Url() at FergusonMoriyam.Workflow.License.Validator.ValidateRuntimeRestriction() at FergusonMoriyam.Workflow.Application.Runtime.WorkflowRuntime.RunWorkflows() at FergusonMoriyam.Workflow.Umbraco.Web.Ui.Instances.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)
Throws Error when using Directory Urls
Hey Darren,
I'm a trial user, probably going to purchase a license soon, but I believe I found a bug. On my test site everything works fine until I set the configuration setting "useDirectoryUrls" to true. When I do that I'm getting this exception in the "Workflows" dashboard tab in the Content App.
Could not load control: '/usercontrols/fmworkflow/Instances.ascx'.
Error message: System.ArgumentException: Value does not fall within the expected range. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Web.Hosting.IIS7WorkerRequest.GetServerVariableInternal(String name) at System.Web.HttpRequest.BuildUrl(Func`1 pathAccessor) at System.Web.HttpRequest.get_Url() at FergusonMoriyam.Workflow.License.Validator.ValidateRuntimeRestriction() at FergusonMoriyam.Workflow.Application.Runtime.WorkflowRuntime.RunWorkflows() at FergusonMoriyam.Workflow.Umbraco.Web.Ui.Instances.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)
HI Sam,
Could you try and update the licensing DLL in your /bin folder to this one: http://nightly.umbraco.org/umbraco.licensing/
And let me know if this resolves your issue?
Thanks
Hey Darren,
It works! Thanks a bunch. I'm curious what the issue was, do you know?
Thanks for your help,
Sam
Hi Sam,
I'm not sure - I think I saw the issue once before - I know that Umbraco HQ update the licensing DLL from time to time.
is working on a reply...