Last post Jan 18, 2011 08:59 AM by egor598
Contributor
2350 Points
1014 Posts
Jan 18, 2011 05:11 AM|duttavr|LINK
In Enterprise Library 5.0 hands on labs tell to include the following assembly
Microsoft.Practices.EnterpriseLibrary.ServiceLocation.dll
but MSDN Class Library does not list this namespace "ServiceLocation".
what is the use of including this namespace? What it is?
Enterprise Library 5.0 ServiceLocation
2360 Points
505 Posts
Jan 18, 2011 08:59 AM|egor598|LINK
I think you are confusing namespaces and dll names.
Those are namespaces and not dlls listed on MSDN page.
And Microsoft.Practices.EnterpriseLibrary.ServiceLocation is a dll name.
Also I've noticed that on that page only namespaces from Enterprise library application blocks are listed.
The namespaces from core functionality dlls (including configuration and instrumentation, and object lifecycle management)
are not listed there.
Contributor
2350 Points
1014 Posts
What is EnterpriseLibrary.ServiceLocation.dll?
Jan 18, 2011 05:11 AM|duttavr|LINK
In Enterprise Library 5.0 hands on labs tell to include the following assembly
Microsoft.Practices.EnterpriseLibrary.ServiceLocation.dll
but MSDN Class Library does not list this namespace "ServiceLocation".
what is the use of including this namespace? What it is?
Enterprise Library 5.0 ServiceLocation
Contributor
2360 Points
505 Posts
Re: What is EnterpriseLibrary.ServiceLocation.dll?
Jan 18, 2011 08:59 AM|egor598|LINK
I think you are confusing namespaces and dll names.
Those are namespaces and not dlls listed on MSDN page.
And Microsoft.Practices.EnterpriseLibrary.ServiceLocation is a dll name.
Also I've noticed that on that page only namespaces from Enterprise library application blocks are listed.
The namespaces from core functionality dlls (including configuration and instrumentation, and object lifecycle management)
are not listed there.