any ideas on how resolve issue?
my global.aspx:
protected void application_start(object sender, eventargs e) { routetable.routes.mappageroute<tabsresource>("users"); }
the non-generic method 'system.web.routing.routecollection.mappageroute(string, string, string, bool, system.web.routing.routevaluedictionary, system.web.routing.routevaluedictionary, system.web.routing.routevaluedictionary)' cannot used type arguments
sounds doesn't <tabsresource>
. doesn't appear generic function. also, think you're missing few arguments.
Comments
Post a Comment