Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Rebuild error for finally added project

Rebuild error for finally added project

Scheduled Pinned Locked Moved C#
helpcsharpjsonquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    engsrini
    wrote on last edited by
    #1

    Hi, I have .net(2003) soultion file which contains almost 120 Projects(dlls) including commonlib project (which contains common data to rest of projects). All the projects will have the Project reference to commonlib project. Whenever i add new project to the solution and rebuild the whole soultion, The finally added project gives out the commonlib dependency error. When i remove the CommonLib project reference and Again give it back, rebuild it to the finally added project, it is rebuilding fine. Can you help me out to find, why this is happened? or any solution to solve this issue? Thanks Srini

    S 1 Reply Last reply
    0
    • E engsrini

      Hi, I have .net(2003) soultion file which contains almost 120 Projects(dlls) including commonlib project (which contains common data to rest of projects). All the projects will have the Project reference to commonlib project. Whenever i add new project to the solution and rebuild the whole soultion, The finally added project gives out the commonlib dependency error. When i remove the CommonLib project reference and Again give it back, rebuild it to the finally added project, it is rebuilding fine. Can you help me out to find, why this is happened? or any solution to solve this issue? Thanks Srini

      S Offline
      S Offline
      snorkie
      wrote on last edited by
      #2

      I had a similar issue on my references to other projects in my solutions... I used to click on add Reference and use the Browse tab to go to the physical file and make my reference that way. A better way is to click on add Reference and go to the projects tab. Select the project that you want to reference/depend on. This will make sure that it is built before the new one and references it correctly. If this isn't what you are doing, then I'm not sure. Hope this helps! Hogan

      E 1 Reply Last reply
      0
      • S snorkie

        I had a similar issue on my references to other projects in my solutions... I used to click on add Reference and use the Browse tab to go to the physical file and make my reference that way. A better way is to click on add Reference and go to the projects tab. Select the project that you want to reference/depend on. This will make sure that it is built before the new one and references it correctly. If this isn't what you are doing, then I'm not sure. Hope this helps! Hogan

        E Offline
        E Offline
        engsrini
        wrote on last edited by
        #3

        Hi hogan, i already made all the references as Project refernce instead dll reference, still im facing this issue. Thanks Srini

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups