c# - How to stop visual studio 2013 hanging when loading a solution with a project from another solution -


the problem thus. every time open specific solution in visual studio hangs forever, annoying visual studio busy popup. way load starting visual studio in safemode or deleting v12.suo file before opening solution.

once it's hung projects marked (initializing) apart 1 project (loading). project different solution , different place in tfs tree. if unload shared project vs loads solution fine, think problem tfs, can deal project in multiple solutions?

thanks

you should remove shared solution , instead share discreet components nuget packages.

i have solution & project each of shared groups... there relationship between css, images, , javascript... , package each 1 nuget package. add automated release pipeline , can have checkin->dependancy in short order.

i use vsts , have build creates nuget package bits need , use release management tools control visibility , quality of package. it's easy have packages deployed nuget repository (i use vsts) , let of internal projects take dependancy on them.

this have added bonus of increasing quality , knowledge of dependancies , interfaces in devs. let them have dumping ground , use one.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -