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: CS0128: A local variable named 'value2' is already defined in this scope

Source Error:


Line 31: 
Line 32: 
Line 33:             string value2 = Request.QueryString["MapID"];
Line 34:             if (string.IsNullOrEmpty(value2)) Response.Redirect("Default.aspx");
Line 35:             Regex rx2 = new Regex("^[0-9]*$");

Source File: c:\inetpub\vhosts\baxcha.com\httpdocs\wenevideodetail.aspx.cs    Line: 33






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