Friday, April 20, 2012

Rename Visual Studio Projects and Resolve Related Issues for a Silverlight Application - CodeProject®

Introduction

The Visual Studio allows us to creating a custom project template for adding a new project based on the settings and references in an existing one. Developers can use this approach to rename a project with related assembly and default namespace when adding a new project. For existing projects in the solution, however, manually changing those names seems more practical and straightforward. The manual renaming tasks are not so hard for an ASP.NET, WPF, or Windows application whereas some special cares are needed for Silverlight web applications. This article provides a guide for how to rename Silverlight projects, reset links between projects due to name changes, and resolve some related issues so that the application will not crash after even extensive name changes.


Rename Visual Studio Projects and Resolve Related Issues for a Silverlight Application - CodeProject®

No comments: