Results 1 to 5 of 5

Thread: Solution vs. Project

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    7

    Solution vs. Project

    What's the difference between a Solution and a Project in .NET? FWIU, a solution could contain more than one project, like a project group, which may also be of different .NET languages. I need a confirmation of my belief in the form of some commentary from the documentation or some other URL or from you guys who know.

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Well that is basically it. One solution can be made up of multiple projects. Like for example if you want to put some functions for a solution into a DLL, you'd have your winapp project and you library project, and together they form the solution.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    7
    Thanks for the clarification. Is it also true that the Solution could also contain projects from different .NET languages?

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Originally posted by Techno Learner
    Thanks for the clarification. Is it also true that the Solution could also contain projects from different .NET languages?
    Yes.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    7
    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width