Hi.
I'm trying to set up a site in order to manage it with the new iPhone-app. I have followed the steps to the letter and all the calls are functioning except the getblogs-call.
When trying to call /api/custom/getblogs?username=administrator&password=[removed] the following exception is thrown:
[MissingMethodException: Method not found: 'System.Collections.Generic.IList`1<System.String> Mindroute.Core.Search.ContentQuery.get_ContentTypes()'.]
Controllers.CustomController.GetBlogs(String username, String password, String languageid) +0
lambda_method(ExecutionScope , ControllerBase , Object[] ) +141
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +251
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +31
System.Web.Mvc.<>c__DisplayClassd.<InvokeActionMethodWithFilters>b__a() +88
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +534
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +312
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +694
System.Web.Mvc.Controller.ExecuteCore() +136
System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +51
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +15
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +77
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +39
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +454
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
The site is running Lemoon 4.3.2.0.