openstore-ecommerce / OS_DnnIdx

OpenStore plugin to have your OpenStore products indexed in the DNN search index
MIT License
0 stars 0 forks source link

Getting this error (DNN9.10.1 NB4.1.6) #6

Open trouble2 opened 2 years ago

trouble2 commented 2 years ago

NBS Scheduler OKOKOKOK Service Start. Failed. providername: OpenStore_DnnIdx Nevoweb.DNN.NBrightBuy.Providers Portal:Shop Error:System.TypeLoadException: Cannot load type Nevoweb.DNN.NBrightBuy.Providers from assembly OpenStore_DnnIdx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. bij System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type) bij System.Reflection.RuntimeAssembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) bij System.Activator.CreateInstance(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark) bij System.Activator.CreateInstance(String assemblyName, String typeName) bij Nevoweb.DNN.NBrightBuy.Components.NBrightBuyScheduler.DoWork(

leedavi commented 2 years ago

Is the assembly in the bin folder?

skamphuis commented 2 years ago

My guess is that you have something missing in your plugin configuration for the DnnIdx plugin: image

Obiously your site want to load type Nevoweb.DNN.NBrightBuy.Providers but that's not a type, that's a namespace.

sboshuis commented 2 years ago

Yes, we had the same issue and changing it to Nevoweb.DNN.NBrightBuy.Providers.DnnIdxProvider in plugin settings works just fine.