Skip to main content

AddToAny

Share/Save

Error-GetTypeHashCode()': no suitable method found to override

2 replies [Last post]
vaibhav
vaibhav's picture
User offline. Last seen 5 days 9 hours ago. Offline
Joined: 08/19/2009

GetTypeHashCode()': no suitable method found to override

How to remove this error. Please help

Anonymous
Anonymous's picture
You must have missed to

You must have missed to inherit from System.web.UI.Page.
public partial class _Login : System.Web.UI.Page

Every webpage should inherit "System.Web.UI.Page" so it can override the above mentioned method.

I hope this will help.

Anonymous
Anonymous's picture
public partial class _Login : System.Web.UI.Page

No Missing.but same error message is occured