<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Club Starter Kit</title><link>http://www.codeplex.com/ClubStarterKit/Project/ProjectRss.aspx</link><description>Microsft has created an excelent starter kit, the Club Starter Kit for individual clubs to host a variety of content. We will be expanding on this and adding new features.</description><item><title>New Post: Security Exception problem - please help</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=36987</link><description>&lt;div style="line-height: normal;"&gt;I changed ISPs, which solved the problem right away.&amp;nbsp; I'm now using re-invent.com.&lt;br&gt;
&lt;br&gt;
Good luck!
&lt;/div&gt;</description><author>sprucka</author><pubDate>Thu, 09 Oct 2008 03:59:33 GMT</pubDate><guid isPermaLink="false">New Post: Security Exception problem - please help 20081009035933A</guid></item><item><title>New Post: Security Exception problem - please help</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=36987</link><description>&lt;div style="line-height: normal;"&gt;I am also have the same issue.&amp;nbsp; Is there a fix?&lt;br&gt;
&lt;/div&gt;</description><author>tprange</author><pubDate>Wed, 08 Oct 2008 21:11:29 GMT</pubDate><guid isPermaLink="false">New Post: Security Exception problem - please help 20081008091129P</guid></item><item><title>New Post: Security Exception problem - please help</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=36987</link><description>&lt;div style="line-height: normal;"&gt;I am very new to&amp;nbsp;CSK 2.0.&amp;nbsp; The discussions indicate that I may have some tough problems.&lt;br&gt;
&lt;br&gt;
My site worked great locally, and is up and running on godaddy, but throws security exceptions in (at least) two cases.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
Configuration:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Express version of the CSK Beta 3.1.&amp;nbsp;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Hosted at Godaddy (I can see this may be a bad idea)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;site:&amp;nbsp;&lt;a href="http://pcboyscouts.org"&gt;http://pcboyscouts.org&lt;br&gt;
&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;
Case 1: When I try to create news or a new calendar entry from an administrator account, I get:&lt;br&gt;
&lt;br&gt;
&lt;h2&gt;&lt;i&gt;Security Exception&lt;/i&gt; &lt;/h2&gt;
&lt;strong&gt;Description: &lt;/strong&gt;&lt;span style="font-family:Arial"&gt;The application attempted to perform an operation not allowed by the security policy. &amp;nbsp;To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. &lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;b&gt;Exception Details: &lt;/b&gt;&lt;span style="font-family:Arial"&gt;System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;b&gt;Source Error:&lt;/b&gt;&lt;span style="font-family:Arial"&gt; &lt;br&gt;
&lt;br&gt;
&lt;/span&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;code&gt;
            &lt;pre&gt;Line 320:            ' Generates error online.  Suggested fix:  Change item.Save to item.Save(&amp;quot;&amp;quot;)
Line 321:            If Not System.Web.HttpContext.Current Is Nothing Then
&lt;span style="color:#ff0000"&gt;Line 322: item.Save(System.Web.HttpContext.Current.User.Identity.Name)&lt;/span&gt;Line 323:            Else
Line 324:                item.Save(System.Threading.Thread.CurrentPrincipal.Identity.Name)&lt;/pre&gt;
            &lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-family:Verdana"&gt;Source File: &lt;/span&gt;&lt;/b&gt;d:\hosting\pcboyscouts\App_Code\DAL\Generated\Announcements.vb&lt;b&gt;&lt;span style="font-family:Verdana"&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/span&gt;&lt;/b&gt;322 &lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-family:Verdana"&gt;Stack Trace:&lt;/span&gt;&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;code&gt;
            &lt;pre&gt;[SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
   SubSonic.Utilities.Utility.WriteTrace(String message) in Utility.cs:37
   SubSonic.AbstractRecord`1.ValidateColumnSettings() in AbstractRecord.cs:901
   SubSonic.ActiveRecord`1.Validate() in ActiveRecord.cs:354
   SubSonic.ActiveRecord`1.Save(String userName) in ActiveRecord.cs:366
   ClubStarterKit.Data.Announcements.Insert(DateTime varItemdate, String varTitle, String varDescription, String varStaticURL, Int32 varPhoto, Nullable`1 varAlbumid) in d:\hosting\pcboyscouts\App_Code\DAL\Generated\Announcements.vb:322
   ASP.news_add_aspx.GreenRolloverButton3_Click(Object sender, EventArgs e) in d:\hosting\pcboyscouts\news\Add.aspx:49
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7350
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
   System.Web.UI.Page.ProcessRequest() +86
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.news_add_aspx.ProcessRequest(HttpContext context) +29
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +64
&lt;/pre&gt;
            &lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;br&gt;
