How Can I Change the Rename my Project File and Class files in a smooth way with Visual Studio?

Viewed 11873

I am finally done with my ASP.NET Webapplicaton and my solution contains three projects: the webapplication itself, WCF and Classlibrary. But I would like to refactor it to change class names, project names, etc. How can I do this in a smooth way so everything doesn't get messed up, like namespaces etc. I also have Resharper but I'm new to that.

When I renamed my Project file and .csproj etc I still have problems with namespaces the new namespace is not working it asks for the old one.

Thanks in advance!

2 Answers
Related