This error is occurring because you are most likely missing the Register tag for the control:
<%@ Register TagPrefix="dnn" TagName="BreadCrumb" Src="~/admin/Skins/BreadCrumb.ascx"%>
Adding the above line to your skin .ascx file will do the trick.
Nik
Nik Kalyani
Speerio, Inc.
[DotNetNuke and ASP.Net solutions
here]