How to add the reference system.web.dll ?

Dineshkumar.S 451 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

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,858 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,482 questions
C#
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.
10,423 questions
0 comments No comments
{count} votes

Accepted answer
  1. Reza Aghaei 4,936 Reputation points MVP
    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