c# - Visual Studio 2010 hangs after renaming projects in large solution -


i have 1 large solution (about 100 c# projects , 20 c++ projects) in vs2010 + resharper.

well known steps c# project renaming :

  1. rename project via project explorer.
  2. open project properties (right click) -> rename "assembly name" , "default namespace"
  3. open assembly info file -> rename neseccary properties in file
  4. remove renamed projects solution
  5. rename projects directiories on file system
  6. load renamed projects

after performing these steps c# projects (for example renamed 10 projects), visual studio 2010 hangs. work solution becomes impossible. occurs on machine when try open solution.

the goal rename projects. example, every project's name pattern : xxx.yyy.zzz , want rename them according new pattern : yyy.zzz.

with more 100 projects in 2 different languages normal vs2010 freeze.i have 45 projects , changing class name freezes vs noticeable amount of time. though tedious switched find , replace,basic doesn't freeze vs..there no other go. have deal it. btw vs needs huge database maintaining c++ references , parsing information.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -