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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Merge dll files into one dll file

Merge dll files into one dll file

Scheduled Pinned Locked Moved C#
question
4 Posts 4 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.
  • S Offline
    S Offline
    Sami Sammour
    wrote on last edited by
    #1

    Hi.. This is very urgent.. I have three dll files which I want to make them one dll file. Is that possible? And if so, how? Thanks in advance.

    D P G 3 Replies Last reply
    0
    • S Sami Sammour

      Hi.. This is very urgent.. I have three dll files which I want to make them one dll file. Is that possible? And if so, how? Thanks in advance.

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

      That depends on the type of .DLL files. If they are normal library or COM-based .DLL's, there's no way to do it. If they are .NET .DLL's, then you can use ILMerge[^] to combine them. And noone cares if the question is urgent or not. Since you're not paying for any support and we're all volunteers here, the urgency of your question has no bearing on the speed of our answers.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      • S Sami Sammour

        Hi.. This is very urgent.. I have three dll files which I want to make them one dll file. Is that possible? And if so, how? Thanks in advance.

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        blackangelss wrote:

        This is very urgent..

        Please refrain from using phrases like this in your post. Makes people less likely to help.

        "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

        1 Reply Last reply
        0
        • S Sami Sammour

          Hi.. This is very urgent.. I have three dll files which I want to make them one dll file. Is that possible? And if so, how? Thanks in advance.

          G Offline
          G Offline
          Giorgi Dalakishvili
          wrote on last edited by
          #4

          Here: .NETZ[^]

          Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^]

          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