I\'m modifying demo application from this article: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
I need to update all files to use my namespace, for example
I know its quite late but for anyone looking to do it from now on, I hope this answer proves of some help. If you have CodeRush Express
(free version, and a 'must have') installed, it offers a simple way to change a project wide namespace. You just place your cursor on the namespace that you want to change and it shall display a smart tag
(a little blue box) underneath namespace
string. You can either click that box or press Ctrl + keys to see the Rename
option. Select it and then type in the new name for the project wide namespace, click Apply
and select what places in your project you'd want it to change, in the new dialog and OK
it. Done! :-)