an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Blockcontainer NumberTextBox
Last Post 11/6/2008 7:24:32 AM By Newmedia Design. 2 replies.
11/5/2008 9:39:38 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Blockcontainer NumberTextBox
Hi
 
I keep getting these errors when building the website. These errors occur in the blockcontainer.ascx usercontrol. Is there anything I can do to fix these?
 
Thanks
 
Circular file references are not allowed. C:\Inetpub\wwwroot\deploy\Web\Controls\Blocks\BlockContainer.ascx 2 
Unknown server tag 'dsc:NumberTextBox'. C:\Inetpub\wwwroot\deploy\Web\Controls\Blocks\BlockContainer.ascx 48 
Unknown server tag 'dsc:NumberTextBox'. C:\Inetpub\wwwroot\deploy\Web\Controls\Blocks\BlockContainer.ascx 54 
 
 
 
 
11/5/2008 10:52:41 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Blockcontainer NumberTextBox
Circular file references are not allowed. C:\Inetpub\wwwroot\deploy\Web\Controls\Blocks\BlockContainer.ascx 2
 
Are you adding the reference to BlockContainer in NumberTextBox?
DotShoppingCart Staff
11/6/2008 7:24:32 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Re: Blockcontainer NumberTextBox
Thanks Lukezy
 
 
I found the problem. I had added thje search usercontrol to my header usercontrol. I habe removed the search and its fine now.