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. When adding refrences to other dll's......

When adding refrences to other dll's......

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 3 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.
  • K Offline
    K Offline
    kourvoisier
    wrote on last edited by
    #1

    When adding refrences to other dll's in my solution, i run into a problem. after editing, debugging, building(compiling) and saving the dll or reference when running code in the class that uses the dll or reference i keep getting popup that says this file has been modified do you want to use this file. But it doesnt use the updated reference which makes the code act funny. I am thinking the build order is wrong..... How do i resolve this issue... hope this all makes since. please let me know if you want me to explain something you dont understand Thanks in advance

    I D 2 Replies Last reply
    0
    • K kourvoisier

      When adding refrences to other dll's in my solution, i run into a problem. after editing, debugging, building(compiling) and saving the dll or reference when running code in the class that uses the dll or reference i keep getting popup that says this file has been modified do you want to use this file. But it doesnt use the updated reference which makes the code act funny. I am thinking the build order is wrong..... How do i resolve this issue... hope this all makes since. please let me know if you want me to explain something you dont understand Thanks in advance

      I Offline
      I Offline
      imsathy
      wrote on last edited by
      #2

      did u try this .... copy the build dll to ur current project bin folder and refer it in the app sathy -- modified at 4:26 Thursday 29th December, 2005

      1 Reply Last reply
      0
      • K kourvoisier

        When adding refrences to other dll's in my solution, i run into a problem. after editing, debugging, building(compiling) and saving the dll or reference when running code in the class that uses the dll or reference i keep getting popup that says this file has been modified do you want to use this file. But it doesnt use the updated reference which makes the code act funny. I am thinking the build order is wrong..... How do i resolve this issue... hope this all makes since. please let me know if you want me to explain something you dont understand Thanks in advance

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Better idea. Don't set a reference to the .DLL file itself. Set a reference to the .DLL PROJECT. When you compile the application, it'll use the latest build of the .DLL automatically. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        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