Currently I am working on Azman. I am using Windows XP professional, I have
installed AzMan (Windows 2003 Service Pack-1). I have defined operations,
tasks roles in AzMan. Now I want to do access check for the operations. I
have written following code,
AzAuthorization Store store = new AzAuthorization StoreClass();
store.Initializ e(0, @"msxml://C:\nan\AzManSto re.xml", null);
This code is working fine when I have created a test application (standalone
executable)in Microsoft VS2005 and accessing the AzMAn.
But when I have placed this code in the Windows Service i is giving me error
at the AzMan initialization step.
Argument Exceptopm : Value does not fall within the expected range.
Thanks in advance
Nandkumar
installed AzMan (Windows 2003 Service Pack-1). I have defined operations,
tasks roles in AzMan. Now I want to do access check for the operations. I
have written following code,
AzAuthorization Store store = new AzAuthorization StoreClass();
store.Initializ e(0, @"msxml://C:\nan\AzManSto re.xml", null);
This code is working fine when I have created a test application (standalone
executable)in Microsoft VS2005 and accessing the AzMAn.
But when I have placed this code in the Windows Service i is giving me error
at the AzMan initialization step.
Argument Exceptopm : Value does not fall within the expected range.
Thanks in advance
Nandkumar
Comment