Question

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:

enter image description here enter image description here

Active Directory with xml file configured correct.

enter image description here

Working Correct

enter image description here

Était-ce utile?

La solution

.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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top