Case 2:&amp;nbsp; Whe I try to send email from the administrator &amp;quot;Send email&amp;quot; section, I get:&lt;br&gt;
&lt;h2&gt;&lt;i&gt;A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 64.202.165.58:25&lt;/i&gt; &lt;/h2&gt;
&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Description: &lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br&gt;
&lt;br&gt;
&lt;b&gt;Exception Details: &lt;/b&gt;System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 64.202.165.58:25&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Source Error:&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;code&gt;
            &lt;pre&gt;Line 78:         smtp.UseDefaultCredentials = False
Line 79:         smtp.Credentials = a
&lt;span style="color:#ff0000"&gt;Line 80: smtp.Send(msgMail)&lt;/span&gt;Line 81:         Response.Redirect(&amp;quot;~/default.aspx&amp;quot;)
Line 82:     End Sub&lt;/pre&gt;
            &lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-family:Verdana"&gt;Source File: &lt;/span&gt;&lt;/b&gt;d:\hosting\pcboyscouts\Admin\Email.aspx.vb&lt;b&gt;&lt;span style="font-family:Verdana"&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/span&gt;&lt;/b&gt;80 &lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-family:Verdana"&gt;Stack Trace:&lt;/span&gt;&lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;table width="100%" bgcolor="#ffffcc"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;code&gt;
            &lt;pre&gt;[SocketException (0x274c): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 64.202.165.58:25]
   System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +1073657
   System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +33
   System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket&amp;amp; socket, IPAddress&amp;amp; address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception&amp;amp; exception) +217

[WebException: Unable to connect to the remote server]
   System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress&amp;amp; address, Socket&amp;amp; abortSocket, Socket&amp;amp; abortSocket6, Int32 timeout) +1490784
   System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) +191
   System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) +21
   System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) +318
   System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) +227
   System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) +316
   System.Net.Mail.SmtpClient.GetConnection() +42
   System.Net.Mail.SmtpClient.Send(MailMessage message) +1485

[SmtpException: Failure sending mail.]
   System.Net.Mail.SmtpClient.Send(MailMessage message) +2074
   Admin_Email.btnSend_Click(Object sender, EventArgs e) in d:\hosting\pcboyscouts\Admin\Email.aspx.vb:80
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
&lt;/pre&gt;
            &lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/span&gt;&lt;br&gt;
