Seems to be a bit of a problem running your example. And I am not sure if I am not connecting the dots entirely here, or missing some vital piece of reference, but this is the error message produced when I make the call:
//Resolving instance of IServiceProvider
var provider = container.Resolve();
This error is thrown:
Locating source for ‘c:\tfs\EL\V5-SL\UnityTemp\Compile\Unity\Unity\Src\UnityContainerExtensions.cs’. Checksum: MD5 {d3 5e bb c7 e7 6c 38 b3 3e cf 87 c5 ab 56 d2 26}
The file ‘c:\tfs\EL\V5-SL\UnityTemp\Compile\Unity\Unity\Src\UnityContainerExtensions.cs’ does not exist.
Any idea to track this down and resolve it would help.
Seems to be a bit of a problem running your example. And I am not sure if I am not connecting the dots entirely here, or missing some vital piece of reference, but this is the error message produced when I make the call:
//Resolving instance of IServiceProvider
var provider = container.Resolve();
This error is thrown:
Locating source for ‘c:\tfs\EL\V5-SL\UnityTemp\Compile\Unity\Unity\Src\UnityContainerExtensions.cs’. Checksum: MD5 {d3 5e bb c7 e7 6c 38 b3 3e cf 87 c5 ab 56 d2 26}
The file ‘c:\tfs\EL\V5-SL\UnityTemp\Compile\Unity\Unity\Src\UnityContainerExtensions.cs’ does not exist.
Any idea to track this down and resolve it would help.
Appreciate your help
Thanks
Anders