Hi,

nc 2.4

I can't list plugins when I try to do so i get this error in the log:

The requested service 'Nop.Plugin.Feed.Froogle.Services.IGoogleService' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency.
Full message:   Autofac.Core.Registration.ComponentNotRegisteredException: The requested service 'Nop.Plugin.Feed.Froogle.Services.IGoogleService' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency. at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters) at Nop.Core.Infrastructure.DependencyManagement.ContainerManager.ResolveUnregistered(Type type) in f:\Own\NopCommerce\Sources\src\Libraries\Nop.Core\Infrastructure\DependencyManagement\ContainerManager.cs:line 144 at Nop.Core.Plugins.PluginDescriptor.Instance[T]() in f:\Own\NopCommerce\Sources\src\Libraries\Nop.Core\Plugins\PluginDescriptor.cs:line 98 at Nop.Admin.Controllers.PluginController.PreparePluginModel(PluginDescriptor pluginDescriptor) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Nop.Admin.Controllers.PluginController.PreparePluginListModel() at Nop.Admin.Controllers.PluginController.List() at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) at System.Web.Mvc.Controller.ExecuteCore() at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5() at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0() at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d() at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

What't the f:\Own\NopCommerce... doing there? I do not have any f drive.
If i remove froogle i just get an error for some other plugin.

Please advice.

Cheers!