YodasMyDad / Dialogue

Forum package for Umbraco v7.1 onwards
54 stars 31 forks source link

How to Debug the Dialogue Forum Source code.When Tried the below said approach ,i got the Error,No route in the route table matches the supplied values.' Error. #107

Open dpakgithub82 opened 6 years ago

dpakgithub82 commented 6 years ago

Please Help me with Debugging the source code. The Approach I followed currently , 1.Installed the dialogue Forum package . 2.Pulled latest Source from the Github and seprated the Dialogue.Logic and Badges project files and Included in my Umbraco but however I am getting "NNo route in the route table matches the supplied values.' Error. 3.I have done the same thing same solution structure ,which I found in the dialogue github source ,?Is it i am missing anything. 3.Please help me with Proper Steps.

JohnBergman commented 6 years ago

I use routedebugger (I think the author is Phil Haack); its a nuget package, then you can turn it on/off in the web.config. It provides a pretty good list of all of the registered routes and from there maybe you can see what's wrong or missing.