Home All Groups Group Topic Archive Search About

Enterprise Library version 2 ConfigurationElementType

Author
1 Mar 2006 9:59 AM
adrian.hilder
I building myself a small reference project using as much of Enterprise
Library version 2 / .NET 2 (EL2) as I can.  Generally finding it easier
than earlier versions.

Using the security application block I am in the process of building a
custom authorization provider derived from AuthorizationProvider.  In
the example code with EL2 there is an example of this I have more or
less copied, cannot get it to compile because ConfigurationElementType
"could not be found".  Can anyone tell me which namespace or EL block
this is in that I need to reference.  Searched every where I know for
the answer to no avail.
TIA
Adrian

Author
1 Mar 2006 7:09 PM
Joerg Jooss
Thus wrote adrian.hil***@gmail.com,

> I building myself a small reference project using as much of
> Enterprise Library version 2 / .NET 2 (EL2) as I can.  Generally
> finding it easier than earlier versions.
>
> Using the security application block I am in the process of building a
> custom authorization provider derived from AuthorizationProvider.  In
> the example code with EL2 there is an example of this I have more or
> less copied, cannot get it to compile because ConfigurationElementType
> "could not be found".  Can anyone tell me which namespace or EL block
> this is in that I need to reference.  Searched every where I know for
> the answer to no avail.

It's in the docs:

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in microsoft.practices.enterpriselibrary.common.dll)

Cheers,
--
Joerg Jooss
news-re***@joergjooss.de
Author
2 Mar 2006 4:21 PM
AGH!
Thank you!  Working now.
I'm working with Visual Web Developer Express which may be more limited
on the help documents, I see nothing for ConfigurationElementType.

AddThis Social Bookmark Button