J
Jacques Le Roux1
I am developing an application, in the application I am building an authentication system that integrates with Active Directory. I will use LDAP to query login credentials to a local domain controller. To achieve this, I am using a direct-call method that utilizes the Activeds.tlb or Activeds.dll, but it says that the specific type-library isn't registered. Then i tried to register it via CMD, by running it as administrator, and using the "regsvr32"-command. When I do this, I get an error saying that the .dll was loaded, but could not find the DllRegisterServer. (I included an image of the err
Continue reading...
Continue reading...