Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6959885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:19:54+00:00 2026-05-27T15:19:54+00:00

I currently have a program that i wrote that is divided up into 3

  • 0

I currently have a program that i wrote that is divided up into 3 separate solutions.

  1. Front end (all display related stuff)
  2. Parsers (multiple (39) projects that each create a dll to parse specific data)
  3. Globals (multiple (5) projects that each create a dll that is used by projects in the parsers solution, and by the front end).

Requirements –

  • Both the Front end and Parsers require the globals dlls to exist at compile time, and used at run time.
  • The Parsers dlls are loaded at run time using assembly.LoadReference.
  • Development is: C:\projects\myProg
  • deployed location is: C:\myProg

My problem is that I have been going back and forth with issues dealing with project dependencies, where to point to for my globals dlls. Do I point to the deployed location or the developement location, and if so, release or debug?

So I started looking up the different solution types, and I’m wondering if I should set up a partitioned solution, or a multi-solution for my particular situation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:19:54+00:00Added an answer on May 27, 2026 at 3:19 pm

    Add all the projects to a single solution.

    Change any references between projects into “project references” rather than direct references to dll files. This will fix a lot of dependency issues.

    If you have any “library” files that are not changed often, then you can optionally move them into a separate solution. The output of this should be “prebuilt” release dlls that you can then reference from a standard location in your main solution (the best way to do this is to add a post build step that copies the output to your development “library binaries” folder. That way, the build process is not changed, you simply add an extra step to get the files where you need them, and you remain in full control of the build process). This works well, but is a pain if you need to change these prebuilt dlls often, so it’s best only used for fairly static parts of your codebase.

    Finally, consider merging many of your projects into a single project/assembly. The killer on build times is not the amount of code, it’s the number of assemblies – on my PC every project adds a pretty constant 3 seconds to the build time, so by merging small projects I’ve saved quite a bit of build time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an app that currently installs itself into 'program files\our app', and it
Currently i have a program that loads binary data into a stringstream and then
Currently, I have a program that reads a file and uses an XMLTextWriter to
I currently have a multi-threaded program that crawls websites and writes their text to
I have a C# program that retrieves multiple rows from a DB but currently
I have a possibly long running program that currently has 4 processes, but could
I currently have a small Java program which I would like to run both
Say I have a command line C program which is currently executing, and I
I have a cd , dvd. book media program. Currently, i am trying to
I currently have an MS Access application that connects to a PostgreSQL database via

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.