<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Daniel Ansari's blog</title>
	<atom:link href="http://www.danielansari.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielansari.com/wordpress</link>
	<description>Random software musings</description>
	<pubDate>Sun, 05 Feb 2012 07:37:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on NHibernate caching solution for web farms by admin</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-657</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 Jan 2012 21:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-657</guid>
		<description>Good luck finding and quashing the bug quickly.  Please drop me a note later on and let me know how FileSysCache is working out for you.</description>
		<content:encoded><![CDATA[<p>Good luck finding and quashing the bug quickly.  Please drop me a note later on and let me know how FileSysCache is working out for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate caching solution for web farms by Mac</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-656</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-656</guid>
		<description>Hi Daniel. We spoke too soon wrt to the Pre Prod enviro. It is also failing. An interesting note is that when we inherited this issue we noted that the lazy setting was set to "false" in the mappings. As the hibernate was failing already we changed it to "true". This has aggravated the situation. Now we get failure even without the filesyscache running. We are down to assuming it is a code bug of some type.</description>
		<content:encoded><![CDATA[<p>Hi Daniel. We spoke too soon wrt to the Pre Prod enviro. It is also failing. An interesting note is that when we inherited this issue we noted that the lazy setting was set to &#8220;false&#8221; in the mappings. As the hibernate was failing already we changed it to &#8220;true&#8221;. This has aggravated the situation. Now we get failure even without the filesyscache running. We are down to assuming it is a code bug of some type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate caching solution for web farms by admin</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-655</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-655</guid>
		<description>Hi Mac, the way you've set your path appears correct.  It looks like the problem might be with the NH mapping or the data itself.

Are you sure the DB schema match exactly?  Is it possible that the data in pre-prod is different and so the problem doesn't surface in that environment?

What if you make a small test app that won't affect your main prod application, so that you can verify that FileSysCache works in prod?</description>
		<content:encoded><![CDATA[<p>Hi Mac, the way you&#8217;ve set your path appears correct.  It looks like the problem might be with the NH mapping or the data itself.</p>
<p>Are you sure the DB schema match exactly?  Is it possible that the data in pre-prod is different and so the problem doesn&#8217;t surface in that environment?</p>
<p>What if you make a small test app that won&#8217;t affect your main prod application, so that you can verify that FileSysCache works in prod?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate caching solution for web farms by Mac</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-654</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-654</guid>
		<description>Hello Daniel... looking for some insight or ideas on what an issue might be. We are running a webfarm of up to 8 servers on an older .net 2.0 project. Using Nhibernate 1.2.0xx. We have installed the FileSysCache, Syscache and Nhibernate dlls into our bin folders. We shared a directory out to the 8 servers as in "\\server\SharedcacheFolder" in our web.config. The issue we are encountering is that in Pre prod on two servers we don't get ANY errors. On our prod using 4 servers, we get the following 'You may not dereference an collection with cascade="all-delete-orphan"'. My question as per Pab is once again to confirm.. you should set your -- filesyscache path="\\server\sharedCacheFolder"/--. We are scratching our heads trying to look for ideas. Is it an issue that we are using the same sharedcachefolder for both PreProd and Prod? Thanks for any ideas.</description>
		<content:encoded><![CDATA[<p>Hello Daniel&#8230; looking for some insight or ideas on what an issue might be. We are running a webfarm of up to 8 servers on an older .net 2.0 project. Using Nhibernate 1.2.0xx. We have installed the FileSysCache, Syscache and Nhibernate dlls into our bin folders. We shared a directory out to the 8 servers as in &#8220;\\server\SharedcacheFolder&#8221; in our web.config. The issue we are encountering is that in Pre prod on two servers we don&#8217;t get ANY errors. On our prod using 4 servers, we get the following &#8216;You may not dereference an collection with cascade=&#8221;all-delete-orphan&#8221;&#8216;. My question as per Pab is once again to confirm.. you should set your &#8212; filesyscache path=&#8221;\\server\sharedCacheFolder&#8221;/&#8211;. We are scratching our heads trying to look for ideas. Is it an issue that we are using the same sharedcachefolder for both PreProd and Prod? Thanks for any ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decrypting AES-encrypted values from ColdFusion in .NET by admin</title>
		<link>http://www.danielansari.com/wordpress/2010/08/decrypting-aes-encrypted-values-from-coldfusion-in-net/#comment-638</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Nov 2010 16:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=92#comment-638</guid>
		<description>Thanks for the correction mipo - I amended the post to reflect this.  (I originally wrote the post on the basis of some ColdFusion code I had, which was not consistent with the VB.NET code I had, so I had to guess which one was correct.)</description>
		<content:encoded><![CDATA[<p>Thanks for the correction mipo - I amended the post to reflect this.  (I originally wrote the post on the basis of some ColdFusion code I had, which was not consistent with the VB.NET code I had, so I had to guess which one was correct.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decrypting AES-encrypted values from ColdFusion in .NET by mipo</title>
		<link>http://www.danielansari.com/wordpress/2010/08/decrypting-aes-encrypted-values-from-coldfusion-in-net/#comment-637</link>
		<dc:creator>mipo</dc:creator>
		<pubDate>Tue, 09 Nov 2010 10:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=92#comment-637</guid>
		<description>Throws error: "Specified initialization vector (IV) does not match the block size for this algorithm" when decrypting (line 11).
Aes requires 16 byte length IV</description>
		<content:encoded><![CDATA[<p>Throws error: &#8220;Specified initialization vector (IV) does not match the block size for this algorithm&#8221; when decrypting (line 11).<br />
Aes requires 16 byte length IV</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on holasionweb.com by admin</title>
		<link>http://www.danielansari.com/wordpress/2010/05/holasionwebcom/#comment-614</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Aug 2010 21:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=78#comment-614</guid>
		<description>tuikah, if you go to your site in Firefox and click on the "Why was this page blocked" button, you can see at the bottom of that page, "Next steps... If you are the owner of this web site, you can request a review of your site using Google Webmaster Tools."  If you do that, after Google has done their review, that warning should disappear.</description>
		<content:encoded><![CDATA[<p>tuikah, if you go to your site in Firefox and click on the &#8220;Why was this page blocked&#8221; button, you can see at the bottom of that page, &#8220;Next steps&#8230; If you are the owner of this web site, you can request a review of your site using Google Webmaster Tools.&#8221;  If you do that, after Google has done their review, that warning should disappear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on holasionweb.com by admin</title>
		<link>http://www.danielansari.com/wordpress/2010/05/holasionwebcom/#comment-613</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Aug 2010 21:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=78#comment-613</guid>
		<description>I just added an update to this post, which explains how to remove the .bak files that were created as a result of the cleaning process.  I just ran it on my production websites, so it's been tested :)</description>
		<content:encoded><![CDATA[<p>I just added an update to this post, which explains how to remove the .bak files that were created as a result of the cleaning process.  I just ran it on my production websites, so it&#8217;s been tested <img src='http://www.danielansari.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on holasionweb.com by martin</title>
		<link>http://www.danielansari.com/wordpress/2010/05/holasionwebcom/#comment-612</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Thu, 12 Aug 2010 07:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=78#comment-612</guid>
		<description>Wow! Thank you so much this really worked!! Super easy!!! Initially on Avast it detected an infection, but after running the removal script nothing came up.</description>
		<content:encoded><![CDATA[<p>Wow! Thank you so much this really worked!! Super easy!!! Initially on Avast it detected an infection, but after running the removal script nothing came up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on holasionweb.com by tuikah</title>
		<link>http://www.danielansari.com/wordpress/2010/05/holasionwebcom/#comment-611</link>
		<dc:creator>tuikah</dc:creator>
		<pubDate>Tue, 10 Aug 2010 08:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=78#comment-611</guid>
		<description>I am having a problem with this type of virus... Can you pliss help me out of here...
See my web, and hopefully you will know may problems....</description>
		<content:encoded><![CDATA[<p>I am having a problem with this type of virus&#8230; Can you pliss help me out of here&#8230;<br />
See my web, and hopefully you will know may problems&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

