I have this code:
1: IUnityContainer container = new UnityContainer(); 2: container.LoadConfiguration();
Line 1 works, but line 2 does not. LoadConfiguration was not found as a member. I think I registered all dll units. Why is LoadConfiguration () not found?
source share