Hi,
I installed the Oracle Developer Tools for VS Code, v19.3.2. But I can't open a connection due to the following problem: Error opening connection '<myConnectionName>'.Details: Could not load file or assembly 'System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Das System kann die angegebene Datei nicht finden.
In my configuration LDAP is used for sqlnet:
sqlnet.ora:
NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT)
ldap.ora:
DEFAULT_ADMIN_CONTEXT="dc=***,dc=***"
DIRECTORY_SERVERS=(<my_ldap_server>:3060)
DIRECTORY_SERVER_TYPE=OID
I'm not capable to switch to tnsnames.ora. So howw I can get it working?
Thanks for your replies!
Maik