Compilation Error

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: CS1061: 'remedy_SearchStaffResult' does not contain a definition for 'GooglePlaceId' and no extension method 'GooglePlaceId' accepting a first argument of type 'remedy_SearchStaffResult' could be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 234:                staff.FullName = selections[i].FullName;Line 235:                staff.Gender = selections[i].Gender;Line 236:                staff.GooglePlaceId = selections[i].GooglePlaceId;Line 237:                staff.Language = selections[i].Language;Line 238:                staff.LastName = selections[i].LastName;

Source File: e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\LocationSearch.cs    Line: 236







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

More From Safety

Compilation Error

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: CS1061: 'remedy_SearchStaffResult' does not contain a definition for 'GooglePlaceId' and no extension method 'GooglePlaceId' accepting a first argument of type 'remedy_SearchStaffResult' could be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 234:                staff.FullName = selections[i].FullName;Line 235:                staff.Gender = selections[i].Gender;Line 236:                staff.GooglePlaceId = selections[i].GooglePlaceId;Line 237:                staff.Language = selections[i].Language;Line 238:                staff.LastName = selections[i].LastName;

Source File: e:\Remedy Content Modules\2023\PediatricWebContentFeed\App_Code\LocationSearch.cs    Line: 236







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

Choose Another Topic