PDA

Click to See Complete Forum and Search --> : Renaming project directory


trisuglow
Dec 10th, 2002, 10:27 AM
I wrote an application and then renamed the folder the files were stored in. Now my application won't work!

I've changed the folder names back and everything works ok again.

Where do I go in the .NET IDE to edit whatever needs editting so that I can rename my folders.

(Long day, too much coffee, am I making any sense?)

I just want to rename the folder that my existing application lives in and still have it find all its files and run. Can anybody help?

Edneeis
Dec 10th, 2002, 11:08 AM
The paths are stored relative and are kept in the solution file. Open it in Notepad and change the paths. Although if your solution is in one directory then you should be able to change it with no trouble. The link on the startpage may not work but you can browse to it.

ASP.NET solutions are a little different.