0

Unity version 2.1.505.0 in both WPF projects. One in 2010 & other in 2012. In 2010 fine but 2012 I get Error "The non-generic method 'Microsoft.Practices.Unity.IUnityContainer.Resolve(System.Type, string, params Microsoft.Practices.Unity.ResolverOverride[])' cannot be used with type arguments"???

return this.Container.Resolve<Shell>();
CheGuevarasBeret
  • 1,364
  • 2
  • 14
  • 33

1 Answers1

1

Needed to add using for the Unity namespace as well as Prism.UnityExtensions. Answer was here on StackOverflow.

Community
  • 1
  • 1
CheGuevarasBeret
  • 1,364
  • 2
  • 14
  • 33