NopCommerce 4.0 - Schedule task not runnig after upgrade from 3.90

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello,

I'm getting error on manual run schedule task from admin side after upgrade plugin from 3.90 to 4.0

Error message is :
Schedule task (XcellenceIT.Plugin.Solr.Core.Services.PopularProductsTask, XcellenceIT.Plugin.Solr.Core) cannot by instantiated 


I updated ITask to IScheduleTask but it still not working.

Is anything need to update else IScheduleTask for schedule task in nopCommerce 4.0 ?
6 years ago
Hi,

I am not sure if it help to you but I got same error. I fix it by remove namespace in db.ScheduleTask table from  column type.

May be it helps. So in your case It could be just XcellenceIT.Plugin.Solr.Core.Services.PopularProductsTask
6 years ago
tomashorvath wrote:

I am not sure if it help to you but I got same error. I fix it by remove namespace in db.ScheduleTask table from  column type.


Thanks Tomas,

It's working fine after remove plugin namespace from column.

Thank you :)
6 years ago
I'm glad it helped. You're welcome ;)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.