<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Laurent Kempé - All Comments</title><link>http://weblogs.asp.net/lkempe/default.aspx</link><description>&lt;a href="http://www.techheadbrothers.com"&gt;One of the 
Tech Head Brothers...&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>NDepend v3 is now 100% integrated in Visual Studio.</title><link>http://weblogs.asp.net/lkempe/archive/2008/04/25/using-ndepend-in-team-city-build-management-tool.aspx#7375629</link><pubDate>Tue, 09 Mar 2010 10:36:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7375629</guid><dc:creator>Patrick Smacchia [MVP C#]</dc:creator><author>Patrick Smacchia [MVP C#]</author><description>&lt;p&gt;First of all, if you are like me, you certainly don&amp;amp;rsquo;t want another Visual Studio extension that&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7375629" width="1" height="1"&gt;</description></item><item><title>re: Login control in an ASP.NET AJAX toolkit PopupControlExtender with a close button</title><link>http://weblogs.asp.net/lkempe/archive/2007/01/28/login-control-in-an-asp-net-ajax-toolkit-popupcontrolextender-with-a-close-button.aspx#7361929</link><pubDate>Thu, 25 Feb 2010 11:02:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7361929</guid><dc:creator>Thijs</dc:creator><author>Thijs</author><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;This article helped me a lot about a year ago so I&amp;#39;ll try to make a little contribution.&lt;/p&gt;
&lt;p&gt;I updated our site from AjaxToolkit 1.0 to the 3.5. This caused some problems, the position and visibility of the popupcontrol didn&amp;#39;t work correctly and the close butten gave me the error:&amp;quot;ajaxcontroltoolkit is not defined&amp;quot;&lt;/p&gt;
&lt;p&gt;solution:&lt;/p&gt;
&lt;p&gt;To correct the position and the visibility, I needed to use the ToolkitScriptManager from the Ajaxtoolkit and not the scriptmanager from asp.net.&lt;/p&gt;
&lt;p&gt;To get the close button to work I had to change:&lt;/p&gt;
&lt;p&gt;&amp;quot;AjaxControlToolkit.PopupControlBehavior.__VisiblePopup.hidePopup(); return false;&amp;quot;&lt;/p&gt;
&lt;p&gt;to &lt;/p&gt;
&lt;p&gt;Sys.Extended.UI.PopupControlBehavior.__VisiblePopup.hidePopup();return false;&lt;/p&gt;
&lt;p&gt;that&amp;#39;s it.&lt;/p&gt;
&lt;p&gt;greetz&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7361929" width="1" height="1"&gt;</description></item><item><title>re: Set default printer per network on Windows 7</title><link>http://weblogs.asp.net/lkempe/archive/2009/08/24/set-default-printer-per-network-on-windows-7.aspx#7360071</link><pubDate>Wed, 24 Feb 2010 03:27:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7360071</guid><dc:creator>Kent</dc:creator><author>Kent</author><description>&lt;p&gt;I dont see the option either.. i am running 7 Enterprise...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7360071" width="1" height="1"&gt;</description></item><item><title>re: Optimization of a Web Site - Using Content Expiration (IIS 6.0)</title><link>http://weblogs.asp.net/lkempe/archive/2007/07/25/optimization-of-a-web-site-using-content-expiration-iis-6-0.aspx#7356457</link><pubDate>Sun, 21 Feb 2010 14:09:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7356457</guid><dc:creator>Paul</dc:creator><author>Paul</author><description>&lt;p&gt;@Umair Jabbar: In my tests, IIS 6 sends the &amp;#39;Cache-Control: max-age=xx&amp;#39; header when you set sliding expiration, not the &amp;#39;Expires&amp;#39; header.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7356457" width="1" height="1"&gt;</description></item><item><title>re: Automated WPF functional tests using White</title><link>http://weblogs.asp.net/lkempe/archive/2010/01/27/automated-wpf-functional-tests-using-white.aspx#7352085</link><pubDate>Thu, 18 Feb 2010 18:08:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7352085</guid><dc:creator>Nat Ritmeyer</dc:creator><author>Nat Ritmeyer</author><description>&lt;p&gt;I&amp;#39;m using White to automate a WPF app, but I&amp;#39;m using IronRuby to do it - all the benefits of using white, all the benefits of a dynamic, interpreted language! I&amp;#39;ve written up how to do it here...&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.natontesting.com/2010/02/17/how-to-test-a-wpf-app-using-ironruby-and-white/"&gt;www.natontesting.com/.../how-to-test-a-wpf-app-using-ironruby-and-white&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7352085" width="1" height="1"&gt;</description></item><item><title>VisualSvn, TortoiseSvn and relocating a working copy | 007Nova Articles</title><link>http://weblogs.asp.net/lkempe/archive/2010/01/28/visualsvn-tortoisesvn-and-relocating-a-working-copy.aspx#7339354</link><pubDate>Mon, 08 Feb 2010 20:31:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7339354</guid><dc:creator>VisualSvn, TortoiseSvn and relocating a working copy | 007Nova Articles</dc:creator><author>VisualSvn, TortoiseSvn and relocating a working copy | 007Nova Articles</author><description>&lt;p&gt;Pingback from &amp;nbsp;VisualSvn, TortoiseSvn and relocating a working copy | 007Nova Articles&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7339354" width="1" height="1"&gt;</description></item><item><title>re: How I restored my notebook after uninstalling issues of V2i from Symantec</title><link>http://weblogs.asp.net/lkempe/archive/2004/07/07/175765.aspx#7332729</link><pubDate>Wed, 03 Feb 2010 11:03:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7332729</guid><dc:creator>Johanna</dc:creator><author>Johanna</author><description>&lt;p&gt;HI &lt;/p&gt;
&lt;p&gt;I have been having the same kind problem with my Windows XP PC, No sound Playback of PC, &amp;quot;No Audio Device&amp;quot;&lt;/p&gt;
&lt;p&gt;I have tried to reinstall the Driver, i have tried your tip up above, i tried everything i could think of and what i could find on the web, i am just wondering in BIOS in advance if there shows no Audio device does it mean that my sound card is not working any more,?&lt;/p&gt;
&lt;p&gt;Any help fixing this will be eternally great &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7332729" width="1" height="1"&gt;</description></item><item><title>Daily links 2010-02-01 | Maxim's blog</title><link>http://weblogs.asp.net/lkempe/archive/2010/01/27/automated-wpf-functional-tests-using-white.aspx#7330922</link><pubDate>Mon, 01 Feb 2010 22:14:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7330922</guid><dc:creator>Daily links 2010-02-01 | Maxim's blog</dc:creator><author>Daily links 2010-02-01 | Maxim's blog</author><description>&lt;p&gt;Pingback from &amp;nbsp;Daily links 2010-02-01 | Maxim&amp;#39;s blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7330922" width="1" height="1"&gt;</description></item><item><title>re: VisualSvn, TortoiseSvn and relocating a working copy</title><link>http://weblogs.asp.net/lkempe/archive/2010/01/28/visualsvn-tortoisesvn-and-relocating-a-working-copy.aspx#7329712</link><pubDate>Sun, 31 Jan 2010 21:14:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7329712</guid><dc:creator>Ivan Zhakov</dc:creator><author>Ivan Zhakov</author><description>&lt;p&gt;@lkempe: VisualSVN monitors solution folder for changes and will notice any changes even outside Visual Studio. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7329712" width="1" height="1"&gt;</description></item><item><title>re: Optimization of a Web Site - Using Content Expiration (IIS 6.0)</title><link>http://weblogs.asp.net/lkempe/archive/2007/07/25/optimization-of-a-web-site-using-content-expiration-iis-6-0.aspx#7328415</link><pubDate>Sat, 30 Jan 2010 09:03:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7328415</guid><dc:creator>Umair Jabbar</dc:creator><author>Umair Jabbar</author><description>&lt;p&gt;I have configured IIS 6.0 to send expires header but this is not happening, can anyone possibly give me a clue for this problem?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7328415" width="1" height="1"&gt;</description></item></channel></rss>