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

Source Error:


Line 60:     Private Function IsValidSystemCode(ByVal syscode As String) As Boolean
Line 61:         Dim res As Boolean = False
Line 62:         Dim cnn As MySqlConnection = New MySqlConnection(GlobalVars.ConnStr)
Line 63:         Dim count As Integer = 0
Line 64:         Try

Source File: D:\INETPUB\VHOSTS\watchwitz.com\httpdocs\vculogin.aspx.vb    Line: 62





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