In this Tips&Tricks, I will describe about changing the location of the output of your Silverlight application, i.e., the .XAP file from its original “ClientBin” location to a different place. Developers sometimes need to put the XAP file in a specific directory based on their requirement. This trick will help them to relocate the XAP file.
Read the full post and if you have any queries or suggestions, please let me know. I appreciate your feedbacks.
To change the location of the output XAP file, just follow the steps below:
- Right click on the Web Application project.
- Click on the "Properties" from the context menu.
- Click on "Silverlight Applications" from the left panel as shown in the below snapshot.

- Click the project name from the right panel.
- Click Remove. This step is required. Else, the next step will generate a duplicate copy in both the locations while building the project.
- Click on “Yes” in the dialog that pops up in the screen.

- Click on "Add" to add a new configuration setting.
- Now, you can choose the new output location for your Silverlight Application.
- Clear the "Destination folder" textbox ("
ClientBin" will be there by default). Now type your new location. It can be absolute or relative path. Here, I put relative location “MyNewClientBin”.
- Click "Add" in the popup dialog box to confirm your new location of the .XAP file.
- Click "Yes" in the dialog that pops up in the screen. This replaces the existing HTML page with a new one referring to the new location of the .XAP file.
- Click “Yes” once again in the popup dialog box. This now ensures the aspx page will be replaced with a new one referring to the new location of your .XAP file.
- Now build your solution. You will get the output XAP in the mentioned location.

- You will see that the new folder has been created automatically in your project directory and the new XAP is hosted inside that. In our case, it is “
MyNewClientBin”. If you mentioned an absolute path, you will see the XAP created there.
So, what next? Go and put your publish anywhere you want. Don't forget to provide your feedback.
CodeProject


Kunal Chowdhury is a Microsoft MVP (Most Valuable Professional) in Silverlight Technology, a Codeproject MVP & Mentor, DZone MVB (Most Valuable Blogger), Speaker in various Microsoft events, Author, passionate Blogger and a Software Engineer by profession.
He is currently working as a Software Engineer II in an MNC located at Pune, India. He has a very good skill over XAML, C#, Silverlight and WPF. He has a good working experience in Windows 7 application (including Multi-touch) development too.
He posts his findings in his technical blog. He also writes for SilverlightShow and Codeproject portal. Many of his articles were highlighted as "Article of the Day" in Microsoft sites.
He also has another website called Silverlight-Zone.com where he posts article links on Silverlight, Windows Phone 7 and XNA accumulated from various web sites to help the community grow on specified technologies.
You can reach him in his Blog : http://www.kunal-chowdhury.com
He is also available in Twitter : http://twitter.com/kunal2383