Any help would be greatly appreciated.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>sprucka</author><pubDate>Fri, 03 Oct 2008 16:26:06 GMT</pubDate><guid isPermaLink="false">New Post: Security Exception problem - please help 20081003042606P</guid></item><item><title>Commented Feature: Multiple language support</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=3027</link><description>I&amp;#96;m going to develop an internationalization class, which enables multiple language support.&lt;br /&gt;&lt;br /&gt;Feel free to post your ideas&amp;#33;&lt;br /&gt;&lt;br /&gt;Helpers are welcome &amp;#58;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: markvt ** &lt;p&gt;how is this going, we going with resx files or with a special &amp;#34;other&amp;#34; meganism what would work less easy i think...&lt;/p&gt;</description><author>markvt</author><pubDate>Fri, 26 Sep 2008 17:02:08 GMT</pubDate><guid isPermaLink="false">Commented Feature: Multiple language support 20080926050208P</guid></item><item><title>Commented Issue: "Remember me next time"</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=6548</link><description>I couldn&amp;#39;t find reference to this in any other issue, but why doesn&amp;#39;t checking &amp;#34;Remember me next time&amp;#34; do anything&amp;#63; Is there a way of create a cookie that isn&amp;#39;t temporary&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: markvt ** &lt;p&gt;In my opinion, that checkbox should be removed anyways. For useability it&amp;#39;s better to have the browser remember it, firefox and ie offer good solutions for saving passwords, also it&amp;#39;s a security risk.&lt;br /&gt;I&amp;#39;ve seen users respond to this like&lt;br /&gt;&amp;#34;&amp;#34; Hey i checked the checkbox to remember me, why is this asking me again if i want to remember the password &amp;#34;&amp;#34;&lt;/p&gt;&lt;p&gt;There is a lot of users that find it strange to have support for saving in a insecure cookie while there password manager can save the password.&lt;/p&gt;&lt;p&gt;If it was me deciding here i would close this item and remove the saving checkbox, however for this project it should be left in so someone could fix it...&lt;/p&gt;</description><author>markvt</author><pubDate>Fri, 26 Sep 2008 16:53:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Remember me next time" 20080926045338P</guid></item><item><title>New Post: MadTri theme forum color issue</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=36373</link><description>&lt;div style="line-height: normal;"&gt;Does anyone know how to fix this? &lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.sahcinfo.org/Forum/Topics.aspx"&gt;http://www.sahcinfo.org/Forum/Topics.aspx&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Thank you in advance.
&lt;/div&gt;</description><author>jerrysdean43</author><pubDate>Wed, 24 Sep 2008 14:53:05 GMT</pubDate><guid isPermaLink="false">New Post: MadTri theme forum color issue 20080924025305P</guid></item><item><title>New Post: News/List.aspx not paging correctly</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=35295</link><description>&lt;div style="line-height: normal;"&gt;isamuelson, I was one of those that reported this problem many months ago and never received a solution. Would it be possible for you to explain how to correct the problem to someone that is not a programmer/developer? I would really like to get paging to work on my News page.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Ed
&lt;/div&gt;</description><author>efrazier</author><pubDate>Tue, 23 Sep 2008 23:52:29 GMT</pubDate><guid isPermaLink="false">New Post: News/List.aspx not paging correctly 20080923115229P</guid></item><item><title>New Post: noob - can't run on iis 7</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=35956</link><description>&lt;div style="line-height: normal;"&gt;I'm new to CSK (I've downloaded a later build - 15760) so sorry if this is a total noob question...&lt;br&gt;
&lt;br&gt;
I can compile and debug using the VS.NET test server on my dev box but when I try to publish to my IIS7 server I get a compile error during the pre-compilation.&lt;br&gt;
&lt;br&gt;
\ClubStarterKit.Web\ContentPages\Page.aspx.vb(9,0): error BC30456: 'Section' is not a member of 'System.Web.UI.UserControl'&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If CStr(Request(&amp;quot;page&amp;quot;)) Is Nothing Then&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect(&amp;quot;~/default.aspx&amp;quot;)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebContent1.Section = CStr(Request(&amp;quot;page&amp;quot;))&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;br&gt;
&lt;br&gt;
I'm a C# guy who does mostly WinForms so I'm not having a lot of luck figuring this out and any help is appreciated.&lt;br&gt;
&lt;br&gt;
Thanks, &lt;br&gt;
don&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>dkackman</author><pubDate>Fri, 19 Sep 2008 02:54:47 GMT</pubDate><guid isPermaLink="false">New Post: noob - can't run on iis 7 20080919025447A</guid></item><item><title>New Post: News/List.aspx not paging correctly</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=35295</link><description>&lt;div style="line-height: normal;"&gt;Nevermind. I finally figured it out. It was because I didn't link the page numberer object as a controlparameter in the ObjectDataSource object. Once I got that link created, it paged just fine.&lt;br&gt;
&lt;br&gt;
DUH!&lt;br&gt;
&lt;/div&gt;</description><author>isamuelson</author><pubDate>Thu, 11 Sep 2008 16:54:51 GMT</pubDate><guid isPermaLink="false">New Post: News/List.aspx not paging correctly 20080911045451P</guid></item><item><title>New Post: News/List.aspx not paging correctly</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=35295</link><description>&lt;div style="line-height: normal;"&gt;For some reason, the New/List.aspx isn't paging correctly. When I click to advance forward or backwards through announcements, it doesn't scroll through them at all and the page numberer isn't rendering the pager correctly. Eventually, I have no more links to click on.&lt;br&gt;
&lt;br&gt;
There appears to be an issue using the ObjectDataSource. If I convert back to an SQL data source, then it works.&lt;br&gt;
&lt;br&gt;
When I click on the page links, the ObjectDataSource.Selecting event does NOT fire. It only fires when I initially come to the New/List.aspx page.&lt;br&gt;
&lt;br&gt;
I saw a discussion on this earlier, but it was closed and never answered.&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;
&lt;/div&gt;</description><author>isamuelson</author><pubDate>Tue, 09 Sep 2008 18:25:56 GMT</pubDate><guid isPermaLink="false">New Post: News/List.aspx not paging correctly 20080909062556P</guid></item><item><title>New Post: How to implement changesets on working site</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=35249</link><description>&lt;div style="line-height: normal;"&gt;Dear all,&lt;br&gt;
Could somebody point me how to implement changes from changesets on working site.&lt;br&gt;
My site is on external hosting with SQL 2005 as the DB-storage. Please, maybe there is a resource on this site or somebody has a minute to write schematically what I should do?
&lt;/div&gt;</description><author>poty</author><pubDate>Tue, 09 Sep 2008 12:48:15 GMT</pubDate><guid isPermaLink="false">New Post: How to implement changesets on working site 20080909124815P</guid></item><item><title>Commented Issue: Unable to edit currently selected Photo selected in Album</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7071</link><description>1. Open Album containing photo you want to edit.&lt;br /&gt;2. Select Thumnail photo from left side. &lt;br /&gt;3. With photo selected, hit the Edit Photo Button.&lt;br /&gt;4. The Photo that is brought up for Editing is the first photo in the Album and NOT the photo that was selected you intended to edit when selecting Edit. You have to hit Next&amp;#62; button to get back to the photo in the album you want to edit.&lt;br /&gt;Comments: ** Comment from web user: riscfl ** &lt;p&gt;Anybody come up with a solution for this issue&amp;#63; I&amp;#39;m still drawing a blank&amp;#33; &lt;br /&gt;&lt;/p&gt;</description><author>riscfl</author><pubDate>Sun, 31 Aug 2008 20:24:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to edit currently selected Photo selected in Album 20080831082410P</guid></item><item><title>Commented Issue: Server error in app</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7426</link><description>Hi guys this is the error i encounter all the time&amp;#91;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;The database does not appear to contain WebContent table, this is a feature of the extended ClubSite, please ensure you have run WebContent.SQL against the database &amp;#93;&lt;br /&gt;The website works fine on my machine in dev mode..it&amp;#39;s when i&amp;#39;ve uploaded it to my host discountasp.net that i encounter this problem ...i probably loaded it about 100 times and still the same thing...please please help&lt;br /&gt;Comments: ** Comment from web user: thoze ** &lt;p&gt;Try to update your installation with the newest sources&lt;/p&gt;</description><author>thoze</author><pubDate>Thu, 28 Aug 2008 12:54:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Server error in app 20080828125452P</guid></item><item><title>Closed Issue: Server error please help</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7425</link><description>Hi guys&lt;br /&gt;&lt;br /&gt;I keep on getting this error &amp;#91;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;The database does not appear to contain WebContent table, this is a feature of the extended ClubSite, please ensure you have run WebContent.SQL against the database &amp;#93;&lt;br /&gt;I&amp;#39;ve tried loading the site to my host which is discountasp.net and it keeps thowing this error...any help out there i&amp;#39;m using the 2.0 final release thanks&lt;br /&gt;</description><author>thoze</author><pubDate>Thu, 28 Aug 2008 12:51:31 GMT</pubDate><guid isPermaLink="false">Closed Issue: Server error please help 20080828125131P</guid></item><item><title>Commented Issue: Server error please help</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7425</link><description>Hi guys&lt;br /&gt;&lt;br /&gt;I keep on getting this error &amp;#91;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;The database does not appear to contain WebContent table, this is a feature of the extended ClubSite, please ensure you have run WebContent.SQL against the database &amp;#93;&lt;br /&gt;I&amp;#39;ve tried loading the site to my host which is discountasp.net and it keeps thowing this error...any help out there i&amp;#39;m using the 2.0 final release thanks&lt;br /&gt;Comments: ** Comment from web user: thoze ** &lt;p&gt;Closed because of double post&lt;/p&gt;</description><author>thoze</author><pubDate>Thu, 28 Aug 2008 12:51:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Server error please help 20080828125125P</guid></item><item><title>Created Issue: Server error in app</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7426</link><description>Hi guys this is the error i encounter all the time&amp;#91;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;The database does not appear to contain WebContent table, this is a feature of the extended ClubSite, please ensure you have run WebContent.SQL against the database &amp;#93;&lt;br /&gt;The website works fine on my machine in dev mode..it&amp;#39;s when i&amp;#39;ve uploaded it to my host discountasp.net that i encounter this problem ...i probably loaded it about 100 times and still the same thing...please please help&lt;br /&gt;</description><author>furgel</author><pubDate>Tue, 26 Aug 2008 15:45:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Server error in app 20080826034551P</guid></item><item><title>Created Issue: Server error please help</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7425</link><description>Hi guys&lt;br /&gt;&lt;br /&gt;I keep on getting this error &amp;#91;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;The database does not appear to contain WebContent table, this is a feature of the extended ClubSite, please ensure you have run WebContent.SQL against the database &amp;#93;&lt;br /&gt;I&amp;#39;ve tried loading the site to my host which is discountasp.net and it keeps thowing this error...any help out there i&amp;#39;m using the 2.0 final release thanks&lt;br /&gt;</description><author>furgel</author><pubDate>Tue, 26 Aug 2008 15:43:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Server error please help 20080826034326P</guid></item><item><title>Commented Issue: "Remember me next time"</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=6548</link><description>I couldn&amp;#39;t find reference to this in any other issue, but why doesn&amp;#39;t checking &amp;#34;Remember me next time&amp;#34; do anything&amp;#63; Is there a way of create a cookie that isn&amp;#39;t temporary&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: thoze ** &lt;p&gt;You are right, checking &amp;#34;Remember me next time&amp;#34; doesn&amp;#39;t work.&lt;br /&gt;That is strange, because we use standard .Net LoginControl behaviour.&lt;br /&gt;You only have to set the ID of the checkbox to &amp;#34;RememberMe&amp;#34;, because additional controls with well known IDs are supported and will be automatically hooked up to the Login functionality.&lt;/p&gt;&lt;p&gt;Have a look at http&amp;#58;&amp;#47;&amp;#47;quickstarts.asp.net&amp;#47;QuickStartv20&amp;#47;aspnet&amp;#47;doc&amp;#47;ctrlref&amp;#47;login&amp;#47;login.aspx&lt;br /&gt;--&amp;#62; Login Templates&lt;/p&gt;</description><author>thoze</author><pubDate>Mon, 25 Aug 2008 12:13:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Remember me next time" 20080825121319P</guid></item><item><title>Commented Issue: Unable to edit currently selected Photo selected in Album</title><link>http://www.codeplex.com/ClubStarterKit/WorkItem/View.aspx?WorkItemId=7071</link><description>1. Open Album containing photo you want to edit.&lt;br /&gt;2. Select Thumnail photo from left side. &lt;br /&gt;3. With photo selected, hit the Edit Photo Button.&lt;br /&gt;4. The Photo that is brought up for Editing is the first photo in the Album and NOT the photo that was selected you intended to edit when selecting Edit. You have to hit Next&amp;#62; button to get back to the photo in the album you want to edit.&lt;br /&gt;Comments: ** Comment from web user: thoze ** &lt;p&gt;rickdg - I tried your last idea, but ClubStarterKit.Web.Photos.UpdateImage&amp;#40;...&amp;#41; does not return any value, because it isn&amp;#39;t a function.&lt;br /&gt;But to answer your question about the arguments, the correct call is&amp;#58;&lt;/p&gt;&lt;p&gt;Dim UControl As ImageThumbnail &amp;#61; CType&amp;#40;LoadControl&amp;#40;&amp;#34;&amp;#126;&amp;#47;UserControls&amp;#47;ImageThumbnail.ascx&amp;#34;&amp;#41;, ImageThumbnail&amp;#41;&lt;br /&gt;ClubStarterKit.Web.Photos.UpdateImage&amp;#40;CType&amp;#40;FormView2.FindControl&amp;#40;&amp;#34;TextBox2&amp;#34;&amp;#41;, TextBox&amp;#41;.Text, CType&amp;#40;FormView2.FindControl&amp;#40;&amp;#34;TextBox3&amp;#34;&amp;#41;, TextBox&amp;#41;.Text, CType&amp;#40;FormView2.FindControl&amp;#40;&amp;#34;thumb1&amp;#34;&amp;#41;, ImageThumbnail&amp;#41;.PhotoID&amp;#41;&lt;/p&gt;</description><author>thoze</author><pubDate>Mon, 25 Aug 2008 12:06:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to edit currently selected Photo selected in Album 20080825120638P</guid></item><item><title>New Post: Insert default value for Messages Per Page ?</title><link>http://www.codeplex.com/ClubStarterKit/Thread/View.aspx?ThreadId=33674</link><description>&lt;div style="line-height: normal;"&gt;In&amp;nbsp;the sub routine UpdateProfileButton_Click it has the line:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;Mem.MsgsPerPage = MsgsPerPageTextBox.Text&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;Change this to something like:&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;If&amp;nbsp; &lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;MsgsPerPageTextBox.Text = &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Then&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:13px"&gt;&amp;nbsp;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Mem.MsgsPerPage = 10&amp;nbsp;&lt;br&gt;
&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;Else&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:13px"&gt;&amp;nbsp;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Mem.MsgsPerPage = MsgsPerPageTextBox.Text&lt;br&gt;
&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;End&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;If&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
If&amp;nbsp;you're concerned about&amp;nbsp;your users entering non-numeric characters then you'll need to use&amp;nbsp;OnTextChanged on the MsgsPerPageTextBox control to call a function and validate what they've entered.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
I hope this helps.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>RobertElder</author><pubDate>Sat, 23 Aug 2008 02:17:03 GMT</pubDate><guid isPermaLink="false">New Post: Insert default value for Messages Per Page ? 20080823021703A</guid></item></channel></rss>