You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appconfig in class library for ObjectContext connection string.
Concrete implementation is partial class. One piece auto generated, one piece a helper and extensions and convenience. The extensions has a connection string builder. The auto generated has a default connection string name.
Ninject resolves proper app config when resolving concrete implementation.
Ninject fails to resolve proper app config when resolving interface with concrete implementation.
The text was updated successfully, but these errors were encountered:
Appconfig in class library for ObjectContext connection string.
Concrete implementation is partial class. One piece auto generated, one piece a helper and extensions and convenience. The extensions has a connection string builder. The auto generated has a default connection string name.
Ninject resolves proper app config when resolving concrete implementation.
Ninject fails to resolve proper app config when resolving interface with concrete implementation.
The text was updated successfully, but these errors were encountered: