<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetfreak.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Kevin Gearing&amp;#39;s Blog - All Comments</title><link>http://dotnetfreak.co.uk/blog/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: FormShield v2.0.1 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/17/formshield-v2-0-1-released.aspx#1911</link><pubDate>Fri, 20 Apr 2012 04:55:05 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1911</guid><dc:creator>NTES - IT Solutions Ireland</dc:creator><description>&lt;p&gt;Though I have never used this software earlier, it seems interesting. I am using only visual studio for .net but I would like to try this new software.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1911" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1903</link><pubDate>Fri, 28 Oct 2011 10:02:57 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1903</guid><dc:creator>veljkoz</dc:creator><description>&lt;p&gt;Could you please provide source codes for .NET 1.1. Your captcha is the only solution we can use for our outdated projects, and we need to handle some of the issues we have with it... &lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1903" width="1" height="1"&gt;</description></item><item><title>re: System.Runtime.InteropServices.SEHException</title><link>http://dotnetfreak.co.uk/blog/archive/2004/09/02/system-runtime-interopservices-sehexception.aspx#1884</link><pubDate>Sat, 10 Sep 2011 17:06:45 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1884</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;I tried setting AutoValidate to disabled but it made no difference and did not fix my problem. I'm still getting the &amp;quot;System.Runtime.InteropServices.SEHException&amp;quot; problem as described above. &amp;nbsp;The way I attempted this fix is in my form constructor before the components are initialized/allocated:&lt;/p&gt;
&lt;p&gt;this-&amp;gt;AutoValidate = System::Windows::Forms::AutoValidate::Disable; &lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1884" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1875</link><pubDate>Fri, 29 Jul 2011 12:18:07 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1875</guid><dc:creator>Danny</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am on the askmid website and I cant see the captcha form, it just says protected by formshield. Why is this?&lt;/p&gt;
&lt;p&gt;I am using a mac, I have tried IE, Firefox, Safair and Chrome, Yet it says the same thing. Protected by form shield&lt;/p&gt;
&lt;p&gt;If i go on a windows PC it works.&lt;/p&gt;
&lt;p&gt;Why is this, Its really annoying, how can I see the captcha form?&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1875" width="1" height="1"&gt;</description></item><item><title>re: Determining the Build Date of an Assembly</title><link>http://dotnetfreak.co.uk/blog/archive/2004/07/08/determining-the-build-date-of-an-assembly.aspx#1868</link><pubDate>Thu, 26 May 2011 11:49:35 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1868</guid><dc:creator>zia</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thank you for good idea, better than AddHour(1) would be:&lt;/p&gt;
&lt;p&gt;DaylightTime dlt = TimeZone.CurrentTimeZone.GetDaylightChanges(result.Year);&lt;/p&gt;
&lt;p&gt;if (TimeZone.IsDaylightSavingTime(built, dlt)) result= result.Add(dlt.Delta);&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1868" width="1" height="1"&gt;</description></item><item><title>re: Determining the Build Date of an Assembly</title><link>http://dotnetfreak.co.uk/blog/archive/2004/07/08/determining-the-build-date-of-an-assembly.aspx#1853</link><pubDate>Fri, 28 Jan 2011 23:50:04 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1853</guid><dc:creator>Peter Holpar</dc:creator><description>&lt;p&gt;Thanks for the algorithm! See the link below for a simple WPF-based utility that applies it in practice to make the conversion between version number and build date: &lt;a rel="nofollow" target="_new" href="http://pholpar.wordpress.com/2011/01/29/how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa/"&gt;pholpar.wordpress.com/.../how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1853" width="1" height="1"&gt;</description></item><item><title>re: Determining the Build Date of an Assembly</title><link>http://dotnetfreak.co.uk/blog/archive/2004/07/08/determining-the-build-date-of-an-assembly.aspx#1852</link><pubDate>Fri, 28 Jan 2011 23:49:30 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1852</guid><dc:creator>Peter Holpar</dc:creator><description>&lt;p&gt;Thanks for the algorithm! See the link below for a simple WPF-based utility that applies it in practice to make the conversion between version number and build date: &lt;a rel="nofollow" target="_new" href="http://pholpar.wordpress.com/2011/01/29/how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa/"&gt;pholpar.wordpress.com/.../how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1852" width="1" height="1"&gt;</description></item><item><title>re: FormShield for .NET 2.0 Released</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/13/formshield-for-net-2-0-released.aspx#1850</link><pubDate>Wed, 19 Jan 2011 18:51:46 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1850</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;I get the same as you Pedro Jimenez - every time it says I have typed the code incorrectly - when I haven't...&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1850" width="1" height="1"&gt;</description></item><item><title>re: System.Runtime.InteropServices.SEHException</title><link>http://dotnetfreak.co.uk/blog/archive/2004/09/02/system-runtime-interopservices-sehexception.aspx#1849</link><pubDate>Sun, 12 Dec 2010 20:48:06 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1849</guid><dc:creator>sybaskan</dc:creator><description>&lt;p&gt;Form1 2 3 4 &amp;nbsp;etc &amp;nbsp; properties &lt;/p&gt;
&lt;p&gt;AutoValidate=Disabled&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1849" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1848</link><pubDate>Fri, 29 Oct 2010 20:57:30 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1848</guid><dc:creator>türkü dinle</dc:creator><description>&lt;p&gt;Thanks Dotnet freaks team.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1848" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1847</link><pubDate>Fri, 10 Sep 2010 09:29:47 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1847</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;I have enjoyed using this control for a few years now but in a new deployment, the application is in a subfolder, not the root web folder. Because of this the image is not rendered and if I click on the listen button I get a 'The resource cannot be found' error. Please advise on how to use this control in a website depoyed in a subfolder. Changing the folder to a virtual directory did not help either.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1847" width="1" height="1"&gt;</description></item><item><title>re: Adding a License Key to FormShield</title><link>http://dotnetfreak.co.uk/blog/archive/2007/07/15/adding-a-license-key-to-formshield.aspx#1846</link><pubDate>Sat, 21 Aug 2010 00:26:55 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1846</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Hi Kevin.&lt;/p&gt;
&lt;p&gt;Your FormShield is great. You are a talented young man.&lt;/p&gt;
&lt;p&gt;Ron &lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1846" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1840</link><pubDate>Tue, 13 Jul 2010 12:13:25 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1840</guid><dc:creator>Tommo</dc:creator><description>&lt;p&gt;Looks like your control is being used on Motor Insurance Bureau's ASKMID website.&lt;/p&gt;
&lt;p&gt;It's a shame that is has been implemented so badly, that entire site it complete rubbish really, especially when you think how much money they must have to spend.&lt;/p&gt;
&lt;p&gt;I only ended up here because the captcha control is broken on their site and I was trying so see if I could some how get it to work.&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1840" width="1" height="1"&gt;</description></item><item><title>re: New Control - FormShield - Dynamically Generates CAPTCHA™ Style Images</title><link>http://dotnetfreak.co.uk/blog/archive/2004/11/06/new-control-formshield-dynamically-generates-captcha-style-images.aspx#1839</link><pubDate>Sat, 12 Jun 2010 09:20:31 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1839</guid><dc:creator>Blogs.DotnetFreaks.net</dc:creator><description>&lt;p&gt;Good work!!!!! &lt;/p&gt;
&lt;p&gt;Thanks Dotnet freaks team............&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1839" width="1" height="1"&gt;</description></item><item><title>re: Windows SharePoint Services, Documents &amp; Username/Password Prompts</title><link>http://dotnetfreak.co.uk/blog/archive/2009/02/17/windows-sharepoint-services-documents-amp-username-password-prompts.aspx#1794</link><pubDate>Wed, 12 May 2010 15:35:15 GMT</pubDate><guid isPermaLink="false">6329f370-38d9-4d4b-8419-567856985e22:1794</guid><dc:creator>Jawad</dc:creator><description>&lt;p&gt;Uninstall WebDav from your IIS that resolves issues such as Password prompts and opening library in Windows Explorer.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/023f4b23-3ce6-4d83-8cb0-7398b88ba6ab/?prof=required"&gt;social.technet.microsoft.com/.../023f4b23-3ce6-4d83-8cb0-7398b88ba6ab&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://dotnetfreak.co.uk/aggbug.aspx?PostID=1794" width="1" height="1"&gt;</description></item></channel></rss>
