<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>azureproviders Issue Tracker Rss Feed</title><link>http://azureproviders.codeplex.com/workitem/list/basic</link><description>azureproviders Issue Tracker Rss Description</description><item><title>Closed Issue: Users are approved by default [817]</title><link>http://azureproviders.codeplex.com/workitem/817</link><description>FYI, there is no point in an email account verification on new user registration if the user account is already set to approved when it is created.&lt;br /&gt;&lt;br /&gt;FIX&amp;#58;&lt;br /&gt;In Register.aspx, add this property in the CreateUserWizard control&amp;#58;  DisableCreatedUser&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;Comments: &lt;p&gt;Unable to recreate.&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Tue, 27 Mar 2012 12:54:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Users are approved by default [817] 20120327125401P</guid></item><item><title>Closed Issue: Doesn't work with ReportViewer 10 control [855]</title><link>http://azureproviders.codeplex.com/workitem/855</link><description>this did not work with the microsoft sql server report services 10.0 control - did not seem to serialize whatever it&amp;#39;s needing correctly so was never able to see the preview of reports in that control&lt;br /&gt;Comments: &lt;p&gt;Not applicable.&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Tue, 27 Mar 2012 12:53:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Doesn't work with ReportViewer 10 control [855] 20120327125326P</guid></item><item><title>Commented Issue: Doesn't work with ReportViewer 10 control [855]</title><link>http://azureproviders.codeplex.com/workitem/855</link><description>this did not work with the microsoft sql server report services 10.0 control - did not seem to serialize whatever it&amp;#39;s needing correctly so was never able to see the preview of reports in that control&lt;br /&gt;Comments: ** Comment from web user: diakonia ** &lt;p&gt;yes i realize this project is using only table storage&lt;/p&gt;&lt;p&gt;but if you have a project like i do where you are using ssrs reporting services the microsoft reportviewer control session state apparently is incompatible with the way you are serializing this in tables - so the preview does not work in 10.0 version of the control.&lt;/p&gt;&lt;p&gt;if i try other solutions such as sqlserver session management the session serializes just fine.&lt;/p&gt;</description><author>diakonia</author><pubDate>Tue, 24 Jan 2012 19:00:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Doesn't work with ReportViewer 10 control [855] 20120124070031P</guid></item><item><title>Commented Issue: Doesn't work with ReportViewer 10 control [855]</title><link>http://azureproviders.codeplex.com/workitem/855</link><description>this did not work with the microsoft sql server report services 10.0 control - did not seem to serialize whatever it&amp;#39;s needing correctly so was never able to see the preview of reports in that control&lt;br /&gt;Comments: ** Comment from web user: ihenriksen ** &lt;p&gt;Hi. This project does not use SQL Server, but Azure Table Storage.&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Tue, 24 Jan 2012 18:23:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Doesn't work with ReportViewer 10 control [855] 20120124062309P</guid></item><item><title>Created Issue: Doesn't work with ReportViewer 10 control [855]</title><link>http://azureproviders.codeplex.com/workitem/855</link><description>this did not work with the microsoft sql server report services 10.0 control - did not seem to serialize whatever it&amp;#39;s needing correctly so was never able to see the preview of reports in that control&lt;br /&gt;</description><author>diakonia</author><pubDate>Mon, 23 Jan 2012 11:53:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Doesn't work with ReportViewer 10 control [855] 20120123115338A</guid></item><item><title>Closed Issue: Session is always expired [818]</title><link>http://azureproviders.codeplex.com/workitem/818</link><description>Problem&amp;#58;&lt;br /&gt;Session is always expired when developing on local environment &amp;#40;Azure Compute Emulator&amp;#41; and using Azure Storage &amp;#40;production environment&amp;#41; not UseDevelopmentStorage&amp;#61;true&lt;br /&gt;&amp;#60;sessionState timeout&amp;#61;&amp;#34;60&amp;#34;&amp;#62;&lt;br /&gt;Problem is DateTime comparison. On the left side is UTC and on the right side is local time.&lt;br /&gt;&lt;br /&gt;Version 1.6.9726 &amp;#40;Sep 17 2011&amp;#41;&lt;br /&gt;AzureSessionStateProvider.cs &amp;#40;line number 189&amp;#41;&lt;br /&gt;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.Now&amp;#41;&lt;br /&gt;&lt;br /&gt;Solution&amp;#58;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.UtcNow&amp;#41;&lt;br /&gt;Comments: &lt;p&gt;Can&amp;#39;t reproduce.&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Thu, 10 Nov 2011 16:31:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: Session is always expired [818] 20111110043116P</guid></item><item><title>Commented Issue: Session is always expired [818]</title><link>http://azureproviders.codeplex.com/workitem/818</link><description>Problem&amp;#58;&lt;br /&gt;Session is always expired when developing on local environment &amp;#40;Azure Compute Emulator&amp;#41; and using Azure Storage &amp;#40;production environment&amp;#41; not UseDevelopmentStorage&amp;#61;true&lt;br /&gt;&amp;#60;sessionState timeout&amp;#61;&amp;#34;60&amp;#34;&amp;#62;&lt;br /&gt;Problem is DateTime comparison. On the left side is UTC and on the right side is local time.&lt;br /&gt;&lt;br /&gt;Version 1.6.9726 &amp;#40;Sep 17 2011&amp;#41;&lt;br /&gt;AzureSessionStateProvider.cs &amp;#40;line number 189&amp;#41;&lt;br /&gt;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.Now&amp;#41;&lt;br /&gt;&lt;br /&gt;Solution&amp;#58;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.UtcNow&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: m_david ** &lt;p&gt;You&amp;#39;re right. This error is just in my special case.&lt;br /&gt;I&amp;#39;ll try to explain it.&lt;/p&gt;&lt;p&gt;My Azure Storage Account is in West Europe region, it means Dublin. There is UTC in Dublin.&lt;br /&gt;I&amp;#39;m in Prague, compute emulator has UTC&amp;#43;1 hour time.&lt;/p&gt;&lt;p&gt;When I create a session it has auto assigned Timestamp. The session has UTC time.&lt;br /&gt;If I compare the expiring time with my local time it&amp;#39;s always expired, because I have &amp;#43;1 hour against storage computer.&lt;/p&gt;&lt;p&gt;It&amp;#39;s a basic fault.&lt;br /&gt;A man should always use UseDevelopmentStorage&amp;#61;true when working on Azure Emulator.&lt;/p&gt;</description><author>m_david</author><pubDate>Thu, 10 Nov 2011 16:22:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Session is always expired [818] 20111110042241P</guid></item><item><title>Commented Issue: Users are approved by default [817]</title><link>http://azureproviders.codeplex.com/workitem/817</link><description>FYI, there is no point in an email account verification on new user registration if the user account is already set to approved when it is created.&lt;br /&gt;&lt;br /&gt;FIX&amp;#58;&lt;br /&gt;In Register.aspx, add this property in the CreateUserWizard control&amp;#58;  DisableCreatedUser&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: ihenriksen ** &lt;p&gt;I can&amp;#39;t recreate this, If I register a new user and then try to sign in with this user without verifying the e-mail first I get the following message&amp;#58;&lt;/p&gt;&lt;p&gt;-&amp;#34;You must activate your account before signing in. To help you sign in we just sent the e-mail with the validation link to you again&amp;#59; please check your e-mail account.&amp;#34;&lt;br /&gt;&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Thu, 10 Nov 2011 15:37:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Users are approved by default [817] 20111110033707P</guid></item><item><title>Commented Issue: Session is always expired [818]</title><link>http://azureproviders.codeplex.com/workitem/818</link><description>Problem&amp;#58;&lt;br /&gt;Session is always expired when developing on local environment &amp;#40;Azure Compute Emulator&amp;#41; and using Azure Storage &amp;#40;production environment&amp;#41; not UseDevelopmentStorage&amp;#61;true&lt;br /&gt;&amp;#60;sessionState timeout&amp;#61;&amp;#34;60&amp;#34;&amp;#62;&lt;br /&gt;Problem is DateTime comparison. On the left side is UTC and on the right side is local time.&lt;br /&gt;&lt;br /&gt;Version 1.6.9726 &amp;#40;Sep 17 2011&amp;#41;&lt;br /&gt;AzureSessionStateProvider.cs &amp;#40;line number 189&amp;#41;&lt;br /&gt;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.Now&amp;#41;&lt;br /&gt;&lt;br /&gt;Solution&amp;#58;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.UtcNow&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: ihenriksen ** &lt;p&gt;, also, If I use your suggested solution then the difference is 1 hour 20 minute, which is erroneous on my system again.&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Thu, 10 Nov 2011 15:21:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Session is always expired [818] 20111110032131P</guid></item><item><title>Commented Issue: Session is always expired [818]</title><link>http://azureproviders.codeplex.com/workitem/818</link><description>Problem&amp;#58;&lt;br /&gt;Session is always expired when developing on local environment &amp;#40;Azure Compute Emulator&amp;#41; and using Azure Storage &amp;#40;production environment&amp;#41; not UseDevelopmentStorage&amp;#61;true&lt;br /&gt;&amp;#60;sessionState timeout&amp;#61;&amp;#34;60&amp;#34;&amp;#62;&lt;br /&gt;Problem is DateTime comparison. On the left side is UTC and on the right side is local time.&lt;br /&gt;&lt;br /&gt;Version 1.6.9726 &amp;#40;Sep 17 2011&amp;#41;&lt;br /&gt;AzureSessionStateProvider.cs &amp;#40;line number 189&amp;#41;&lt;br /&gt;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.Now&amp;#41;&lt;br /&gt;&lt;br /&gt;Solution&amp;#58;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.UtcNow&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: ihenriksen ** &lt;p&gt;I can&amp;#39;t recreate this. If I have defined a 20 minute timeout like this&amp;#58;&lt;/p&gt;&lt;p&gt;    &amp;#60;sessionState useHostingIdentity&amp;#61;&amp;#34;true&amp;#34; compressionEnabled&amp;#61;&amp;#34;false&amp;#34; timeout&amp;#61;&amp;#34;20&amp;#34; mode&amp;#61;&amp;#34;Custom&amp;#34; customProvider&amp;#61;&amp;#34;AzureSessionProvider&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;providers&amp;#62;&lt;br /&gt;        &amp;#60;clear &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add name&amp;#61;&amp;#34;AzureSessionProvider&amp;#34; type&amp;#61;&amp;#34;WebPages.Bll.AzureSessionStateProvider&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;providers&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;sessionState&amp;#62;&lt;/p&gt;&lt;p&gt;, and put a debug breakpoint at line 190 in AzureSessionStateProviders.cs&amp;#39;s GetSessionStoreItem&amp;#40;&amp;#41; method here&amp;#58;&lt;/p&gt;&lt;p&gt;                var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;                if &amp;#40;expires &amp;#60; DateTime.Now&amp;#41;&lt;/p&gt;&lt;p&gt;, then there is 20 minutes difference between &amp;#34;expires&amp;#34; and DateTime.Now at startup like the code expects.&lt;/p&gt;</description><author>ihenriksen</author><pubDate>Thu, 10 Nov 2011 15:16:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Session is always expired [818] 20111110031651P</guid></item><item><title>Created Issue: Session is always expired [818]</title><link>http://azureproviders.codeplex.com/workitem/818</link><description>Problem&amp;#58;&lt;br /&gt;Session is always expired when developing on local environment &amp;#40;Azure Compute Emulator&amp;#41; and using Azure Storage &amp;#40;production environment&amp;#41; not UseDevelopmentStorage&amp;#61;true&lt;br /&gt;&amp;#60;sessionState timeout&amp;#61;&amp;#34;60&amp;#34;&amp;#62;&lt;br /&gt;Problem is DateTime comparison. On the left side is UTC and on the right side is local time.&lt;br /&gt;&lt;br /&gt;Version 1.6.9726 &amp;#40;Sep 17 2011&amp;#41;&lt;br /&gt;AzureSessionStateProvider.cs &amp;#40;line number 189&amp;#41;&lt;br /&gt;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.Now&amp;#41;&lt;br /&gt;&lt;br /&gt;Solution&amp;#58;&lt;br /&gt;var expires &amp;#61; session.Expires&amp;#59;&lt;br /&gt;if &amp;#40;expires &amp;#60; DateTime.UtcNow&amp;#41;&lt;br /&gt;</description><author>m_david</author><pubDate>Wed, 09 Nov 2011 09:07:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Session is always expired [818] 20111109090718A</guid></item><item><title>Created Issue: Users are approved by default [817]</title><link>http://azureproviders.codeplex.com/workitem/817</link><description>FYI, there is no point in an email account verification on new user registration if the user account is already set to approved when it is created.&lt;br /&gt;&lt;br /&gt;FIX&amp;#58;&lt;br /&gt;In Register.aspx, add this property in the CreateUserWizard control&amp;#58;  DisableCreatedUser&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;</description><author>roachslayer</author><pubDate>Tue, 25 Oct 2011 07:37:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Users are approved by default [817] 20111025073715A</guid></item></channel></rss>