Monthly Archives: January 2007

System.Web.HttpException: The file ‘/path/to/userControl.ascx’ does not exist.

If you’re working with User Controls (or other server side controls) and your file structure looks something like this: [] = directory [root] [userControls] ucTest.ascx ….. ucContainer.aspx Web.config And in your ucContainer.aspx file you have something similar to this: < %@ Register Src=”userControls/ucTest.ascx” TagName=”UserControl” TagPrefix=”uc1″ %> … … <uc1:UserControl id=”ucUserControl” runat=”server” /> … … And [...]

Just Upgraded to Version 2.1

WordPress 2.1 Ella has been released a few hours ago. I just upgraded my blog to this new version and it’s just awesome. These are some of its new features: Autosave makes sure you never lose a post again. Our new tabbed editor allows you to switch between WYSIWYG and code editing instantly while writing [...]