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. Web Development
  3. ASP.NET
  4. how to make Dll

how to make Dll

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
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.
  • N Offline
    N Offline
    netJP12L
    wrote on last edited by
    #1

    Hi fellows, I built a simple custom calendar control on my Web Application. Now how can i build a dll file so i don't have to carry the source code file from one project to another project. Can someone show me step by step or any link. Thanks

    N M 2 Replies Last reply
    0
    • N netJP12L

      Hi fellows, I built a simple custom calendar control on my Web Application. Now how can i build a dll file so i don't have to carry the source code file from one project to another project. Can someone show me step by step or any link. Thanks

      N Offline
      N Offline
      Neo_Shehpar
      wrote on last edited by
      #2

      when you build the project, a dll of your project name will be automatically created in bin/debug folder. you have to copy the dll from this directory and add it to the bin of your other project. then in VS.net , right click on project and add reference, then browse and go to the location where you copied the dll. now add it, in toolbox menu you will get a control of you specified project/class name.

      1 Reply Last reply
      0
      • N netJP12L

        Hi fellows, I built a simple custom calendar control on my Web Application. Now how can i build a dll file so i don't have to carry the source code file from one project to another project. Can someone show me step by step or any link. Thanks

        M Offline
        M Offline
        MinhajuddinK
        wrote on last edited by
        #3

        You can just compile the .cs file by selecting the target as a library and it will be compiled to a .dll This is done in Command Prompt. c:\> csc /t:library hello.cs You don't have to be AFRAID!

        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