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: CS0246: The type or namespace name 'sqlite_conections' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 9:  SQLiteCommand dbcomm, dbcomm2, dbcomm6;
Line 10: SQLiteDataReader myReader, Reader, nReader, zReader, yReader, xReader;
Line 11: sqlite_conections odb = new sqlite_conections();
Line 12: string myConnectionString = "Data Source=" + HttpContext.Current.Server.MapPath("~/App_Data/applications/dreaminterpreter/db.db3") + ";Version=3;New=False;Compress=True;";
Line 13: SQLiteConnection myConnection, myConnection2, myConnection3, myConnection4, myConnection5, myConnection6;

Source File: e:\irepwebroot\jasjoo\beta.jasjoo.com\wwwroot\app_upload\applications\dreaminterpreter\pages\default.aspx    Line: 11






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