在Visual Studio 2008的最佳方式重命名项目
问题描述:
我试图重命名VS一个项目时,总是找我麻烦的自我有很多命名空间或引用错误的。
I always find my self in trouble with a lot of namespace or reference errors when trying to rename a project in VS.
这是我要做的事:我单击项目,然后按F2重命名它。
This is how I do it: I click on the project and press F2 and rename it.
做你们遵循什么程序?
我用在Eclipse中工作,在那里我没有问题。也许这是容易VS过,这就是我。
I used to work in Eclipse, and there I don't have the problems. Maybe it's easy in VS too and it's just me.
答
重命名大会不应该是一个问题,除非你有外部项目取决于它。在同一个解决方案,将继续正常工作。
Renaming the assembly should not be an issue, unless you have external projects depending on it. Within the same solution, it will carry on working correctly.