I saw this strange error when i request a page. The reason was i have registered a usercontrol which was not in project.
<%@ Register src="../../UserControl/SearchCurrency.ascx" tagname="SearchCurrency" tagprefix="uc1" %>
Simply remove it, now works fine :)
No comments:
Post a Comment