No compatible version with Windows Projects - Active directory Package

@mosa_sleeman

The official Active Directory package is not compatible with Windows projects because it was created for a different target framework. The target framework is a set of APIs and libraries that a program is designed to use. The official Active Directory package was created for .NET Framework 4.6.2, but Windows projects use .NET Framework 6.0.

To resolve this issue, you will need to modify the official Active Directory package to support .NET Framework 6.0. You can do this by following the steps in the UiPath Community Forum post: Package - No compatible version with Windows projects.

Once you have modified the official Active Directory package, you will be able to download it and use it in your Windows projects.

Here are the steps on how to modify the official Active Directory package to support .NET Framework 6.0:

  1. Open the official Active Directory package project in Visual Studio.
  2. Right-click on your project and select “Properties” from the context menu.
  3. In the “Application” tab, change the “Target framework” to “.NET 6.0” or later.
  4. Rebuild your activities package project.
  5. In UiPath Studio, go to the “Manage Packages” window by clicking on “Manage Packages” in the “Project” tab of the ribbon.
  6. In the “Manage Packages” window, select your custom activities package and click on the “Configure” button.
  7. In the “Configure Package” window, change the “Target framework” to “.NET 6.0” or later.
  8. Click on the “Save” button to save the changes.

After you have saved the changes, you should be able to download the official Active Directory package and use it in your Windows projects.