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 7594825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:31:05+00:00 2026-05-30T21:31:05+00:00

In a way I am looking for best-practice here. I have a common project

  • 0

In a way I am looking for best-practice here.

I have a common project that is shared by many of my apps. This project has FlurryAnaylics and the ATMHud DLLs as references.

If I do not also reference these DLLs in the main project, the apps will often, but not always, fail in the debug-to-device test. In the debug-to-simulator I don’t need to add these DLLs to the main project.

So, the question is: Do I have to include references to DLLs in the main project that I have in sub projects all the time?

  • 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-30T21:31:06+00:00Added an answer on May 30, 2026 at 9:31 pm

    Whenever possible I use references to project files (csproj files) over references to assemblies (.dll). It makes a lot of things easier, like:

    • code navigation (IDE);
    • automatic build dependency (the source code you’re reading is the one you’re building, not something potentially out-of-sync);
    • source-level debugging (even if you can have it without it, you’re sure to be in-sync);
    • (easier) switch between Debug|Release|… configurations;
    • changing defines (or any project-level option);

    E.g.

    Solution1.sln

    • Project1a.csproj
    • MonoTouch.Dialog.csproj (link to ../Common/MonoTouch.Dialog.csproj)

    Solution2.sln

    • Project2a.csproj
    • MonoTouch.Dialog.csproj (link to ../Common/MonoTouch.Dialog.csproj)

    Common.sln

    • MonoTouch.Dialog.csproj

    Large solutions might suffer a bit from doing this (build performance, searching across files…). The larger they get the less likely everyone has to know about every part of it. So there’s a diminished return on the advantages while the inconvenience grows with each project being added.

    E.g. I would not want to have references to every framework assemblies inside Mono (but personally I could live with all the SDK assemblies of MonoTouch 😉

    Note: Working with assemblies references should not cause you random errors while debugging on device. If you can create such a test case please fill a bug report 🙂

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

Sidebar

Related Questions

Looking for the best way to set-up an iPhone project in XCode ... namely:
I'm looking for the best way to tell if an <mx:Image> has already fired
I'm looking for a best way to implement common Windows keyboard shortcuts (for example
I am looking for the best way to check that a database login exists
Looking for advice (perhaps best practice). We have a MS Word document (Office 2007)
I'm looking for an idea of best practices here. I have a web based
I'm looking for a best practice solution that aims to reduce the amount of
Looking for best practice here. We deal with SSL connection at our load balancer
I'm looking for the best way to log errors in an ASP.NET application. I
I'm looking for the best way to take a simple input: echo -n Enter

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.