We're using DNN version 8.0.4.
I'm getting the error below when my app routes to this URL when I'm trying to debug my module locally: 404 the resource cannot be found https://dnndev.me/Home/Co...e/CYB-Direct/GAC_ID/| The error in the event viewer is: Object reference not set to an instance of an object. at DotNetNuke.Web.Mvc.Routing.StandardModuleRoutingProvider.GetRouteData I've confirmed that the controller rates and method index exist in the app...in fact this issue only started happening this morning...it was find the last time I debugged it 2 days ago.
I've un-installed the extension and deleted the page and re-installed etc. several times...I've deleted the DB and the dnndev.me folder and re-installed everything but no difference. Any ideas? THIS IS THE FULL ERROR:
InnerMessage:Object reference not set to an instance of an object.
InnerStackTrace:
at DotNetNuke.Web.Mvc.Routing.StandardModuleRoutingProvider.GetRouteData(HttpContextBase httpContext, ModuleControlInfo moduleControl) at DotNetNuke.Web.Mvc.MvcHostControl.GetModuleRequestContext(HttpContextBase httpContext) at DotNetNuke.Web.Mvc.MvcHostControl.ExecuteModule()
Hello... FYI, I've moved your forum post to a more appropriate forum intended for questions about how to build modules and whatnot.
It sounds like the route path may not be accurate. A tool I use to help me figure this out sometimes is mentioned in the blog article below.
https://dnncommunity.org/...eb-API-Routes-in-DNN
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.