<?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 2008</title>
	<atom:link href="http://sevcik.tk/category/visual-studio/visual-studio-2008/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>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>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>
	</channel>
</rss>
