am using a user control on my page. its working fine on my local system. but when i deploy it to hosting it is showing an error.
"The base class includes the field 'PgHeader1', but its type (Page_PageHeader) is not compatible with the type of control (ASP.page_pageheader_ascx)."


Line 61:  
Line 62:
Line 63:
Line 64:
Line 65:  


how can i resolve it.