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: CS0103: The name 'month' does not exist in the current context

Source Error:


Line 242:    {
Line 243:        int mah = Convert.ToInt16(s);
Line 244:        if (mah >= 1 && mah <= 12) return month[mah - 1];
Line 245:        else return ("Err");
Line 246:    }

Source File: c:\Host\Harmony2019\UserControl\Head.ascx.cs    Line: 244





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