Server Error in '/REGISTER' 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: CS0019: Operator '==' cannot be applied to operands of type 'object' and 'bool'

Source Error:


Line 17:         Session.Remove("is_chair");
Line 18: 
Line 19:         if (Session["is_chair"] == true)
Line 20:         {
Line 21:             Response.Write("true");

Source File: x:\IMS\register\logout.aspx.cs    Line: 19






Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433