<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Emil&#039;s Lost &amp; Found Archive</title>
	<atom:link href="http://www.meadow.se/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meadow.se/wordpress</link>
	<description>A weblog with useful bits &#38; pieces of information from the world of .Net programming.</description>
	<lastBuildDate>Thu, 10 May 2012 00:07:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Retrieving the message count for MSMQ queues by Randy Burden</title>
		<link>http://www.meadow.se/wordpress/retrieving-the-message-count-is-msmq-queues/comment-page-1/#comment-132508</link>
		<dc:creator>Randy Burden</dc:creator>
		<pubDate>Thu, 10 May 2012 00:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=648#comment-132508</guid>
		<description>Unfortunately when using this method, the queue names get truncated to 64 characters which for most people like myself, can make this option unusable. When querying for queues on a remote machine, the queue name comes back looking like this: MachineName\private$\QueueName so with that extra text prepended to the beginning of the queue name, you can easily exceed 64 characters. If only Microsoft would just implement a MessageCount property...  See: http://connect.microsoft.com/VisualStudio/feedback/details/91525/system-daignostics-performancecounter-fails-when-using-instance-name-64-characters</description>
		<content:encoded><![CDATA[<p>Unfortunately when using this method, the queue names get truncated to 64 characters which for most people like myself, can make this option unusable. When querying for queues on a remote machine, the queue name comes back looking like this: MachineName\private$\QueueName so with that extra text prepended to the beginning of the queue name, you can easily exceed 64 characters. If only Microsoft would just implement a MessageCount property&#8230;  See: <a href="http://connect.microsoft.com/VisualStudio/feedback/details/91525/system-daignostics-performancecounter-fails-when-using-instance-name-64-characters" rel="nofollow">http://connect.microsoft.com/VisualStudio/feedback/details/91525/system-daignostics-performancecounter-fails-when-using-instance-name-64-characters</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed transactions with WCF and NHibernate by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/distributed-transactions-with-wcf-and-nhibernate/comment-page-1/#comment-132233</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Fri, 04 May 2012 22:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=363#comment-132233</guid>
		<description>&lt;a href=&quot;#comment-132149&quot; rel=&quot;nofollow&quot;&gt;@Mary  &lt;/a&gt; 

Hi Mary,

Too bad you&#039;re having problems. I&#039;m afraid it&#039;s very difficult to know what is causing them without having a look at the code but I would start by putting ISession.Close() back and see what happens. ISession.Clear() should not come into play, all that method does is to remove all objects from the session.

The reason I don&#039;t do Close() is that I leave that to the distributed transactions. Do you use that as well? If you do, then removing them to see if that helps.

Also, which version of NHibernate are you using? My article describes version 2.1.1, I don&#039;t know how later versions handle transactions. It may have changed.

Hope this helps,

Emil</description>
		<content:encoded><![CDATA[<p><a href="#comment-132149" rel="nofollow">@Mary  </a> </p>
<p>Hi Mary,</p>
<p>Too bad you&#8217;re having problems. I&#8217;m afraid it&#8217;s very difficult to know what is causing them without having a look at the code but I would start by putting ISession.Close() back and see what happens. ISession.Clear() should not come into play, all that method does is to remove all objects from the session.</p>
<p>The reason I don&#8217;t do Close() is that I leave that to the distributed transactions. Do you use that as well? If you do, then removing them to see if that helps.</p>
<p>Also, which version of NHibernate are you using? My article describes version 2.1.1, I don&#8217;t know how later versions handle transactions. It may have changed.</p>
<p>Hope this helps,</p>
<p>Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed transactions with WCF and NHibernate by Mary</title>
		<link>http://www.meadow.se/wordpress/distributed-transactions-with-wcf-and-nhibernate/comment-page-1/#comment-132149</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Thu, 03 May 2012 12:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=363#comment-132149</guid>
		<description>Hi,Emil.
I have many problems in my project use nhibernate  in wcf service.
I get errors like this:The transaction has aborted. I do like you said in you article above. 
You saied:Don’t close the NHibernate ISession explicitly .Can I understand like this:don&#039;t  use   sesson.Close()  and session.Clear().
Can you give me a hand for my project? If you have any ideas  ,you can send an email ,and we can have a talk about it .
thank you !
/Mary</description>
		<content:encoded><![CDATA[<p>Hi,Emil.<br />
I have many problems in my project use nhibernate  in wcf service.<br />
I get errors like this:The transaction has aborted. I do like you said in you article above.<br />
You saied:Don’t close the NHibernate ISession explicitly .Can I understand like this:don&#8217;t  use   sesson.Close()  and session.Clear().<br />
Can you give me a hand for my project? If you have any ideas  ,you can send an email ,and we can have a talk about it .<br />
thank you !<br />
/Mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to refer to an EPiServer page by clevela</title>
		<link>http://www.meadow.se/wordpress/how-to-refer-to-an-episerver-page/comment-page-1/#comment-131845</link>
		<dc:creator>clevela</dc:creator>
		<pubDate>Sun, 29 Apr 2012 20:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=64#comment-131845</guid>
		<description>http://www.clevelandct.com 
 
Cleveland Corporate Transport is Cleveland&#039;s choice for personal and corporate transportation.</description>
		<content:encoded><![CDATA[<p><a href="http://www.clevelandct.com" rel="nofollow">http://www.clevelandct.com</a> </p>
<p>Cleveland Corporate Transport is Cleveland&#8217;s choice for personal and corporate transportation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: MCPD 70-519 Exam Ref: Designing and Developing Web Applications Using Microsoft® .NET Framework 4 by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/book-review-mcpd-70-519-exam-ref-designing-and-developing-web-applications-using-microsoft%c2%ae-net-framework-4/comment-page-1/#comment-123234</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Mon, 12 Mar 2012 11:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=630#comment-123234</guid>
		<description>Thanks for the comment, Tony, I appreciate it! I did like the book and the criticisms above are quite minor indeed. However, your 70-515 book was more useful to me as that exam is more of a challenge.

/Emil</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, Tony, I appreciate it! I did like the book and the criticisms above are quite minor indeed. However, your 70-515 book was more useful to me as that exam is more of a challenge.</p>
<p>/Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: MCPD 70-519 Exam Ref: Designing and Developing Web Applications Using Microsoft® .NET Framework 4 by Tony Northrup</title>
		<link>http://www.meadow.se/wordpress/book-review-mcpd-70-519-exam-ref-designing-and-developing-web-applications-using-microsoft%c2%ae-net-framework-4/comment-page-1/#comment-122935</link>
		<dc:creator>Tony Northrup</dc:creator>
		<pubDate>Fri, 09 Mar 2012 20:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=630#comment-122935</guid>
		<description>Glad you liked the book! Yeah, the &quot;Exam Ref&quot; format is intended to be very exam-centric, and the exam, of course, is focused on Microsoft topics.</description>
		<content:encoded><![CDATA[<p>Glad you liked the book! Yeah, the &#8220;Exam Ref&#8221; format is intended to be very exam-centric, and the exam, of course, is focused on Microsoft topics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exclude files and folders from Web Deployment projects by Gautam</title>
		<link>http://www.meadow.se/wordpress/exclude-files-and-folders-from-web-deployment-projects/comment-page-1/#comment-121920</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Thu, 01 Mar 2012 15:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=137#comment-121920</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-121907&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-121907&quot; rel=&quot;nofollow&quot;&gt;Gautam&lt;/a&gt; :&lt;/strong&gt;
Hi,
I tried writing the following code in my .proj file.
……………
……………

    
    
  

but in my build drop directory I am still getting web.config and web.debug.config and web.release.config files.
Can you please let me know where am I going wrong?
Gautam
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-121907"><p>
<strong><a href="#comment-121907" rel="nofollow">Gautam</a> :</strong><br />
Hi,<br />
I tried writing the following code in my .proj file.<br />
……………<br />
……………</p>
<p>but in my build drop directory I am still getting web.config and web.debug.config and web.release.config files.<br />
Can you please let me know where am I going wrong?<br />
Gautam
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exclude files and folders from Web Deployment projects by Gautam</title>
		<link>http://www.meadow.se/wordpress/exclude-files-and-folders-from-web-deployment-projects/comment-page-1/#comment-121907</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Thu, 01 Mar 2012 14:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=137#comment-121907</guid>
		<description>Hi,
I tried writing the following code in my .proj file.


...............
...............
 
    
    
  


but in my build drop directory I am still getting web.config and web.debug.config and web.release.config files.

Can you please let me know where am I going wrong?

Gautam</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried writing the following code in my .proj file.</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;<br />
&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>but in my build drop directory I am still getting web.config and web.debug.config and web.release.config files.</p>
<p>Can you please let me know where am I going wrong?</p>
<p>Gautam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieving the message count for MSMQ queues by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/retrieving-the-message-count-is-msmq-queues/comment-page-1/#comment-121032</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Thu, 23 Feb 2012 11:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=648#comment-121032</guid>
		<description>Update:

If some queues are not showing up then perhaps they&#039;re not active. Make sure that you have an active listener or have sent messages to the queues. It might also help restarting the &quot;Message Queueing&quot; service.

See here: http://serverfault.com/questions/269491/wmi-missing-msmq-queue-name

/Emil</description>
		<content:encoded><![CDATA[<p>Update:</p>
<p>If some queues are not showing up then perhaps they&#8217;re not active. Make sure that you have an active listener or have sent messages to the queues. It might also help restarting the &#8220;Message Queueing&#8221; service.</p>
<p>See here: <a href="http://serverfault.com/questions/269491/wmi-missing-msmq-queue-name" rel="nofollow">http://serverfault.com/questions/269491/wmi-missing-msmq-queue-name</a></p>
<p>/Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: MCPD 70-519 Exam Ref: Designing and Developing Web Applications Using Microsoft® .NET Framework 4 by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/book-review-mcpd-70-519-exam-ref-designing-and-developing-web-applications-using-microsoft%c2%ae-net-framework-4/comment-page-1/#comment-120026</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=630#comment-120026</guid>
		<description>Agreed, it&#039;s understandable. But I think he could be clearer about the distinction between studying for the exam and doing things like logging in the real world. It&#039;s not a big problem but my point is that it should be kept in mind when reading the book.</description>
		<content:encoded><![CDATA[<p>Agreed, it&#8217;s understandable. But I think he could be clearer about the distinction between studying for the exam and doing things like logging in the real world. It&#8217;s not a big problem but my point is that it should be kept in mind when reading the book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: MCPD 70-519 Exam Ref: Designing and Developing Web Applications Using Microsoft® .NET Framework 4 by Bruno Garcia</title>
		<link>http://www.meadow.se/wordpress/book-review-mcpd-70-519-exam-ref-designing-and-developing-web-applications-using-microsoft%c2%ae-net-framework-4/comment-page-1/#comment-119832</link>
		<dc:creator>Bruno Garcia</dc:creator>
		<pubDate>Sat, 11 Feb 2012 22:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=630#comment-119832</guid>
		<description>It&#039;s understandable he doesn&#039;t mention Open Source ORM considering it&#039;s a Microsoft exam reference guide. It covers subjects within the 70-519 exam.</description>
		<content:encoded><![CDATA[<p>It&#8217;s understandable he doesn&#8217;t mention Open Source ORM considering it&#8217;s a Microsoft exam reference guide. It covers subjects within the 70-519 exam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NUnit with SQLite and .Net 4.0 Beta 2 by Pali</title>
		<link>http://www.meadow.se/wordpress/nunit-with-sqlite-and-net-4-0-beta-2/comment-page-1/#comment-119687</link>
		<dc:creator>Pali</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=393#comment-119687</guid>
		<description>It works. Thanks!</description>
		<content:encoded><![CDATA[<p>It works. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Property promotion when debatching messages from the BizTalk WCF SQL adapter by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/property-promotion-when-debatching-messages-from-the-biztalk-wcf-sql-adapter/comment-page-1/#comment-107158</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Thu, 27 Oct 2011 13:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=528#comment-107158</guid>
		<description>Actually, I might have been wrong about that. I couldn&#039;t get it working but if you read the comments to Richard Seroter&#039;s blog post that I mentioned above, it seems that others were more successful. Perhaps I had another problem that went undiscovered.

Emil</description>
		<content:encoded><![CDATA[<p>Actually, I might have been wrong about that. I couldn&#8217;t get it working but if you read the comments to Richard Seroter&#8217;s blog post that I mentioned above, it seems that others were more successful. Perhaps I had another problem that went undiscovered.</p>
<p>Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Property promotion when debatching messages from the BizTalk WCF SQL adapter by Mikael Sand</title>
		<link>http://www.meadow.se/wordpress/property-promotion-when-debatching-messages-from-the-biztalk-wcf-sql-adapter/comment-page-1/#comment-107054</link>
		<dc:creator>Mikael Sand</dc:creator>
		<pubDate>Wed, 26 Oct 2011 11:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=528#comment-107054</guid>
		<description>&quot;property promotions in the incoming schema (which is created automatically if you’re using typed polling) doesn’t work&quot;

Why doesnät it work?</description>
		<content:encoded><![CDATA[<p>&#8220;property promotions in the incoming schema (which is created automatically if you’re using typed polling) doesn’t work&#8221;</p>
<p>Why doesnät it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Refreshing data in jQuery DataTables by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/refreshing-data-in-jquery-datatables/comment-page-1/#comment-104522</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Sun, 02 Oct 2011 19:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=536#comment-104522</guid>
		<description>Yes, but for some reason that did not work for me. When googling I found several others having the same problem and that&#039;s why I wrote this post. Apparently it&#039;s some combination of configuration options that causes the problems...

Thanks for the comment though, it may very well work for others having similar problems.</description>
		<content:encoded><![CDATA[<p>Yes, but for some reason that did not work for me. When googling I found several others having the same problem and that&#8217;s why I wrote this post. Apparently it&#8217;s some combination of configuration options that causes the problems&#8230;</p>
<p>Thanks for the comment though, it may very well work for others having similar problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Refreshing data in jQuery DataTables by Eugene.Brian.Ong</title>
		<link>http://www.meadow.se/wordpress/refreshing-data-in-jquery-datatables/comment-page-1/#comment-104465</link>
		<dc:creator>Eugene.Brian.Ong</dc:creator>
		<pubDate>Sun, 02 Oct 2011 03:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=536#comment-104465</guid>
		<description>There is also fnReloadAjax() which is very similar to your code. See http://www.datatables.net/plug-ins/api</description>
		<content:encoded><![CDATA[<p>There is also fnReloadAjax() which is very similar to your code. See <a href="http://www.datatables.net/plug-ins/api" rel="nofollow">http://www.datatables.net/plug-ins/api</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open an EPiServer page by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/open-an-episerver-page/comment-page-1/#comment-101994</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Sun, 04 Sep 2011 20:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=56#comment-101994</guid>
		<description>I&#039;m really sorry for a very late reply to this, but I rarely work with EPiServer these days so I don&#039;t know the answer to your question. If I come across it, I&#039;ll post it here...

/Emil</description>
		<content:encoded><![CDATA[<p>I&#8217;m really sorry for a very late reply to this, but I rarely work with EPiServer these days so I don&#8217;t know the answer to your question. If I come across it, I&#8217;ll post it here&#8230;</p>
<p>/Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open an EPiServer page by senthil</title>
		<link>http://www.meadow.se/wordpress/open-an-episerver-page/comment-page-1/#comment-99292</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Fri, 05 Aug 2011 14:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=56#comment-99292</guid>
		<description>&lt;a href=&quot;#comment-98978&quot; rel=&quot;nofollow&quot;&gt;@Johan  &lt;/a&gt; 
Hi ,
I&#039;m trying to migrate our app to EPiServer 5 and i&#039;m also facing the same issue..did you get any alternative for GetPageByURL?</description>
		<content:encoded><![CDATA[<p><a href="#comment-98978" rel="nofollow">@Johan  </a><br />
Hi ,<br />
I&#8217;m trying to migrate our app to EPiServer 5 and i&#8217;m also facing the same issue..did you get any alternative for GetPageByURL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open an EPiServer page by Johan</title>
		<link>http://www.meadow.se/wordpress/open-an-episerver-page/comment-page-1/#comment-98978</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Tue, 02 Aug 2011 07:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=56#comment-98978</guid>
		<description>Hi! I see this is an old post but I wanna do this: pagedata = Global.EPDataFactory.GetPageByURL(&quot;/Bokningsbara-kurser/&quot;); in CMS6 but &#039;EPiServer.DataFactory&#039; does not contain a definition for &#039;GetPageByURL&#039; 

How to do this in CMS6?

//Johan</description>
		<content:encoded><![CDATA[<p>Hi! I see this is an old post but I wanna do this: pagedata = Global.EPDataFactory.GetPageByURL(&#8220;/Bokningsbara-kurser/&#8221;); in CMS6 but &#8216;EPiServer.DataFactory&#8217; does not contain a definition for &#8216;GetPageByURL&#8217; </p>
<p>How to do this in CMS6?</p>
<p>//Johan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling a PowerShell script from a Windows shortcut by Emil Åström</title>
		<link>http://www.meadow.se/wordpress/calling-a-powershell-script-from-a-windows-shortcut/comment-page-1/#comment-93610</link>
		<dc:creator>Emil Åström</dc:creator>
		<pubDate>Tue, 24 May 2011 20:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.meadow.se/wordpress/?p=248#comment-93610</guid>
		<description>&lt;a href=&quot;#comment-93604&quot; rel=&quot;nofollow&quot;&gt;@ygarti&lt;/a&gt; 

Hi!

It looks like your last single quote is ′, and not  ‘, which would have been correct. It could be that WordPress mangled your quotes when you posted your comment so if that&#039;s not the error we have too look further...

Your script path does not contain any white space so you can remove the single quotes completely, maybe that helps?

If it doesn&#039;t I don&#039;t know what the error may be (your example works for me). What error do you get?

/Emil</description>
		<content:encoded><![CDATA[<p><a href="#comment-93604" rel="nofollow">@ygarti</a> </p>
<p>Hi!</p>
<p>It looks like your last single quote is ′, and not  ‘, which would have been correct. It could be that WordPress mangled your quotes when you posted your comment so if that&#8217;s not the error we have too look further&#8230;</p>
<p>Your script path does not contain any white space so you can remove the single quotes completely, maybe that helps?</p>
<p>If it doesn&#8217;t I don&#8217;t know what the error may be (your example works for me). What error do you get?</p>
<p>/Emil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

