Hi Yowar,
These do not seem to be our services, but I assume they do use our API, is that correct?
How are you initializing application in general? It seems that when native .NET is trying to resolve dependecies, our libraries are not registered within .NET container. Error is coming from global.asax so I would like to see how application is initialized.
I know for sure, that in version 13 in .Net Core we are registering our container into native .Net container, however for v12 I can not say for sure now how everything comes together.
We do describe how to register our services within other DI containers, namely Autofac, so you may end up with having to use that in order to register our container and be able to resolve our services correctly.