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: CS0121: The call is ambiguous between the following methods or properties: 'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'

Source Error:


Line 74:     
Line 75:     // If there are an odd number of organizations, add a closing <tr> tag to the two-column table of orgs
Line 76:     if (objDataTable.Rows.Count/2 > Math.Floor(objDataTable.Rows.Count / 2) )
Line 77:     {
Line 78:         ltrlClosingTR.Text = "</tr>";

Source File: g:\pleskvhosts\wuxx.com\httpdocs\CivicCal\controls\DynamicOrgsList.ascx    Line: 76





Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062