473,378 Members | 1,580 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Change Project name

Hi there,

An existing solution is used to create a new solution. It
is easy to change the names of individual forms and
modules. However, how to change the name of project
folder? Thanks in advance for your help.

Hugh

Nov 21 '05 #1
10 2133
The folder name is irrelevant. You can change that using Windows
Explorer. To change the name of the project you can right click on it.

Nov 21 '05 #2
Chris,

Thanks for your message. I knew it is irrelavant and I
could change using Windows Explorer. But whole solution
will not work if I change only project folder name.

Hugh
-----Original Message-----
The folder name is irrelevant. You can change that using WindowsExplorer. To change the name of the project you can right click on it.
.

Nov 21 '05 #3
"hugh" <an*******@discussions.microsoft.com> schrieb:
Thanks for your message. I knew it is irrelavant and I
could change using Windows Explorer. But whole solution
will not work if I change only project folder name.


Select the solution in solution explorer, press the F2 key and enter the new
name.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #4
Thank you, Herfried, for your help. The method you
metioned will enable to change "Solution name" not project
name. I have project under solution. Project name is
invisible in solution explorer window.

Hugh
-----Original Message-----
"hugh" <an*******@discussions.microsoft.com> schrieb:
Thanks for your message. I knew it is irrelavant and I
could change using Windows Explorer. But whole solution
will not work if I change only project folder name.
Select the solution in solution explorer, press the F2

key and enter the newname.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

.

Nov 21 '05 #5
In my IDE, I can change the 'Project' name and it is visible in the Solution
Explorer View.
On Selecting the Project name the property window shows the name of the
Project File.
And I can change the name from there.

May b u r missing something.
HTH
rawCoder

"Hugh" <an*******@discussions.microsoft.com> wrote in message
news:0a****************************@phx.gbl...
Thank you, Herfried, for your help. The method you
metioned will enable to change "Solution name" not project
name. I have project under solution. Project name is
invisible in solution explorer window.

Hugh
-----Original Message-----
"hugh" <an*******@discussions.microsoft.com> schrieb:
Thanks for your message. I knew it is irrelavant and I
could change using Windows Explorer. But whole solution
will not work if I change only project folder name.


Select the solution in solution explorer, press the F2

key and enter the new
name.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

.

Nov 21 '05 #6
I might not make it clear. The name in solution explorer
can be changed. However, folder name in the hard disk (or
in windows explorer) is not. How to I change the folder
name?

Hugh

-----Original Message-----
In my IDE, I can change the 'Project' name and it is visible in the SolutionExplorer View.
On Selecting the Project name the property window shows the name of theProject File.
And I can change the name from there.

May b u r missing something.
HTH
rawCoder

"Hugh" <an*******@discussions.microsoft.com> wrote in messagenews:0a****************************@phx.gbl...
Thank you, Herfried, for your help. The method you
metioned will enable to change "Solution name" not project name. I have project under solution. Project name is
invisible in solution explorer window.

Hugh
>-----Original Message-----
>"hugh" <an*******@discussions.microsoft.com> schrieb:
>> Thanks for your message. I knew it is irrelavant and I >> could change using Windows Explorer. But whole solution >> will not work if I change only project folder name.
>
>Select the solution in solution explorer, press the F2

key and enter the new
>name.
>
>--
> M S Herfried K. Wagner
>M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>
>.
>

.

Nov 21 '05 #7
"Hugh" <an*******@discussions.microsoft.com> schrieb:
I might not make it clear. The name in solution explorer
can be changed. However, folder name in the hard disk (or
in windows explorer) is not. How to I change the folder
name?


Close the project in VS.NET and change the folder's name in Windows
Explorer.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #8
Hi Herfried,
Thanks for your reply again. The solution will not be able
to find specified path when lauched if project (folder's
name) is changed outside of IDE.

Hugh

-----Original Message-----
"Hugh" <an*******@discussions.microsoft.com> schrieb:
I might not make it clear. The name in solution explorer
can be changed. However, folder name in the hard disk (or in windows explorer) is not. How to I change the folder
name?
Close the project in VS.NET and change the folder's name

in WindowsExplorer.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

.

Nov 21 '05 #9
Hugh, you must be talking about a web application, because a windows
applications do not hard code paths. It should allows you to change solution
name and directory. If it's a web application, open ***.sln file in notepad
and change the application path. You will need to change path in IIS too.
Fer

"Hugh" <an*******@discussions.microsoft.com> wrote in message
news:0c****************************@phx.gbl...
Hi Herfried,
Thanks for your reply again. The solution will not be able
to find specified path when lauched if project (folder's
name) is changed outside of IDE.

Hugh

-----Original Message-----
"Hugh" <an*******@discussions.microsoft.com> schrieb:
I might not make it clear. The name in solution explorer
can be changed. However, folder name in the hard disk (or in windows explorer) is not. How to I change the folder
name?


Close the project in VS.NET and change the folder's name

in Windows
Explorer.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

.

Nov 21 '05 #10
"Hugh" <an*******@discussions.microsoft.com> schrieb:
Thanks for your reply again. The solution will not be able
to find specified path when lauched if project (folder's
name) is changed outside of IDE.


You may want to re-add the project to the solution or edit the solution file
using notepad (don't forget to make a backup...).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: bobfromb | last post by:
I have a visual.net 7.0 project that generates a dll The problem is that I want to change the name of the project and hence the created dll I do not want to change the name of the dll after each...
1
by: ravinderthakur | last post by:
hi all, i have a project in msvc6 and i want to change the name of the project from existing to some new project. how can i do the same. what entries in the .dsp file i have to change to...
1
by: gan | last post by:
I created a ASP.NET web setup project with the project name "Setup". I noticed that this name will be used as the default Virtual Directory name during deployment. I'd like to know whether we...
2
by: Bennett Haselton | last post by:
When you create a C# Web Application project, you have to specify at project creation time the URL you want to publish the project to. Is there any way in the IDE to change the server that the...
2
by: | last post by:
I have just about finished my project and need to change the name of the ..exe file created by the Windows Installer to the real name. I was developing naming the solution and project MyProject,...
2
by: renu | last post by:
Hi, What options do I have after putting a month in on writing a program and so many functions in it and now I want to change the name of the project with their file names? Do I make the new...
7
by: Cirene | last post by:
How do I change an application to target the .NET 2.0 framework, NOT the ..NET 3 framework? I'm creating a winform app, but I would think it's the same method. The option to change doesn't...
2
by: bahnfire | last post by:
Hi, I am hoping that I finally have the right group :-) I am using Visual C++ Express 2008 and am trying to change the taskbar icon that I am using (notifyIcon1) as some state changes (button...
1
by: Rishabh Indianic | last post by:
Hi, I am used VS 2005 with c# for developing window mobile application. i want to change the name of my exe file different than project name. when i started to create application i give the name...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.