Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Qamar Ali 34 posts 165 karma points
    Mar 02, 2018 @ 19:12
    Qamar Ali
    0

    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:

    Please help I have no idea about how to solve it

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Mar 02, 2018 @ 19:40
    Kevin Jump
    102

    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?

  • Qamar Ali 34 posts 165 karma points
    Mar 02, 2018 @ 19:52
    Qamar Ali
    0

    It worked. Thanks alot :)

Please Sign in or register to post replies

Write your reply to:

Draft