[Progress Communities] [Progress OpenEdge ABL] Forum Post: Unable to resolve type Using DirectoryServices in dotnet progress 11.4

  • Thread starter Thread starter qcace
  • Start date Start date
Status
Not open for further replies.
Q

qcace

Guest
Trying to setup a variable so I can verify the usercode/pw in Active Directory and visual designer cannot load this class. Not sure what to try next. I've updated my assemblies.xml using the Assembly References tool to add System.DirectoryServices and System.DirectoryServices.AccountManagement. USING Progress.Lang.*. USING Progress.Windows.Form. USING System.DirectoryServices.*. USING System.DirectoryServices.AccountManagement.*. ... DEFINE PRIVATE VARIABLE vPC AS System.DirectoryServices.AccountManagement.PrincipalContext NO-UNDO. "Unable to resolve type information for type System.DirectoryServices.AccountManagement.PrincipalContext for field vPC" Thanks, Andy

Continue reading...
 
Status
Not open for further replies.
Back
Top