I am trying to run the pagelet1 quickstart example and am getting nowhere, I am using vs.net beta 1 and when i try to view the page in browser it tells me that C:inetpubwwrootProject1Paglet1.ascx cannot be found? Help?<BR>Thanks<BR>MarkMake sure you are registering the user control on the ASPX page. Should look something like this:<BR><BR><%@ Page Language="VB" %><BR><%@ Register TagPrefix="Project1" TagName="Pagelet1" src=http://aspmessageboard.com/archive/index.php/"pagelet1.ascx" %><BR><html><BR><body><BR><form method="post" runat="server"><BR><Project1agelet1 id="myPagelet" runat="server" /><BR></form><BR></body><BR></html><BR><BR>Doug Seven<BR>ASPNextGen.com / CodeJunkies.Net