I created a simple custom control that only inherits from the Literal control, and doesn\'t have any extensions yet, code is empty.
Literal
Namespace: CustomControl
You forgot the src attribute.
<%@ Register TagPrefix="web" Namespace="CustomControls" Src="PathToYourCustomControl" %>