Server Error in '/ml' 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: CS1061: 'TataAce.Classes.Progress' does not contain a definition for 'FirstName' and no extension method 'FirstName' accepting a first argument of type 'TataAce.Classes.Progress' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 203:
Line 204:                    string poststringNew = String.Format("title={0}&first_name={1}&last_name={2}&full_name={3}&email={4}&subject={5}&comment={6}&status={7}&state={8}&city={9}&pincode={10}&feedback={11}&address={12}&whatsapp={13}&mobile={14}&test_drive_enquire={15}&date_of_test_drive={16}&channel={17}&medium={18}&keyword={19}&campaign_name={20}&utm_source={21}&campaign_id={22}&fuel_type={23}&lob={24}&product={25}&page_url={26}&lead_source={27}&site_name={28}",
Line 205:                                                        objProgress.Title, objProgress.FirstName, objProgress.LastName, objProgress.FullName, objProgress.Email, objProgress.Subject, objProgress.Comment, objProgress.Status, objProgress.State, objProgress.City, objProgress.Pin, objProgress.Feedback, objProgress.Address, objProgress.WhatsappCommunicate, objProgress.ContactNo, objProgress.TestDriveEnquire, objProgress.TestDriveDate, _utmChannel, _utmMedium, _utmKeyword, _campaignName, _utmSource, objProgress.CampaignId, objProgress.FuelType, _lob, objProgress.Product, _pageUrl, _leadSource, objProgress.SiteName
Line 206:                                                        );
Line 207:

Source File: d:\website\rage-communications\ace\ml\tata-trucks\tata-ace.aspx.cs    Line: 205





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