473,406 Members | 2,894 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,406 software developers and data experts.

How to change a VB solution/project name?

I made a copy of an existing VB.NET project to a new folder and would like
to change the solution name to something else to avoid confusion.
What is the best way to do this so that I won't run into referencing
problem?

Thanks

Bill
Jan 9 '06 #1
4 26896
Hi Bill,

You have to use the Solution Explorer, select the solution node and
right-click rename. If you have not renamed the project there is no need to
change the default namespace, output assembly and so on.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com

"Bill nguyen" <bi*****************@jaco.com> escribió en el mensaje
news:%2****************@tk2msftngp13.phx.gbl...
I made a copy of an existing VB.NET project to a new folder and would like
to change the solution name to something else to avoid confusion.
What is the best way to do this so that I won't run into referencing
problem?

Thanks

Bill

Jan 9 '06 #2
Carlos;

Thanks for the tip. I tried it, and it seemed to work. However, when I build
the executable, it still compiled under the oldname OLDPROJECT.EXE. I want
it to be NEWPROEJCT.EXE instead.

Thanks

Bill

"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:er*************@TK2MSFTNGP15.phx.gbl...
Hi Bill,

You have to use the Solution Explorer, select the solution node and
right-click rename. If you have not renamed the project there is no need
to change the default namespace, output assembly and so on.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com

"Bill nguyen" <bi*****************@jaco.com> escribió en el mensaje
news:%2****************@tk2msftngp13.phx.gbl...
I made a copy of an existing VB.NET project to a new folder and would like
to change the solution name to something else to avoid confusion.
What is the best way to do this so that I won't run into referencing
problem?

Thanks

Bill


Jan 10 '06 #3
Hi Bill

From your original post I understood that you only moved a project from a
folder to another (without renaming the project) and that you wanted to
rename the solution. Anyway, if you can rename solutions and projects in the
Solution Explorer and I told you. If you want to change the output file
name, right-click the project in the Solution Explorer to open the Property
Pages, select Common Properties, General node and change the "Assembly
name", and surely the "Root namespace" too.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com
"Bill Nguyen" <bi*****************@jaco.com> escribió en el mensaje
news:e6**************@TK2MSFTNGP12.phx.gbl...
Carlos;

Thanks for the tip. I tried it, and it seemed to work. However, when I
build the executable, it still compiled under the oldname OLDPROJECT.EXE.
I want it to be NEWPROEJCT.EXE instead.

Thanks

Bill

Jan 10 '06 #4
Carlos;
Thanks for your help.
Bill
"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:uh**************@TK2MSFTNGP11.phx.gbl...
Hi Bill

From your original post I understood that you only moved a project from a
folder to another (without renaming the project) and that you wanted to
rename the solution. Anyway, if you can rename solutions and projects in
the Solution Explorer and I told you. If you want to change the output
file name, right-click the project in the Solution Explorer to open the
Property Pages, select Common Properties, General node and change the
"Assembly name", and surely the "Root namespace" too.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com
"Bill Nguyen" <bi*****************@jaco.com> escribió en el mensaje
news:e6**************@TK2MSFTNGP12.phx.gbl...
Carlos;

Thanks for the tip. I tried it, and it seemed to work. However, when I
build the executable, it still compiled under the oldname OLDPROJECT.EXE.
I want it to be NEWPROEJCT.EXE instead.

Thanks

Bill


Jan 10 '06 #5

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...
0
by: Chris | last post by:
The scenario: I am repurposing an existing application for "Project A" on my dev PC with the solution and project name "web_application" (as an example). I just joined a new project, Project B,...
10
by: Hugh | last post by:
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...
0
by: Tom | last post by:
I am not sure if this should be under the SourceSafe or the VB.NET forum, so I will post to both and hope someone has the answer: I have a VB.NET project stored under SourceSafe - Let's say the...
2
by: Emby | last post by:
I have a VB.NET project in which I want the EXE name to be different from the VB Project (assembly) name. But I don't see where in the project properties one can specify the target output name....
1
by: j_mmtz | last post by:
Hi, i need to change the internal name of an application VB Net in visual studio 2005, but i can't find this option if it exists, please can somebody help me?. thanks.
2
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
I made a typo on a Project name (e.g. Wong, instead of Wang). Later on I renamed the Soution, Project, WebForm., etc, except the file folder name, back to Wang. Then after I closed the VS.net and...
1
by: kenneth6 | last post by:
I have created a MFC app project in MSVC++ 2005. When I created the project, the project name I chose was "abc", so now the program title is called untitled - abc. However, now I want to change my...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.