You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not entirely sure what is going wrong, I'm assuming it's because I'm trying to use it with very recent versions of webapi with attributerouting and it hasn't been updated to work with it yet.
[NullReferenceException: Object reference not set to an instance of an object.]
ProxyApi.PathUtility.GetVirtualPath(RouteValueDictionary routeValues) +92
ProxyApi.Factories.ActionMethodDefinitionFactory.GetUrl(IControllerDefinition controller, String action) +151
ProxyApi.Factories.ActionMethodDefinitionFactory.Create(IControllerDefinition controllerDefinition, MethodInfo method) +165
ProxyApi.Factories.ControllerDefinitionFactory.Create(Type controllerType) +231
System.Linq.WhereSelectEnumerableIterator2.MoveNext() +145 System.Collections.Generic.List1..ctor(IEnumerable1 collection) +381 System.Linq.Enumerable.ToList(IEnumerable1 source) +58
ProxyApi.ProxyGenerator.GenerateProxyScript() +118
ProxyApi.ProxyHttpHandler.GetProxyJs(HttpContext context) +102
ProxyApi.ProxyHttpHandler.ProcessRequest(HttpContext context) +54
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
The text was updated successfully, but these errors were encountered:
Not entirely sure what is going wrong, I'm assuming it's because I'm trying to use it with very recent versions of webapi with attributerouting and it hasn't been updated to work with it yet.
[NullReferenceException: Object reference not set to an instance of an object.]
ProxyApi.PathUtility.GetVirtualPath(RouteValueDictionary routeValues) +92
ProxyApi.Factories.ActionMethodDefinitionFactory.GetUrl(IControllerDefinition controller, String action) +151
ProxyApi.Factories.ActionMethodDefinitionFactory.Create(IControllerDefinition controllerDefinition, MethodInfo method) +165
ProxyApi.Factories.ControllerDefinitionFactory.Create(Type controllerType) +231
System.Linq.WhereSelectEnumerableIterator
2.MoveNext() +145 System.Collections.Generic.List
1..ctor(IEnumerable1 collection) +381 System.Linq.Enumerable.ToList(IEnumerable
1 source) +58ProxyApi.ProxyGenerator.GenerateProxyScript() +118
ProxyApi.ProxyHttpHandler.GetProxyJs(HttpContext context) +102
ProxyApi.ProxyHttpHandler.ProcessRequest(HttpContext context) +54
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
The text was updated successfully, but these errors were encountered: