Hi,
I'm trying to access Kentico from a console app but am getting the exception below. I've followed the documentation here https://docs.kentico.com/k9/integrating-3rd-party-systems/using-the-kentico-api-externally
I have a CMSConnectionString in my config file and am calling CMS.DataEngine.CMSApplication.Init()
Does anyone know what else I'm missing? It seems to be looking for an implementation of ILicenseService.
Did you install the Kentico.Libraries nuget library package for 9.x? Seems your project is missing a .dll in the BIN directory.
Please, sign in to be able to submit a new answer.