Forum Moderators: open

Message Too Old, No Replies

VS.NET Solutions

Is it necessary to create all projects within a solution?

         

BigHit

1:26 pm on Jun 29, 2004 (gmt 0)

10+ Year Member



Hi there :)

I've had some reasonable experience with ASP.NET, but theres one thing which I've never been sure of or understood....

When using VS.NET 2003 is necessary to create a blank solution and then create all my web projects within that solution? If so, why? And if not, what is the solution there for?

Many thanks :)

korkus2000

5:08 pm on Jun 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The solution is a visual studio file that groups projects. If you wanted to build several projects at the sametime because of inheritence. You don't have to have all projects in one solution. I don't think you want to do that unless they are all in the same application.