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. DLL????

DLL????

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
10 Posts 8 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
    kiranp2softech
    wrote on last edited by
    #1

    Hi friends, How to create a dll file in asp.net2.0

    S M N D U 5 Replies Last reply
    0
    • K kiranp2softech

      Hi friends, How to create a dll file in asp.net2.0

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      you cannot create dll in asp.net. Use the Class Libary option on opening new project.

      Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus

      N 1 Reply Last reply
      0
      • K kiranp2softech

        Hi friends, How to create a dll file in asp.net2.0

        M Offline
        M Offline
        Michael Sync
        wrote on last edited by
        #3

        Class Library Project Template in VS?

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

        1 Reply Last reply
        0
        • K kiranp2softech

          Hi friends, How to create a dll file in asp.net2.0

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          kiranp2softech wrote:

          How to create a dll file in asp.net2.0

          Use PublishWebsite option


          My Website | Ask smart questions

          1 Reply Last reply
          0
          • S Sathesh Sakthivel

            you cannot create dll in asp.net. Use the Class Libary option on opening new project.

            Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            Satips wrote:

            you cannot create dll in asp.net.

            WHY ????


            My Website | Ask smart questions

            D S 2 Replies Last reply
            0
            • K kiranp2softech

              Hi friends, How to create a dll file in asp.net2.0

              D Offline
              D Offline
              DarrollWalsh
              wrote on last edited by
              #6

              If it isn't already migrate your asp.net site to a web application (at least that is where I have done it). Then File -> add -> new Project. Chose C# class library. Once that is added you can add it as a reference. This way you can put a bunch of your logic into a DLL and take advantage of its reuse.

              Darroll

              1 Reply Last reply
              0
              • N N a v a n e e t h

                Satips wrote:

                you cannot create dll in asp.net.

                WHY ????


                My Website | Ask smart questions

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

                Because ASP.NET 2.0 is not a language. It's a framework for creating web pages.

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

                P 1 Reply Last reply
                0
                • K kiranp2softech

                  Hi friends, How to create a dll file in asp.net2.0

                  U Offline
                  U Offline
                  Urs Enzler
                  wrote on last edited by
                  #8

                  Depends on what you want to do: - build a ddl for your web application --> use web application instead of web site (the dll will be built into /bin folder) - add a ddl to your web application --> use web application and add class library Happy Programming Urs

                  -^-^-^-^-^- no risk no funk

                  1 Reply Last reply
                  0
                  • N N a v a n e e t h

                    Satips wrote:

                    you cannot create dll in asp.net.

                    WHY ????


                    My Website | Ask smart questions

                    S Offline
                    S Offline
                    Sathesh Sakthivel
                    wrote on last edited by
                    #9

                    As Dave said it is not a Language, it is a Framework for creating the Applications. So we cannot create dll in asp.net. Sorry for the delay in the answer, since it is a holiday, just now, i signed in to check so i am replying you now.

                    Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus

                    1 Reply Last reply
                    0
                    • D Dave Kreskowiak

                      Because ASP.NET 2.0 is not a language. It's a framework for creating web pages.

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

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

                      The OP asked this same question earlier and was given the same answers again :rolleyes:

                      "Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

                      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