Rename a project.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I've got a project that I want to rename. But when I rename it, it then
won't load in Visual Studio (2003).

Any hints suggestions on how to make this work?
 
Hi,
I've got a project that I want to rename. But when I rename it, it then
won't load in Visual Studio (2003).

Any hints suggestions on how to make this work?

Renaming web projects (I assume it's what you have) in ASP.NET 1.1 can
be tricky. However, the SLN and CSPROJ files are text files, so it is
possible to edit them (when the project is not loaded in the IDE) and to
search and replace the old name with the new one.

HTH,
Laurent
 
Thanks. That's what I ended up doing.

Laurent Bugnion said:
Hi,
I've got a project that I want to rename. But when I rename it, it then
won't load in Visual Studio (2003).

Any hints suggestions on how to make this work?

Renaming web projects (I assume it's what you have) in ASP.NET 1.1 can be
tricky. However, the SLN and CSPROJ files are text files, so it is
possible to edit them (when the project is not loaded in the IDE) and to
search and replace the old name with the new one.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
 
Back
Top