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. Asp.net missing an assembly reference

Asp.net missing an assembly reference

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdesignsecurityquestion
9 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.
  • M Offline
    M Offline
    mahichandu
    wrote on last edited by
    #1

    these are not finding in my webpage..i am trying to add System.web.dll..i couldn't see that name... i checked by rightclicking project and add reference..there also i din't find tht assembly.. using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; The type or namespace name 'Security' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) can anyone answer???

    A M 2 Replies Last reply
    0
    • M mahichandu

      these are not finding in my webpage..i am trying to add System.web.dll..i couldn't see that name... i checked by rightclicking project and add reference..there also i din't find tht assembly.. using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; The type or namespace name 'Security' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) can anyone answer???

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      System.Security[^] is a seperate assembly which you need to add.

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      A 1 Reply Last reply
      0
      • M mahichandu

        these are not finding in my webpage..i am trying to add System.web.dll..i couldn't see that name... i checked by rightclicking project and add reference..there also i din't find tht assembly.. using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; The type or namespace name 'Security' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) can anyone answer???

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        Add System.Web.dll from Add References . You will find the dll at the Framework Directory. If your .NET 2.0 installed in C:\Windows\Microsoft.NET\Framework\ add that dll, then try :)

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

        M 1 Reply Last reply
        0
        • A Abhijit Jana

          Add System.Web.dll from Add References . You will find the dll at the Framework Directory. If your .NET 2.0 installed in C:\Windows\Microsoft.NET\Framework\ add that dll, then try :)

          cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

          M Offline
          M Offline
          mahichandu
          wrote on last edited by
          #4

          hey i can find System.Web.dll in C:\Windows\Microsoft.NET\Framework\..how to add to my project..i have to copy tht dll file and paste it somewhere in my project..

          C M 2 Replies Last reply
          0
          • M mahichandu

            hey i can find System.Web.dll in C:\Windows\Microsoft.NET\Framework\..how to add to my project..i have to copy tht dll file and paste it somewhere in my project..

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #5

            mahichandu wrote:

            hey i can find System.Web.dll in C:\Windows\Microsoft.NET\Framework\..how to add to my project..

            In your project. Right click and select "Add Reference..." A dialog will pop up (usually after some seconds - It is quite slow at starting) In the .NET tab look in the list for System.Web or System.Security (what ever you are trying to add) and hit Okay.

            Man who stand on hill with mouth open wait long time for roast duck to drop in

            1 Reply Last reply
            0
            • M mahichandu

              hey i can find System.Web.dll in C:\Windows\Microsoft.NET\Framework\..how to add to my project..i have to copy tht dll file and paste it somewhere in my project..

              M Offline
              M Offline
              mahichandu
              wrote on last edited by
              #6

              hey i found the way to add ..thnx

              modified on Thursday, June 11, 2009 12:39 PM

              1 Reply Last reply
              0
              • M Manas Bhardwaj

                System.Security[^] is a seperate assembly which you need to add.

                Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

                A Offline
                A Offline
                Abhijit Jana
                wrote on last edited by
                #7

                Manas, how does System.Security will add the namespace System.Web.Security??

                cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

                M 1 Reply Last reply
                0
                • A Abhijit Jana

                  Manas, how does System.Security will add the namespace System.Web.Security??

                  cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

                  M Offline
                  M Offline
                  Manas Bhardwaj
                  wrote on last edited by
                  #8

                  Belive me I wasn't drinking while posting this. ;) Somehow, only read Security and came to conclusion. My ignorance. :(

                  Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

                  A 1 Reply Last reply
                  0
                  • M Manas Bhardwaj

                    Belive me I wasn't drinking while posting this. ;) Somehow, only read Security and came to conclusion. My ignorance. :(

                    Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

                    A Offline
                    A Offline
                    Abhijit Jana
                    wrote on last edited by
                    #9

                    Manas Bhardwaj wrote:

                    Belive me I wasn't drinking while posting this.

                    :beer: :)

                    cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

                    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