Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Ninject.ActivationException: Error activating IExternalInventoryFetcher No matching bindings are available, and the type is not self-bindable. Activation path: 1) Request for IExternalInventoryFetcher Suggestions: 1) Ensure that you have defined a binding for IExternalInventoryFetcher. 2) If the binding was defined in a module, ensure that the module has been loaded into the kernel. 3) Ensure you have not accidentally created more than one kernel. 4) If you are using constructor arguments, ensure that the parameter name matches the constructors parameter name. 5) If you are using automatic module loading, ensure the search path and filters are correct.
  2. at Ninject.KernelBase.Resolve(IRequest request)
  3. at Ninject.ResolutionExtensions.GetResolutionIterator(IResolutionRoot root, Type service, Func`2 constraint, IEnumerable`1 parameters, Boolean isOptional, Boolean isUnique)
  4. at Ninject.ResolutionExtensions.Get[T](IResolutionRoot root, String name, IParameter[] parameters)
  5. at TIMLeadGenVehicles.LeadGenVehiclesProvider.DoPidgetSearch(Guid offerId, LeadsCtl leadsCtl, PurchaseOfferCtl purchaseOfferCtl, String atcDealerId, List`1 carIds) in c:\TFS\TradeInMarketplace\CD\Gearbox\Core\TIM\TIMCoop\TIMLeadGenVehicles\LeadGenVehicles.cs:line 776
  6. at TIMLeadGenVehicles.LeadGenVehiclesProvider.SearchVehiclesUnassigned(Guid offerId, Int32 leadId, OfferTypeNum offerType, LeadsCtl leadsCtl, PurchaseOfferCtl purchaseOfferCtl) in c:\TFS\TradeInMarketplace\CD\Gearbox\Core\TIM\TIMCoop\TIMLeadGenVehicles\LeadGenVehicles.cs:line 274
  7. at TIMPurchaseOfferBLL.OfferProcessor.AssignDealerLead(Int32 LeadID, Boolean FurtherReview) in c:\TFS\TradeInMarketplace\CD\Gearbox\Core\TIM\TIMCoop\TIMPurchaseOfferBLL\OfferProcessor.cs:line 420
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement