asp.net 1.1 project won't update dll's

Last post 05-05-2009 2:09 AM by Thomas Sun – MSFT. 3 replies.

Sort Posts:

  • asp.net 1.1 project won't update dll's

    04-28-2009, 3:23 PM
    • Member
      185 point Member
    • paullySC
    • Member since 02-08-2006, 9:13 PM
    • Posts 49

     I have a solution containing multiple projects.  I added a refence to each object in the main project but the bin folder never updates with the new dll's. I can see the new dll's in the debug/obj path and the properties for the references are set correctly including copy local = true. Does anyone know how to fix this?

  • Re: asp.net 1.1 project won't update dll's

    04-28-2009, 3:38 PM
    • Contributor
      5,837 point Contributor
    • b471code3
    • Member since 02-27-2007, 5:44 PM
    • SE Minnesota
    • Posts 1,173

    The other projects are probably not being built when the first one is.  Try this, highlight your solution, click Build (main menu bar)>Configuration Manager.  When you build one you want to build another right?  If so, check the boxes.

    Then check the project dependancies.  Click Project>Project Dependancies and double check they are set right.  You can also click on the Build Order sheet to see if it builds them correctly.  If all else fails, move the dlls to another folder, and click Rebuild, this should recreate them for you.

    View Brenden Kehren's LinkedIn profileView my profile
    Remember to mark as answer if this post answered your question or solved your problem.
  • Re: asp.net 1.1 project won't update dll's

    04-28-2009, 3:52 PM
    • Member
      185 point Member
    • paullySC
    • Member since 02-08-2006, 9:13 PM
    • Posts 49

     Thanks for the reply. All of things you suggested are configured correctly. It rebuilds the dlls and they are refreshed in the obj/debug folder. The problem is they are never copied to any of the bin folders. This seems kind of weird.

  • Re: asp.net 1.1 project won't update dll's

    05-05-2009, 2:09 AM
    Answer

    Hi,

    Firstly, please make sure that the project is built and the dependence relationship is right.

    Did we get any warning in Visual Studio Output window? Please make sure the old dll is not using.

    You also can use post-build event to copy the dll (http://geekswithblogs.net/dchestnutt/archive/2006/05/30/80113.aspx).

     

    I look forward to receiving your test results.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
Page 1 of 1 (4 items)