ServiceStack IAppSettings was not ready and would result NULL reference exception if used in constructor
It seems like the IAppSettings implementation was not ready from IoC in the constructor. Before I go into details, I’ve read similar problems: ServiceStack doesn't auto-wire and register AppSettings Instantiation of POCO objects with ServiceStack's IAppSettings is not working Both were answered by @mythz that he was not able to reproduce it. From the Doc… Read More ServiceStack IAppSettings was not ready and would result NULL reference exception if used in constructor