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

Renaming an Assembly

RSS
Modified on Wed, Jul 14, 2010, 9:10 PM by Administrator Categorized as ·Net Framework
Prep Work
  • Be sure every solution that uses the assembly builds without error.
  • Close Visual Studio

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

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.