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. how to add reference to dll in asp project

how to add reference to dll in asp project

Scheduled Pinned Locked Moved C#
helpquestiontutorial
5 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.
  • U Offline
    U Offline
    User 9021337
    wrote on last edited by
    #1

    how to add reference to dll in asp project?i download website from ftp accoutn which doesnot conatains the neackend files no solution no projects files so i decompiled the dll to get teh backend files now i made changes in backend files n when i m runninf it shows dll is missing ,dere is no solution no project file how can i compile the pages............its showing error dll Error 91 The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?) Plz help

    L B 2 Replies Last reply
    0
    • U User 9021337

      how to add reference to dll in asp project?i download website from ftp accoutn which doesnot conatains the neackend files no solution no projects files so i decompiled the dll to get teh backend files now i made changes in backend files n when i m runninf it shows dll is missing ,dere is no solution no project file how can i compile the pages............its showing error dll Error 91 The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?) Plz help

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Member 9066025 wrote:

      The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

      You have a reference to an object in your code that is not known by the compiler. Add the correct using clause to your source module, probably this one[^], although without seeing your source that is a pure guess.

      One of these days I'm going to think of a really clever signature.

      U 1 Reply Last reply
      0
      • L Lost User

        Member 9066025 wrote:

        The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

        You have a reference to an object in your code that is not known by the compiler. Add the correct using clause to your source module, probably this one[^], although without seeing your source that is a pure guess.

        One of these days I'm going to think of a really clever signature.

        U Offline
        U Offline
        User 9021337
        wrote on last edited by
        #3

        i didnt not understand ur solution can u explain how to do that

        L 1 Reply Last reply
        0
        • U User 9021337

          i didnt not understand ur solution can u explain how to do that

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          What more is there to say; make sure the project references include the classes you are trying to use, and make sure your source code includes the correct using statements for those classes or namespaces. If this does not make sense to you then I suggest you consult the documentation[^] on this and other basics of C#.

          One of these days I'm going to think of a really clever signature.

          1 Reply Last reply
          0
          • U User 9021337

            how to add reference to dll in asp project?i download website from ftp accoutn which doesnot conatains the neackend files no solution no projects files so i decompiled the dll to get teh backend files now i made changes in backend files n when i m runninf it shows dll is missing ,dere is no solution no project file how can i compile the pages............its showing error dll Error 91 The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?) Plz help

            B Offline
            B Offline
            BobJanova
            wrote on last edited by
            #5

            For the love of all that is holy learn to write English and actually type the words you are trying to write correctly.

            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