Hey guys i Hope somone can help i have bin looking on the internet but i cant solve it here is the code where i get the error
the blue line is under EventArgs so the error looks 2 be there i also looked in some other pages were exactly the same code is being used without getting an error but i dont now wy i am getting that error
Compleet error : The type or namespace name 'EventArgs' could not be found (are you missing a using directive or an assembly reference?)
Code:
#region Web Form Designer generated code override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // InitializeComponent(); base.OnInit(e); }
Compleet error : The type or namespace name 'EventArgs' could not be found (are you missing a using directive or an assembly reference?)
Comment