Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 17: Dim Conns As String = ConfigurationManager.ConnectionStrings("DBCS").ConnectionString
Line 18: '["DBCS"].ConnectionString
Line 19: Dim MySqlConnection As MySqlConnection = New MySqlConnection(Conns)
Line 20: '
Line 21: Dim SQLquery As String


Source File: C:\Inetpub\vhosts\imshcb.com.ng\httpdocs\indexes\registeredReports.aspx.vb Line: 19

Please I need help.
Thanks

What I have tried:

I have tried changing my connection string but it did not work
I also changed the database hosting settings but to no avail.
I then returned to default settings. Please, I NEED HELP.

THANKS
Posted
Updated 13-Nov-17 18:28pm

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900