<?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>Dom Cosgrove Blog &#187; STSDev</title>
	<atom:link href="http://blog.domcosgrove.com/tag/stsdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.domcosgrove.com</link>
	<description>Dom&#039;s views on the SharePoint World</description>
	<lastBuildDate>Wed, 17 Mar 2010 11:53:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Issues Debugging with STSDev</title>
		<link>http://blog.domcosgrove.com/issues-debugging-with-stsdev/</link>
		<comments>http://blog.domcosgrove.com/issues-debugging-with-stsdev/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:21:00 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[STSDev]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/issues-debugging-with-stsdev/</guid>
		<description><![CDATA[STSDev is a useful utility for accelerating your SharePoint Application development. The tool creates your initial project structure for you, gives the assembly a strong name (for GAC deployment) and most importantly provides a number of custom build events that facilitate deploying your solution.
A nice thing about STSDev is that it gives the developer exposure [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://stsdev2008.codeplex.com/" target="_blank">STSDev</a> is a useful utility for accelerating your SharePoint Application development. The tool creates your initial project structure for you, gives the assembly a strong name (for GAC deployment) and most importantly provides a number of custom build events that facilitate deploying your solution.</p>
<p align="justify">A nice thing about STSDev is that it gives the developer exposure to the build events that its counterparts do not (e.g. my other friend WSPBuilder). You can really see what is going on behind the scenes which really helps when you need to get down to the nitty gritty.</p>
<p align="justify">One issue that I come across regularly is that when I build and deploy my solution with STSDev then try to debug it, the break point is never hit. The reason for this is that the build configuration are not configured to output the debug info. The following shows you how to fix this in Visual Studio 2008:</p>
<p>1. Open your STSDev created project in Visual Studio 2008;</p>
<p>2. From the Toolbar select <strong>Project</strong> | <strong>[Project Name] Properties…;</strong></p>
<p><a href="http://blog.domcosgrove.com/wp-content/uploads/2009/09/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.domcosgrove.com/wp-content/uploads/2009/09/image_thumb6.png" width="207" height="244" /></a> </p>
<p>3. Select the build tab on the Project Property Page;</p>
<p><a href="http://blog.domcosgrove.com/wp-content/uploads/2009/09/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.domcosgrove.com/wp-content/uploads/2009/09/image_thumb7.png" width="350" height="165" /></a> </p>
<p>4. Scroll down to the bottom of the build page and select <strong>Advanced…;</strong></p>
<p>5. On the <strong>Advanced Build Settings</strong> dialog box set the <strong>Debug Info</strong> to <strong>Full;</strong></p>
<p><a href="http://blog.domcosgrove.com/wp-content/uploads/2009/09/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.domcosgrove.com/wp-content/uploads/2009/09/image_thumb8.png" width="244" height="176" /></a> </p>
<p>6. Click OK and rebuild and deploy your project, you should now be ready to debug your solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/issues-debugging-with-stsdev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
