How to add the reference system.web.dll ?

Dineshkumar.S 456 Reputation points
2023-01-24T11:31:25.1666667+00:00

I am unable add the reference to system.web.dll ? can anyone suggest me to add this reference. Thanks in advance

Developer technologies | Windows Forms
Developer technologies | .NET | Other
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Reza Aghaei 4,996 Reputation points Volunteer Moderator
    2023-01-24T12:25:05.2566667+00:00

    Assuming you are using a .NET Framework project:

    1. Right click on the project, Add > Reference ...
    2. Then in the modal, choose Assemblies, Framework and search for System.Web, and check it, and click on OK.

    Here is reference manager window:

    User's image


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.