Simple question (comes up in SharePoint 2010, but that's not really relevant).
How does:
<add name="LdapMembershipProvider" type="Microsoft.Office.Server.Security.LdapMembershipProvider, Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
...resolve when the actual type (LdapMembershipProvider) is only found in the Microsoft.Office.Server.UserProfiles assembly and not in the Microsoft.Office.Server assembly?
Both are GAC registered.
Does Fusion probe other assemblies, even when a fully qualified type is specified?