I’m trying configure AzMan but I Have got problem with code. Can you explain me what should I do because I don’t understand those problems:


Active Directory with xml file configured correct.

Working Correct

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.NET 4.0 allows primary interop assemblies (or rather, the bits of it that you need) to be embedded into your assembly so that you don’t need to deploy them alongside your application.
For whatever reason, this assembly can’t be embedded – but it sounds like that’s not a problem for you. Just open the Properties tab for the assembly in Visual Studio 2010 and set “Embed Interop Types” to “False”.
See http://blogs.msdn.com/b/mshneer/archive/2009/12/07/interop-type-xxx-cannot-be-embedded-use-the-applicable-interface-instead.aspx