Hi,
Not exactly related to VS SDK, but don't know where else to post, looking for thoughts from people with a deep understanding of the VS IDE.
Over the past few years of developing with VS, each time I add a new c# project, VS seems to get a little slower to do things, to the point that it sometimes takes 5 mins to just load a form in designer mode in the IDE when I have over 100 C# projects in my system.
It only takes me a couple of months of full time development to get to 100 projects (99 projects compile to individual DLLs that contain 3 or 4 Winforms typically, one project contains the main exe) and then the whole thing runs like a dog.
One of the projects is also a used by all other projects as having the base classes for all the forms and controls in the system.
Would really love to finish the VS SDK integration and launch the framework that sits behind it commercially.
I would like to know if it means we have to add some facility for projects to be switched in and out of the solution (automatically replace references etc) due to this shortcoming
Regards
Andrew McGrath