how to change namespace of entire project?

前端 未结 11 672
梦如初夏
梦如初夏 2020-12-22 22:30

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

11条回答
  •  轮回少年
    2020-12-22 22:58

    In asp.net is more to do, to get completely running under another namespace.

    • Copy your source folder and rename it to your new project name.
    • Open it and Replace all by Ctrl + H and be sure to include all Replace everything
    • Press F2 on your Projectname and rename it to your new project name
    • go to your project properties and adjust it, coz everything has gone and you need to make a new Debug Profile Profile to Create
    • All dependencies have now an exclamation mark - restart visual studio
    • Clean your solution and Run it and it should work :)

提交回复
热议问题