Closed scovel closed 6 years ago
Hi @scovel
When you call .UseGrace()
it's actually creating the container behind the scenes for you and it's passed back to you in the ConfigureContainer(IInjectionScope scope)
method.
If you change your code to call Configure on the scope parameter I think it will work.
First, WOW that was a fast response!!!
I knew it had to be something simple. You are correct sir, that fixed the problem.
Thanks!
Sean
Simple test project. I'm sure I'm missing some configuration somewhere...
When running the service, i get the following exception: