Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30002: Type 'HtmlWeb' is not defined.

Source Error:


Line 17:     Private Sub GetMetaTagValues(url As String)
Line 18:         'Get Meta Tags
Line 19:         Dim webGet = New HtmlWeb()
Line 20:         Dim document = webGet.Load(url)
Line 21:         Dim metaTags = document.DocumentNode.SelectNodes("//meta")

Source File: G:\PleskVhosts\ra2d.com\httpdocs\directory\submit.aspx.vb    Line: 19





Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0