Try to build an application that can manage users and have to be able to run on 32-bits and 64-bits.
Already installed .NET SDK but DLLs are 32-bits . Get to get the following DLLs from BI servers where is 64-bits OS but the DLLs in 64-bits folder are actually 32-bits version. Where I can get 64-bits SDK or DLLs?
CrystalDecisions.Enterprise.Desktop.User.dll
CrystalDecisions.Enterprise.Desktop.UserGroup.dll
CrystalDecisions.Enterprise.Framework.dll
CrystalDecisions.Enterprise.InfoStore.dll
CrystalDecisions.Enterprise.PluginManager.dll
Another option is to use WSSDK but we are not sure how to get users from InfoStore and get user's properties and enable/ disable user accounts. Any C# sample codes for Web services if anyone know where.