Search code examples
deploymentserverroutesumbracopublish

Site publishing error (No route in the route table matches the supplied values.)


I have a "asp.net" site. I want to publish this. The site is running. But when I wanted to publish I got this

No route in the route table matches the supplied values.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.InvalidOperationException: No route in the route table matches the supplied values.

Source Error: 


Line 45:     }
Line 46: 
Line 47:     Html.RenderAction("RenderForm", "UmbracoForms", new {formId = form, recordId = recordGuid, theme = theme, includeScripts = includeScripts });
Line 48: }

Source File: d:\dzhosts\localuser\diojen34\www.aspdeneme.somee.com\Views\MacroPartials\InsertUmbracoFormWithTheme.cshtml    Line: 47 

There are no controllers in my project. A site prepared with Umbraco. It is working on local but what is the reason for not working on server? Please help me


Solution

  • Make sure you've published all of the dlls - that particular controller is part of the UmbracoForms add-on package, and you may not have uploaded the relevant dlls.