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: BC30451: 'ProjectTracker' is not declared. It may be inaccessible due to its protection level.

Source Error:


Line 1187:        If Not IsNothing(Session("userid")) Then
Line 1188:            If Session("Update") <> "True" Then
Line 1189:                ProjectTracker.fnaddnew()
Line 1190:                sql = "Insert into tblPT_Project_Tracker(pt_project_id,  pt_project_name,  pt_company_name,  pt_contact_name, pt_email_address, pt_phone_number, energy_type_id, pt_region_id, pt_country_id, pt_state_id, pt_state_name, pt_project_location, pt_power_capacity, pt_project_ppa_rate, pt_project_location_latitude, pt_project_location_longitude, pt_project_status_id, pt_project_added_date, pt_project_record_active_status, pt_project_looking_for_debt, pt_project_looking_for_equity, pt_project_sale_status, user_id, pt_project_deleted_status) values " _
Line 1191:                    & "(" & ProjectTracker.ProjectTrackerId & ",'" & Trim(txtProjectName.Text) & "','" & Trim(txtCompany.Text) & "','" & Trim(txtContactName.Text) & "','" & Trim(txtPrjSeekingEmailId.Text) & "','" & Trim(txtPrjSeekingPhone.Text) & "', '" & Trim(cmbTechnology.SelectedValue) & "', " & srRegionId & ", " & cmbPrjSeekingcountry.SelectedValue & "," _

Source File: E:\vhosts\energy-guru.com\httpdocs\mProject_Investment_Tracker.aspx.vb    Line: 1189






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