<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sevcik.tk &#187; Visual Studio</title>
	<atom:link href="http://sevcik.tk/category/visual-studio/feed" rel="self" type="application/rss+xml" />
	<link>http://sevcik.tk</link>
	<description>sevcik [dot] tk / .net, csharp, sharepoint, visual studio, my knowledge base, my tips, etc...</description>
	<lastBuildDate>Sat, 13 Feb 2010 23:09:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Studio 2010 and .NET Framework 4 Training Kit &#8211; February Release</title>
		<link>http://sevcik.tk/2010/02/13/visual-studio-2010-and-net-framework-4-training-kit-february-release.html</link>
		<comments>http://sevcik.tk/2010/02/13/visual-studio-2010-and-net-framework-4-training-kit-february-release.html#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:05:28 +0000</pubDate>
		<dc:creator>ps</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://sevcik.tk/2010/02/13/visual-studio-2010-and-net-framework-4-training-kit-february-release.html</guid>
		<description><![CDATA[The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: 

C# 4.0 
Visual Basic 10 
F# 
Parallel Extensions 
Windows Communication Foundation 
Windows Workflow 
Windows Presentation Foundation [...]]]></description>
			<content:encoded><![CDATA[<p>The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: </p>
<ul>
<li>C# 4.0 </li>
<li>Visual Basic 10 </li>
<li>F# </li>
<li>Parallel Extensions </li>
<li>Windows Communication Foundation </li>
<li>Windows Workflow </li>
<li>Windows Presentation Foundation </li>
<li>ASP.NET 4 </li>
<li>Windows 7 </li>
<li>Entity Framework </li>
<li>ADO.NET Data Services </li>
<li>Managed Extensibility Framework </li>
<li>Visual Studio Team System </li>
</ul>
<p> This version of the Training Kit works with Visual Studio 2010 RC and .NET Framework 4 RC.
<p><a title="http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&amp;displaylang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2010/02/13/visual-studio-2010-and-net-framework-4-training-kit-february-release.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Visual Studio Debugging Tips and Tricks</title>
		<link>http://sevcik.tk/2009/10/03/another-visual-studio-debugging-tips-and-tricks.html</link>
		<comments>http://sevcik.tk/2009/10/03/another-visual-studio-debugging-tips-and-tricks.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:42:03 +0000</pubDate>
		<dc:creator>ps</dc:creator>
				<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[debugging tips and tricks]]></category>

		<guid isPermaLink="false">http://sevcik.tk/?p=165</guid>
		<description><![CDATA[by Mahesh Krishnan on http://blogesh.wordpress.com/2008/09/09/visual-studio-debugging-tips-and-tricks/
1. Debugging/Stepping into Framework code
2. Moving the Execution Point
3. Step into Specific
4. Step over properties and operators
5. Tracepoints
6. Conditional break points and trace points
7. The DebuggerDisplay attribute
8. The DebuggerBrowsable attribute
9. The DebuggerTypeProxy attribute
10. The System.Diagnositcs Namespace
]]></description>
			<content:encoded><![CDATA[<p><a href="http://sevcik.tk/files/Visual-Studio-Debugging-Tips-and-Tricks-Maheshs-brain-droppings.png" target="_blank"><img class="alignnone size-medium wp-image-172" style="float:left;" title="Visual Studio Debugging Tips and Tricks Maheshs brain droppings" src="http://sevcik.tk/files/Visual-Studio-Debugging-Tips-and-Tricks-Maheshs-brain-droppings-33x425.png" alt="Visual Studio Debugging Tips and Tricks Maheshs brain droppings" width="33" height="425" /></a>by Mahesh Krishnan on <a title="blogesh.wordpress.com" href="http://blogesh.wordpress.com/2008/09/09/visual-studio-debugging-tips-and-tricks/" target="_blank">http://blogesh.wordpress.com/2008/09/09/visual-studio-debugging-tips-and-tricks/</a></p>
<p>1. Debugging/Stepping into Framework code</p>
<p>2. Moving the Execution Point</p>
<p>3. Step into Specific</p>
<p>4. Step over properties and operators</p>
<p>5. Tracepoints</p>
<p>6. Conditional break points and trace points</p>
<p>7. The DebuggerDisplay attribute</p>
<p>8. The DebuggerBrowsable attribute</p>
<p>9. The DebuggerTypeProxy attribute</p>
<p>10. The System.Diagnositcs Namespace</p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2009/10/03/another-visual-studio-debugging-tips-and-tricks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 debugging tips and tricks screencasts</title>
		<link>http://sevcik.tk/2009/06/13/5-debugging-tips-and-tricks-screencasts.html</link>
		<comments>http://sevcik.tk/2009/06/13/5-debugging-tips-and-tricks-screencasts.html#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:46:09 +0000</pubDate>
		<dc:creator>ps</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging tips and tricks]]></category>

		<guid isPermaLink="false">http://sevcik.tk/?p=144</guid>
		<description><![CDATA[5 debugging screencasts by Brian Hitney (Microsoft developer evangelist) http://structuretoobig.com/

Part 1 is primarily an introduction into setting breakpoints … turns out there are number of ways to set breakpoints other than just clicking in the gutter.
http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-1/
In part 2, he looks at using breakpoint modifiers – specifically, using the hit count modifier, and then the condition [...]]]></description>
			<content:encoded><![CDATA[<p><span id="ctl00_MainPlaceHolder_Starter_BodyLabel">5 debugging screencasts by Brian Hitney (Microsoft developer evangelist) </span><a title="structuretoobig.com" href="http://structuretoobig.com/" target="_blank">http://structuretoobig.com/</a></p>
<ol>
<li>Part 1 is primarily an introduction into setting breakpoints … turns out there are number of ways to set breakpoints other than just clicking in the gutter.<br />
<a title="channel9.msdn.com" href="http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-1/" target="_blank">http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-1/</a></li>
<li>In part 2, he looks at using breakpoint modifiers – specifically, using the hit count modifier, and then the condition modifier.  The condition modifier can be incredibly powerful – while we can corrupt the state of our application pretty easily (as he will demonstrate), it starts to open a whole new world for debugging more efficiently.<br />
<a title="channel9.msdn.com" href="http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-2/" target="_blank">http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-2/</a></li>
<li>In part 3, we’ll dive a little deeper into some conditions by writing methods to help debug our application, then look at using the filter breakpoint modifier to debug multithreaded applications.  Finally, we’ll take a quick look at tracepoints.<br />
<a title="channel9.msdn.com" href="http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-3/" target="_blank">http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-3/</a></li>
<li><span id="ctl00_MainPlaceHolder_Starter_BodyLabel">In part 4, we&#8217;ll look at the watch windows, the immediate window, and Make Object ID command.<br />
</span><a title="channel9.msdn.com" href="http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-4/" target="_blank">http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-4/</a></li>
<li><span id="ctl00_MainPlaceHolder_Starter_BodyLabel">In part 5, we&#8217;ll look at how to use the set next statement while debugging. We&#8217;ll also look at setting up the .NET Reference Source Code for stepping through the .NET BCLs, followed by some exception handling tips.  Finally, we&#8217;ll take a look at using Mole (a VS visualizer) to further enhance the debugging experience.<br />
</span><a title="channel9.msdn.com" href="http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-5/" target="_blank">http://channel9.msdn.com/posts/dpeeast/DevNugget-Debugging-Tips-and-Tricks-Part-5/</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2009/06/13/5-debugging-tips-and-tricks-screencasts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix unavailable WSPBuilder menu in VS 2008</title>
		<link>http://sevcik.tk/2009/01/29/how-to-fix-unavailable-wspbuilder-menu-in-vs-2008.html</link>
		<comments>http://sevcik.tk/2009/01/29/how-to-fix-unavailable-wspbuilder-menu-in-vs-2008.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 20:37:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AddIn]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[WSPBuilder]]></category>

		<guid isPermaLink="false">http://sevcik.tk/?p=89</guid>
		<description><![CDATA[Problem with unavailable WSPBuilder menu (invoked by right click on project in solution explorer [img 1] or from Tools menu [img 2]) in Visual Studio 2008 can be caused by three reason

[img 1]

[img 2]

The first reason can be unchecked Startup checkbox in Add-in Manager. 
    Fix is very simple, check Startup checkbox [...]]]></description>
			<content:encoded><![CDATA[<p>Problem with unavailable WSPBuilder menu (invoked by right click on project in solution explorer [img 1] or from Tools menu [img 2]) in Visual Studio 2008 can be caused by three reason</p>
<p><a href="http://sevcik.tk/files/wspbuilder_vs_rightclick.gif"><img height="221" width="425" class="alignnone size-medium wp-image-100" alt="" src="http://sevcik.tk/files/wspbuilder_vs_rightclick-425x221.gif" /></a><br />
[img 1]</p>
<p><a href="http://sevcik.tk/files/wspbuilder_vs_tools.gif"><img height="122" width="425" class="alignnone size-medium wp-image-101" alt="" src="http://sevcik.tk/files/wspbuilder_vs_tools-425x122.gif" /></a><br />
[img 2]</p>
<ul>
<li>The first reason can be unchecked Startup checkbox in Add-in Manager. <br />
    Fix is very simple, check Startup checkbox for WSPBuilder [img 3] and if menu do not show after that, try to restart Visual Studio.</li>
</ul>
<p><a href="http://sevcik.tk/files/wspbuilder_vs_startup.gif"><img height="282" width="425" class="alignnone size-medium wp-image-98" alt="" src="http://sevcik.tk/files/wspbuilder_vs_startup-425x282.gif" /></a><br />
[img 3]</p>
<ul>
<li>The second reason can be caused in the case you have installed english version of Visual Studio 2008 on non-english Windows. On Windows XP&nbsp;search english version of Visual Studio 2008&nbsp;AddIn files in directory &quot;C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins\&quot; and here is the problem. If you have installed non-english Windows XP, then &quot;Application Data&quot; folder have localized name (for example &quot;Data aplikac&iacute;&quot; in czech language).<br />
    Fix is as simple as in the first case, create english path &quot;Application Data\Microsoft\MSEnvShared\Addins\&quot; in &quot;C:\Documents and Settings\All Users\&quot; and copy WSPTools.VisualStudio.VSAddIn.AddIn to created path [img 4]. On Windows Vista is fix like on XP.</li>
</ul>
<p><a href="http://sevcik.tk/files/wspbuilder_vs_addinfolder.gif"><img height="55" width="425" class="alignnone size-medium wp-image-97" alt="" src="http://sevcik.tk/files/wspbuilder_vs_addinfolder-425x55.gif" /></a><br />
[img 4]</p>
<ul>
<li>The third reason is simple &quot;It&#8217;s broken&#8230;&quot;, try reinstall 1. WSPBuilder, 2. VS, 3. Windows</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2009/01/29/how-to-fix-unavailable-wspbuilder-menu-in-vs-2008.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.net localization / resx</title>
		<link>http://sevcik.tk/2008/11/26/net-localization-resx.html</link>
		<comments>http://sevcik.tk/2008/11/26/net-localization-resx.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:19:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://sevcik.tk/?p=42</guid>
		<description><![CDATA[VS plugin / Helpful tool&#8217;s

Resource Refactoring Tool Resource Refactoring Tool is an add-in for Microsoft Visual Studio 2005 Standard or above that allows developers to refactor string literals in to resource files directly from the code window.
    
    
Zeta Resource Editor A small utility application to edit .NET string [...]]]></description>
			<content:encoded><![CDATA[<p><strong>VS plugin / Helpful tool&#8217;s</strong></p>
<ul>
<li><a target="_blank" href="http://www.codeplex.com/ResourceRefactoring" title="codeplex.com - ResourceRefactoring">Resource Refactoring Tool</a> Resource Refactoring Tool is an add-in for Microsoft Visual Studio 2005 Standard or above that allows developers to refactor string literals in to resource files directly from the code window.
<p>    <a href="http://sevcik.tk/files/refactoringtool-menu.png"><img width="425" height="236" alt="" src="http://sevcik.tk/files/refactoringtool-menu-425x236.png" class="alignnone size-medium wp-image-47" /></a><a href="http://sevcik.tk/files/refactoringtool-window.png"><img width="425" height="289" alt="" src="http://sevcik.tk/files/refactoringtool-window-425x289.png" class="alignnone size-medium wp-image-48" /></p>
<p>    </a></li>
<li><a target="_blank" href="http://www.codeproject.com/KB/aspnet/ZetaResourceEditor.aspx" title="codeproject.com - ZetaResourceEditor">Zeta Resource Editor</a> A small utility application to edit .NET string resources inside multiple resource files (.resx) in parallel.<br />
    &nbsp;<br />
    <a href="http://sevcik.tk/files/zetaresourceeditor-021.png"><img width="424" height="310" alt="" src="http://sevcik.tk/files/zetaresourceeditor-021-424x310.png" class="alignnone size-medium wp-image-45" /></a></li>
<li><a target="_blank" href="http://www.codeproject.com/KB/cs/Resx2Xls.aspx" title="codeproject.com - Resx2Xls">RESX to XLS conversion for multi-language support</a> Easily convert your RESX projects files to Excel and back to localized RESX
<p>    <a href="http://sevcik.tk/files/resx2xls1.jpg"><img width="425" height="300" alt="" src="http://sevcik.tk/files/resx2xls1-425x300.jpg" class="alignnone size-medium wp-image-44" /> </a><br />
    &nbsp;</li>
<li><a href="http://resx.sourceforge.net/" target="_blank">Resx2word and Word2resx </a>command-line utilities to convert your Microsoft RESX 2.0 resource files into Microsoft Word 2003 documents (and vice-versa). The purpose of such a conversion is to let the translators work in a more convenient and familiar environment (i.e. MS Word) as opposed to raw XML files editor.
<p>    <a href="http://sevcik.tk/files/resx2word.jpg"><img width="425" height="280" class="alignnone size-medium wp-image-127" alt="" src="http://sevcik.tk/files/resx2word-425x280.jpg" /></p>
<p>    </a></li>
<li><a target="_blank" href="http://www.papadi.gr/resex.aspx" title="ResEx">ResEx</a> composite, translation friendly .NET Resource editor
<p>    <a href="http://sevcik.tk/files/resexsnapshot1.png"><img width="350" height="273" alt="" src="http://sevcik.tk/files/resexsnapshot1.png" class="alignnone size-medium wp-image-46" /></a></li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2008/11/26/net-localization-resx.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote Debugging Across Domains</title>
		<link>http://sevcik.tk/2008/10/26/remote-debugging-across-domains.html</link>
		<comments>http://sevcik.tk/2008/10/26/remote-debugging-across-domains.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 10:35:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[remote debug]]></category>

		<guid isPermaLink="false">http://sevcik.tk/wordpressmu/?p=5</guid>
		<description><![CDATA[how to:
This procedure is verified and fully functional on Windows XP as CLIENT and Windows 2003 as SERVER&#160;for Visual Studio 2005 and 2008.
SERVER &#8211; remote computer/server, CLIENT &#8211; local computer with Visual Studio

SERVER: create local user account with same user name and password as account under which run Visual Studio on client computer. Put this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>how to:</strong><br />
This procedure is verified and fully functional on Windows XP as CLIENT and Windows 2003 as SERVER&nbsp;for Visual Studio 2005 and 2008.</p>
<p>SERVER &#8211; remote computer/server, CLIENT &#8211; local computer with Visual Studio</p>
<ol>
<li><strong>SERVER:</strong> create local user account with same user name and password as account under which run Visual Studio on client computer. Put this user to Local Administrator Group.<br />
    &nbsp;</li>
<li><strong>SERVER:&nbsp;</strong>run &quot;Stored User Names and Passwords&quot; (over &quot;Control Panel&quot; or from command line &quot;%windir%\system32\rundll32.exe keymgr.dll, KRShowKeyMgr&quot;) and add user from step 1. for authentificate to client
<p>    <a href="http://sevcik.tk/files/sunap1.png"><img height="329" width="395" src="http://sevcik.tk/files/sunap1.png" alt="" class="alignnone size-medium wp-image-61" /></a></p>
<p>    <a href="http://sevcik.tk/files/sunap4.png"><img height="401" width="341" src="http://sevcik.tk/files/sunap4.png" alt="" class="alignnone size-medium wp-image-60" /></a><br />
    &nbsp;</li>
<li><strong>SERVER:</strong> <a href="#download">Download</a> and install (or copy from client, 2005 version from C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger or 2008 version from C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\) &quot;Visual Studio Remote Debugging Monitor&quot; <a href="#2005or2008">*</a><br />
    &nbsp;</li>
<li><strong>SERVER:</strong> run &quot;Visual Studio Remote Debugging Monitor&quot; <a href="#2005or2008">*</a> under local account from step 1. use &quot;Run as&#8230;&quot; and fill SERVER\user name + password
<p>    <a href="http://sevcik.tk/files/runas1.png"><img height="321" width="384" src="http://sevcik.tk/files/runas1.png" alt="" class="alignnone size-medium wp-image-69" /></a><br />
    &nbsp;</li>
<li><strong>CLIENT:</strong> run &quot;Stored User Names and Passwords&quot; (from command line &quot;%windir%\system32\rundll32.exe keymgr.dll, KRShowKeyMgr&quot;) and add user from step 1. for authentificate to server
<p>    <a href="http://sevcik.tk/files/sunap3.png"><img height="329" width="395" class="alignnone size-medium wp-image-63" alt="" src="http://sevcik.tk/files/sunap3.png" /></a></p>
<p>    <a href="http://sevcik.tk/files/sunap2.png"><img height="401" width="341" class="alignnone size-medium wp-image-62" alt="" src="http://sevcik.tk/files/sunap2.png" /></a><br />
    &nbsp;</li>
<li><strong>CLIENT:</strong> run Visual Studio 2005 (or 2008), in dialog &quot;Attach to Process&quot; fill to &quot;Qualifier&quot; SERVER, check &quot;Show process from all users&quot;, pres enter
<p>    <a href="http://sevcik.tk/files/atp1.png"><img height="298" width="425" class="alignnone size-medium wp-image-67" alt="" src="http://sevcik.tk/files/atp1-425x298.png" /></a></p>
<p>    and voila, you have successfully configured &quot;Remote Debugging Across Domains&quot;</p>
<p>    <a href="http://sevcik.tk/files/atp2.png"><img height="298" width="425" class="alignnone size-medium wp-image-66" alt="" src="http://sevcik.tk/files/atp2-425x298.png" /></a></p>
<p>    &nbsp;     <a name="2005or2008">*</a> you must use same version (2005 or 2008) of Visual Studio and Visual Studio Remote Debugging Monitor<br />
    &nbsp;</li>
</ol>
<p><strong>tips:</strong></p>
<ul>
<li>if your Visual Studio freeze in attempt to connect to remote server, go to server to &quot;Visual Studio Remote Debugger&quot; to &quot;Options&quot; and temporarily change &quot;Authentication Mode&quot; to &quot;No Authentication (native only)&quot;, after that Visual Studio unfreeze and show error cannot connect message&#8230;</li>
</ul>
<p><a name="download"><strong>download:</strong></a></p>
<p style="margin-left: 40px"><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=440ec902-3260-4cdc-b11a-6a9070a2aaab&amp;displaylang=en">Visual Studio 2008 Service Pack 1 Remote Debugger</a></p>
<p><strong>more info/sources:</strong></p>
<p style="margin-left: 40px"><a target="_blank" href="http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx" title="www.wictorwilen.se">http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx</a> <br />
<a target="_blank" href="http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?id=9&amp;item=67&amp;p=true" title="www.patrickverbeeten.com">http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?id=9&amp;item=67&amp;p=true</a>  <a target="_blank" href="http://msdn.microsoft.com/en-us/library/9y5b4b4f.aspx" title="msdn.microsoft.com"><br />
http://msdn.microsoft.com/en-us/library/9y5b4b4f.aspx</a>  <a target="_blank" href="http://blogs.msdn.com/greggm/archive/2004/10/04/237519.aspx" title="blogs.msdn.com/greggm"><br />
http://blogs.msdn.com/greggm/archive/2004/10/04/237519.aspx</a>  <a target="_blank" href="http://support.microsoft.com/kb/910448/en-us" title="support.microsoft.com/kb"></p>
<p>http://support.microsoft.com/kb/910448/en-us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2008/10/26/remote-debugging-across-domains.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
