Re: Authorization Application Block/ COM object with CLSID exception

From: Chris Rolon (chris.rolon_at_removethis.neudesic.com)
Date: 01/30/05


Date: Sun, 30 Jan 2005 09:34:22 -0800

That GUID is to the azroles authorization store. Either azroles.dll is not
registered or is corrupted.

axroles.dll should be in the system32 folder.

Chris Rolon

"TheTarek" <TheTarek@discussions.microsoft.com> wrote in message
news:19BB223B-BA9C-49CA-88E2-D725ACD6408F@microsoft.com...
> Hi,
>
> I'm using the authorization application block, with an active directory
> authorization store.
> In my app.config file, i've specified my store location as following:
> <storeLocation>MSLDAP://CN=SS1,CN=Program Data,DC=MyDomain</storeLocation>
>
> This store is created on the server 2003 Authorization manager.
> While executing i have the error:
> COM object with CLSID {B2BCFF59-A757-4B0B-A1BC-EA69981DA69E} is either not
> valid or not registered.
> (an exception inAzManProvider.cs)
> It seems that a DLL is not registred but i can not figure it out till now.
> If u can help
> Thanks in advance
>
> Tarek