Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Page History: Renaming an Assembly

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: Wed, Jul 14, 2010, 9:07 PM


Prep Work
  • Before starting, be sure every solution that uses the assembly builds without error.

In Windows Explorer
  • Rename the folder containing the source code project

  • Rename the source code project

In a Text Editor
  • In the source code project file, do a search and replace

  • For every solution file that includes the assembly, do a search and replace

  • For every project file that references the assembly, do a search and replace

In Visual Studio
  • In the source code project, do a search and replace of namespace OldName with namespace NewName.

  • In the source code project, do a search and replace of OldName with NewName.

  • For the Entire Solution replace using OldName with using OldName.

  • Build the solution and resolve any errors.

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.