Click here to Skip to main content
16,004,507 members

Comments by tsalong tsalong (Top 7 by date)

tsalong tsalong 21-Mar-22 8:08am View    
AdminUserReg.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminUserReg.aspx.cs" Inherits="proto.AdminUserReg" Src="MyClass.cs"%>

when button is clicked it should call this methods from Myclass to perform action

AdminUserReg.aspx.cs
}
else
{
MyClass validate = new MyClass();
tsalong tsalong 21-Mar-22 8:08am View    
AdminUserReg.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminUserReg.aspx.cs" Inherits="proto.AdminUserReg" Src="MyClass.cs"%>
when button is clicked it should call this methods from Myclass to perform action

AdminUserReg.aspx.cs
}
else
{
MyClass validate = new MyClass();
tsalong tsalong 21-Mar-22 7:59am View    
I have switched to chrome, pale moon and firefore browsers but still having the same error.
tsalong tsalong 21-Mar-22 7:52am View    
i cleared the folder but still having the same error message
tsalong tsalong 21-Mar-22 7:43am View    
Compiler Error Message: CS0433: The type 'proto.MyClass' exists in both 'c:\Users\MPS\AppData\Local\Temp\Temporary ASP.NET Files\vs\a74cd612\1e4f2f\App_Web_muc3bocu.dll' and 'c:\Users\MPS\AppData\Local\Temp\Temporary ASP.NET Files\vs\a74cd612\1e4f2f\assembly\dl3\c3589e35\3192a6ab_153dd801\proto.DLL'