Good Day, I have the same problem, but i dont understand where i need to register the generic type manually.
IocManager.Register(typeof(IImportDataManager<,,>),typeof(ImportDataManager<,,>),DependencyLifeStyle.Transient);
In my solution ¿where are this section?