# How to: Add or Remove a Open Ria Services Link

\[ **This document was written for WCF Services Version 1 Service Pack 2 and might not be up to date** \
&#x20;Please see [Release Notes](https://github.com/OpenRIAServices/OpenRiaServices/releases) or [Changelog](https://github.com/OpenRIAServices/OpenRiaServices/blob/main/Changelog.md) for a list of changes since WCF RIA Services ]

This topic describes how to add or remove a Open Ria Services link between a new Silverlight client application and an existing ASP.NET project.

A Open Ria Services solution basically consists of client and a server projects that are linked by such a Open Ria Services link, so adding and removing them is a critical task.

This topic assumes that you have completed the [Walkthrough: Creating a Open Ria Services Solution](https://openriaservices.gitbook.io/openriaservices/ee707336/ee707376), [Walkthrough: Using the Silverlight Business Application Template](https://openriaservices.gitbook.io/openriaservices/ee707336/ee707360), and [Walkthrough: Creating a Open Ria Services Class Library](https://openriaservices.gitbook.io/openriaservices/ee707336/broken-reference) topics, or have equivalent knowledge and an existing Open Ria Services solution available.

When you create a new Silverlight Business Application project, you can create a new Open Ria Services Class Library project, or you can select the **Enable Open Ria Services** check box in the **New Silverlight Application** dialog box, and a Open Ria Services link between the client project and the server project is created automatically.

### To add a Open Ria Services link to an existing solution

1. Open an existing Open Ria Services solution.
2. In **Solution Explorer**, right-click the Silverlight client project and select **Properties**.

   The **Silverlight** tab of the project designer appears.
3. In the **Open Ria Services link** drop-down list, select the server project that you want to use for the middle tier with this client project.

   ![RIA\_ServicesEnableLink](https://1585985709-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_5pS6LfA6GSEBmCbd9%2Fsync%2F7372714fdf9cd0c78b77408a965606c80be0fc48.png?generation=1620474368661957\&alt=media)

### To remove a Open Ria Services link from an existing solution

1. In **Solution Explorer**, right-click the Silverlight client application and select **Properties**.

   The **Silverlight** tab of the project designer appears.
2. In the **Open Ria Services link** drop-down list, select **\\**.

   ![RIA\_ServicesDisableLink](https://1585985709-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_5pS6LfA6GSEBmCbd9%2Fsync%2F4c5fb936152cfdc7ead3ee00d3fe4d4fe71f521c.png?generation=1620474368881958\&alt=media)

## See Also

#### Tasks

[Walkthrough: Creating a Open Ria Services Solution](https://openriaservices.gitbook.io/openriaservices/ee707336/ee707376)
