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#
0 comments No comments
{count} votes

Accepted answer
  1. Reza Aghaei 4,986 Reputation points MVP 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 Answers by the question author, which helps users to know the answer solved the author's problem.