Posted on: 8/20/2014 10:53:08 AM | Views : 597

Hi, I knew this is a newbee question but I need your help.
I have been running this site for long, when I installed VS2013 and reopen this solution, I've got this few errors. and I am no longer able to Log in.
Errors:
'System.Web.UI.Page.User' is a 'property' but is used like a 'type'
The name 'ConnectionClass' does not exist in the current context 

here is my Login.cs file:
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Web.Configuration; using System.Data.SqlClient;
public partial class Login : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {
} Go to the complete details ...