Compilation Error

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 'SqlConnection' is not defined.

Source Error:


Line 13: 
Line 14:         Dim connString As String = MyGenFunctions.conString
Line 15:         Dim objConnection As New SqlConnection(connString)
Line 16:         Dim strSQL As String = "SELECT idCategory, categoryFeatured, categoryDesc FROM Categories WHERE (categoryFeatured = N'Y')"
Line 17:         Dim objCommand As New SqlCommand(strSQL, objConnection)

Source File: D:\inetpub\wwwroot\deskoffice.co.uk\websitemap.aspx    Line: 15





Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016