No route in the route table matches the supplied values.
Hello,
I am building a project using the CodeShare Starter Kit and USync Back Office and USync Content Edition. I copied my project from one server to another using uSync and everything was fine except one, "the Contact page" that comes with the CodeShare starter kit.
All the pages of my website work fine except the Contact page. Every time I click on the Contact page I get this error:
Server Error in '/' Application.
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 15:
Line 16:
Line 17: @{ Html.RenderAction("RenderForm", "Contact"); }
Line 18:
I think you are missing the DLL that contains the Action ? You probably just need to copy over the CSUSK.Library.dll dll from one bin folder to the other?
No route in the route table matches the supplied values.
Hello, I am building a project using the CodeShare Starter Kit and USync Back Office and USync Content Edition. I copied my project from one server to another using uSync and everything was fine except one, "the Contact page" that comes with the CodeShare starter kit. All the pages of my website work fine except the Contact page. Every time I click on the Contact page I get this error:
Server Error in '/' Application. 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 15: Line 16:
Please help I have no idea about how to solve it
Hi
I think you are missing the DLL that contains the Action ? You probably just need to copy over the CSUSK.Library.dll dll from one bin folder to the other?
It worked. Thanks alot :)
is working on a reply...