We have an issue with the following code: Laserfiche.RepositoryAccess.Server myServ = new Laserfiche.RepositoryAccess.Server("servername"); Laserfiche.RepositoryAccess.RepositoryRegistrationCollection repoRegColl = myServ.GetRepositories(); throws exception: An unhandled exception of type 'Laserfiche.RepositoryAccess.AccessDeniedException' occurred in Laserfiche.RepositoryAccess.dll in detail of the exception: The user account name or password is incorrect. [9010]
This code is working with SDK 9.1 but having the above issue with SDK 9.2. The server version is 9.1.1.486
Is this a bug on SDK 9.2 or SDK 9.2 is incompatible with Server 9.1?
Thank you