I have an ASP.net control that inherits from UserControl:
UserControl
File 1:
public partial class Controls_AllocationDuplicate : S
Try inherting from WebControl,then use Register instead of Control. Similar to this: http://www.codeproject.com/Articles/2748/Building-an-ASP-NET-custom-web-control-a-textbox-a