Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to rename a solution in C# ?

Status
Not open for further replies.

yfbf

Programmer
Oct 2, 2004
24
BE
I create a little framework frame.sln.
I would like to rename it with another solution name ( framework1.sln)
 
Change the filename in the solution properties.
You will most likely have to change the namespace of each control in that solution

namespace frame
change to
namespace framework1

This should solve your problems
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top