![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I wonder if anyone has run into this yet. Say you have a solution with 18 projects in it. Do you create a Test Project for each of the original 18 application projects and end up with 36 projects in the solution? Is that too many Projects in a Solution cluttering up the Solution Explorer? Are they any other strategies possible? |
#3
| |||
| |||
|
|
This has been a problem in VS2003 and VS2005 due to different factors. What errors are you getting? -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net "geogruven" <geogruven (AT) discussions (DOT) microsoft.com> wrote in message news:20D9F947-8488-487A-AC3D-711682C42909 (AT) microsoft (DOT) com: I wonder if anyone has run into this yet. Say you have a solution with 18 projects in it. Do you create a Test Project for each of the original 18 application projects and end up with 36 projects in the solution? Is that too many Projects in a Solution cluttering up the Solution Explorer? Are they any other strategies possible? |
#4
| |||
| |||
|
|
Not getting any errors... was looking for a voice of experience. Am using VS.NET 2005 with built-in Testing Tools. (Developer Version) In trying to sell Unit Testing on my current project, one of the engineers on the team pointed out that with 18 projects already in the solution, adding testing projects will inflate the solution with potentially another 18 projects if we use a one to one mappings of Unit Test Project to Test Target Project. Of course, when you create new unit tests, you can choose where to create them. The choices include existing projects as well as new projects. So, we can organize all the Unit Tests into one project if desired, but that seems cumbersome. Seems to me that the tool works fine with lots of flexibility with where you add unit tests however, I thought I'd check with the community for suggestions as to a best practice when adding Unit Tests to Solutions that already have a lot of projects. "Bryan Phillips" wrote: This has been a problem in VS2003 and VS2005 due to different factors. What errors are you getting? -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net "geogruven" <geogruven (AT) discussions (DOT) microsoft.com> wrote in message news:20D9F947-8488-487A-AC3D-711682C42909 (AT) microsoft (DOT) com: I wonder if anyone has run into this yet. Say you have a solution with 18 projects in it. Do you create a Test Project for each of the original 18 application projects and end up with 36 projects in the solution? Is that too many Projects in a Solution cluttering up the Solution Explorer? Are they any other strategies possible? |
#5
| |||
| |||
|
|
The main problem with many projects in a single solution has been the Intellisense engine locking the compiled assemblies so that subsequent builds fail because the .Net compilers cannot write to the locked DLLs. The problem first occurred in VS2003 and to a lesser extent on VS2005. I have not seen this occur on VS2008 yet which I have been using for more than 6 months. -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net "geogruven" <geogruven (AT) discussions (DOT) microsoft.com> wrote in message news:0F973E84-A31C-461C-9371-42949DF1E4A7 (AT) microsoft (DOT) com: Not getting any errors... was looking for a voice of experience. Am using VS.NET 2005 with built-in Testing Tools. (Developer Version) In trying to sell Unit Testing on my current project, one of the engineers on the team pointed out that with 18 projects already in the solution, adding testing projects will inflate the solution with potentially another 18 projects if we use a one to one mappings of Unit Test Project to Test Target Project. Of course, when you create new unit tests, you can choose where to create them. The choices include existing projects as well as new projects. So, we can organize all the Unit Tests into one project if desired, but that seems cumbersome. Seems to me that the tool works fine with lots of flexibility with where you add unit tests however, I thought I'd check with the community for suggestions as to a best practice when adding Unit Tests to Solutions that already have a lot of projects. "Bryan Phillips" wrote: This has been a problem in VS2003 and VS2005 due to different factors. What errors are you getting? -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net "geogruven" <geogruven (AT) discussions (DOT) microsoft.com> wrote in message news:20D9F947-8488-487A-AC3D-711682C42909 (AT) microsoft (DOT) com: I wonder if anyone has run into this yet. Say you have a solution with 18 projects in it. Do you create a Test Project for each of the original 18 application projects and end up with 36 projects in the solution? Is that too many Projects in a Solution cluttering up the Solution Explorer? Are they any other strategies possible? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |