<?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>Dev Team Assemble</title>
	<atom:link href="http://www.calvinirwin.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calvinirwin.net</link>
	<description>Evil beware!</description>
	<lastBuildDate>Wed, 02 May 2012 13:03:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting SharePoint 2010 Custom Site Template Code</title>
		<link>http://www.calvinirwin.net/2012/05/02/getting-sharepoint-2010-custom-site-template-code/</link>
		<comments>http://www.calvinirwin.net/2012/05/02/getting-sharepoint-2010-custom-site-template-code/#comments</comments>
		<pubDate>Wed, 02 May 2012 13:03:15 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SP 2010]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=315</guid>
		<description><![CDATA[The other day I was looking for a way to get the site template code (STS#1, STS#0, etc) of a custom site template that I made and I couldn't find it anywhere.  I am sure you can use powershell to do this but I couldn't figure it out so I thought I would use the [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was looking for a way to get the site template code (STS#1, STS#0, etc) of a custom site template that I made and I couldn't find it anywhere.  I am sure you can use powershell to do this but I couldn't figure it out so I thought I would use the cheating way <img src='http://www.calvinirwin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ol>
<li>Go to the create new site web page and look at the value of the items in the "Custom" list...it should have it in the option element.</li>
<li>If you hae silverlight installed you may find that sharepoint is loading the silverlight console and not the page you need...if thats the case go to <a href="http://YOUR-SITE-URL/_layouts/newsbweb.aspx">http://YOUR-SITE-URL/_layouts/newsbweb.aspx</a> and use that page to do your investigation.</li>
<li>The template code you get back should be somethign like {GUID}#your-template-name</li>
</ol>
<p>From here we can use this template code to create instances of that site via code or workflow actions like the <a href="http://ilovesharepoint.codeplex.com/releases/view/60840">iLoveSharePoint </a>Create a Site Action (which is fantastic by the way).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint+2010' rel='tag' target='_self'>SharePoint 2010</a>, <a class='technorati-link' href='http://technorati.com/tag/SP+2010' rel='tag' target='_self'>SP 2010</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2012/05/02/getting-sharepoint-2010-custom-site-template-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting SharePoint 2010 Version</title>
		<link>http://www.calvinirwin.net/2012/04/19/getting-sharepoint-2010-version/</link>
		<comments>http://www.calvinirwin.net/2012/04/19/getting-sharepoint-2010-version/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 19:27:09 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SP 2010]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=309</guid>
		<description><![CDATA[It seems finding the version number of SharePoint 2010 is different than in 2007.  In 2007 you can just go to site settings and it appears at the top of the content area under Site information &#62; version. In 2010 it isnot there...where did it go you ask?  Good question, you can access this information [...]]]></description>
			<content:encoded><![CDATA[<p>It seems finding the version number of SharePoint 2010 is different than in 2007.  In 2007 you can just go to site settings and it appears at the top of the content area under Site information &gt; version.</p>
<p>In 2010 it isnot there...where did it go you ask?  Good question, you can access this information from:</p>
<ul>
<li>Central admin under Central Admin &gt; Servers in Farm</li>
<li>Powershell usig the following command : (Get-SPFarm).BuildVersion</li>
</ul>
<p>&nbsp;</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint+2010' rel='tag' target='_self'>SharePoint 2010</a>, <a class='technorati-link' href='http://technorati.com/tag/SP+2010' rel='tag' target='_self'>SP 2010</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2012/04/19/getting-sharepoint-2010-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Convert DataTable to JSON</title>
		<link>http://www.calvinirwin.net/2012/03/16/net-convert-datatable-to-json/</link>
		<comments>http://www.calvinirwin.net/2012/03/16/net-convert-datatable-to-json/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 13:42:02 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=305</guid>
		<description><![CDATA[Here is a neat little method I found on the ASP.NET forums for converting a DataTable into JSON objects for use by web services : written by Chandra Prakash Andani. Its a little older now but its still good stuff. public string GetJson(DataTable dt) { System.Web.Script.Serialization.JavaScriptSerializer serializer = new System.Web.Script.Serialization.JavaScriptSerializer(); List rows = new List(); [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a neat little method I found on the ASP.NET forums for converting a DataTable into JSON objects for use by web services : written by Chandra Prakash Andani.  Its a little older now but its still good stuff.</p>
<p><code><br />
public string GetJson(DataTable dt)<br />
{<br />
	System.Web.Script.Serialization.JavaScriptSerializer serializer = new System.Web.Script.Serialization.JavaScriptSerializer();<br />
	List<Dictionary<string, object>> rows = new List<Dictionary<string, object>>();<br />
	Dictionary<string, object> row = null;</p>
<p>	foreach (DataRow dr in dt.Rows) {<br />
		row = new Dictionary<string, object>();<br />
		foreach (DataColumn col in dt.Columns) {<br />
			row.Add(col.ColumnName, dr[col]);<br />
		}<br />
		rows.Add(row);<br />
	}<br />
	return serializer.Serialize(rows);<br />
}<br />
</code></p>
<p>The original article is located here:<br />
http://forums.asp.net/t/1572961.aspx/1 </p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.net' rel='tag' target='_self'>.net</a>, <a class='technorati-link' href='http://technorati.com/tag/ASP.NET' rel='tag' target='_self'>ASP.NET</a>, <a class='technorati-link' href='http://technorati.com/tag/Development' rel='tag' target='_self'>Development</a>, <a class='technorati-link' href='http://technorati.com/tag/json' rel='tag' target='_self'>json</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2012/03/16/net-convert-datatable-to-json/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JDE BSSV Won&#8217;t Build&#8230;after package update&#8230;ummmm what?</title>
		<link>http://www.calvinirwin.net/2012/02/06/jde-bssv-wont-build-after-package-update-ummmm-what/</link>
		<comments>http://www.calvinirwin.net/2012/02/06/jde-bssv-wont-build-after-package-update-ummmm-what/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 18:42:57 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[J.D.E.]]></category>
		<category><![CDATA[JD Edwards]]></category>
		<category><![CDATA[jDeveloper]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=303</guid>
		<description><![CDATA[I have been working with jDeveloper and JDE (J.D.Edwards) for a little while. Mostly to build integration pieces for portals and custom applications. One of the strangest things happened to me after I did a package update (upgrade to local JDE application) the other day. After the package update, I grabbed my project code from [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working with jDeveloper and JDE (J.D.Edwards) for a little while.  Mostly to build integration pieces for portals and custom applications.  One of the strangest things happened to me after I did a package update (upgrade to local JDE application) the other day.</p>
<p>After the package update, I grabbed my project code from the OMW (object management workbench) and tried to go back to development.  All of a sudden it had replaced my ValueObject classes with generated classes ( really...I have no idea why) and copied some other strange code articles to my computer.  </p>
<p>This was really strange but good thing I managed to backup my code using an alternative source code control system just in case something bizarre like this happened....which of course it did.  I copied my code back over the top of the JDE code and all was well, with the exception of some oracle.e1.bssvfoundation classes not working correctly (complaining that the method could not be found, etc).  In order to build my code I needed to remove some new code (that showed up during the package build) in the <strong>c:\e812\dv812\java\source\oracle\e1\bssvfoundation</strong> folder.  I think its safe to say you can delete that entire folder because it should not exist in your source code folder.</p>
<p>To try and make a confusing story short and understandable I guess what I am trying to say if you find that you have the folder c:\e812\dv812\java\source\oracle\e1\bssvfoundation you can delete it because you probably shouldn't have it....these are system functions that you don't need the source for, and chances are if you do have the source its not the right version :s.  I am not sure why they are included in our package but they are.</p>
<p>If your still with me then I hope this helped...if you are confused then drop me a line and I will attempt to explain by adding more acronyms and file paths.</p>
<p>Calvin</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/J.D.E.' rel='tag' target='_self'>J.D.E.</a>, <a class='technorati-link' href='http://technorati.com/tag/JD+Edwards' rel='tag' target='_self'>JD Edwards</a>, <a class='technorati-link' href='http://technorati.com/tag/JDE' rel='tag' target='_self'>JDE</a>, <a class='technorati-link' href='http://technorati.com/tag/jDeveloper' rel='tag' target='_self'>jDeveloper</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2012/02/06/jde-bssv-wont-build-after-package-update-ummmm-what/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JDE BSSV Error &#8211; E1AuthorizationException</title>
		<link>http://www.calvinirwin.net/2012/01/17/jde-bssv-error-e1authorizationexception/</link>
		<comments>http://www.calvinirwin.net/2012/01/17/jde-bssv-error-e1authorizationexception/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 18:26:19 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[BSSV]]></category>
		<category><![CDATA[Business Services]]></category>
		<category><![CDATA[JDE]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=301</guid>
		<description><![CDATA[I have been doing some integration work with JD Edwards Business Services (aka BSSV) lately and I came across this error when trying to run my Published Business Service . Internal Server Error (Caught exception while handling request: oracle.e1.bssvfoundation.exception.E1AuthorizationException: User is not authorized to invoke this published business service Here is the article that led [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing some integration work with JD Edwards Business Services (aka BSSV) lately and I came across this error when trying to run my <strong>Published Business Service </strong>.</p>
<p><em>Internal Server Error (Caught exception while handling request: oracle.e1.bssvfoundation.exception.E1AuthorizationException: User is not authorized to invoke this published business service</em></p>
<p>Here is the article that led me to the answer I needed <a href="https://forums.oracle.com/forums/thread.jspa?threadID=867569">https://forums.oracle.com/forums/thread.jspa?threadID=867569</a> specifically ChrisWalsh's comment.</p>
<p>Essentially in order to run a published business service you need to have security to the object declared in JDE.  This is done in the F00950 table (or file) and should probably be setup as *ALL for your dev team.</p>
<p>HTH</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/BSSV' rel='tag' target='_self'>BSSV</a>, <a class='technorati-link' href='http://technorati.com/tag/Business+Services' rel='tag' target='_self'>Business Services</a>, <a class='technorati-link' href='http://technorati.com/tag/JDE' rel='tag' target='_self'>JDE</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2012/01/17/jde-bssv-error-e1authorizationexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Recovery Model &#8211; Modification Script</title>
		<link>http://www.calvinirwin.net/2011/10/20/sql-server-recovery-model-modification-script/</link>
		<comments>http://www.calvinirwin.net/2011/10/20/sql-server-recovery-model-modification-script/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 15:59:41 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=298</guid>
		<description><![CDATA[I often find in my sharepoint development environments that I have issues with transaction logs filling up. This gives me the "Error" page with no indication of what the problem is...yes I can go and change the &#60;customErrors&#62; tag to set the customer errors mode to off and add the callstack to the page but [...]]]></description>
			<content:encoded><![CDATA[<p>I often find in my sharepoint development environments that I have issues with transaction logs filling up.  This gives me the "Error" page with no indication of what the problem is...yes I can go and change the &lt;customErrors&gt; tag to set the customer errors mode to off and add the callstack to the page but it still doesn't address the problem.  I whipped this script up because the dev sql server we are using has well over a hundred db's on it and I didn't fell like manually typing the ALTER DATABASE [xxx] SET RECOVERY SIMPLE for each one or doing the clickity click thing either.  Now the solution below probably breaks lots of best practices and such but it works for what I wanted it to do....which is modify all existing db's recovery mode.  To modify new db's recovery mode, just set the model db's option to simple and voila..you are ready to go.
</p>
<p>
Quick note: <strong>YOU PROBABLY DO NOT WANT TO EVER...I MEAN EVER...USE THIS ON A PRODUCTION SYSTEM.</strong>
</p>
<p><code language='sql'><br />
*/</p>
<p>	Modify th recovery model for all databases on your server</p>
<p>*/</p>
<p>	DECLARE @lasterror int</p>
<p>	DECLARE @sql nvarchar(max)</p>
<p>	DECLARE @dbname nvarchar(100)</p>
<p>	DECLARE @dbid int</p>
<p>	DECLARE @recModel int</p>
<p>	-- cycle the log</p>
<p>	exec sp_cycle_errorlog </p>
<p>	CREATE Table #dbInfo</p>
<p>	(</p>
<p>		database_id int NOT NULL,</p>
<p>		dbName nvarchar(100) NOT NULL,</p>
<p>		recoveryModel int</p>
<p>	)</p>
<p>	--SELECT database_id, [name], recovery_model FROM sys.databases order by database_id</p>
<p>	SELECT TOP 1 @dbid = database_id FROM sys.databases where database_id > 4  ORDER BY database_id asc;</p>
<p>	SELECT @dbname = [name] FROM sys.databases where database_id = @dbid;</p>
<p>	SELECT @recModel = recovery_model FROM sys.databases where database_id = @dbid;</p>
<p>	-- begin backup process</p>
<p>	WHILE @dbid > 0</p>
<p>	BEGIN</p>
<p>		INSERT INTO #dbInfo (database_id, dbName, recoveryModel) VALUES (@dbid, @dbname, @recModel);</p>
<p>		IF @recModel = 1</p>
<p>		BEGIN</p>
<p>			SELECT @sql = 'ALTER DATABASE [' + @dbname + '] SET RECOVERY SIMPLE'</p>
<p>			EXEC sp_executesql @sql</p>
<p>			SELECT @lasterror = @@ERROR</p>
<p>			IF @lasterror <> 0</p>
<p>				-- log the error to the message console</p>
<p>				PRINT 'ERROR: Changing the recovery mode for database : ' + @dbname + ' with error number ' + CAST(@lasterror as nvarchar(25))</p>
<p>			ELSE</p>
<p>				PRINT 'Recovery mode changed to simple (3) for database : ' + @dbname</p>
<p>		END</p>
<p>		-- get a new record</p>
<p>		SELECT @dbid = 0;</p>
<p>		SELECT TOP 1 @dbid =  database_id FROM sys.databases where database_id > 4 and</p>
<p>			database_id NOT IN (SELECT DISTINCT x.database_id FROM #dbInfo x);</p>
<p>		SELECT @dbname = [name] FROM sys.databases where database_id = @dbid;</p>
<p>		SELECT @recModel = recovery_model FROM sys.databases where database_id = @dbid;</p>
<p>	END	</p>
<p>	DROP Table #dbInfo</p>
<p>	SELECT database_id, [name], recovery_model FROM sys.databases order by database_id</p>
<p>	GO</p>
<p></code></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Configuration' rel='tag' target='_self'>Configuration</a>, <a class='technorati-link' href='http://technorati.com/tag/Development' rel='tag' target='_self'>Development</a>, <a class='technorati-link' href='http://technorati.com/tag/moss+2007' rel='tag' target='_self'>moss 2007</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SQL+Server' rel='tag' target='_self'>SQL Server</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2011/10/20/sql-server-recovery-model-modification-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2007 FBA- Upload Mutiple Documents Missing From Menu</title>
		<link>http://www.calvinirwin.net/2011/10/17/sharepoint-upload-multiple-documents-missing/</link>
		<comments>http://www.calvinirwin.net/2011/10/17/sharepoint-upload-multiple-documents-missing/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 15:14:40 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[FBA]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=292</guid>
		<description><![CDATA[Scenario: Forms Based Authentication on an external facing portal. Users are having trouble (as in not able too) uploading multiple documents at once. This was a pretty easy fix....Enable Client Integration for the given website zone in Central Administration. Technorati Tags: Configuration, FBA, moss 2007, SharePoint]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario</strong>: Forms Based Authentication on an external facing portal.  Users are having trouble (as in not able too) uploading multiple documents at once.</p>
<p>This was a pretty easy fix....<strong>Enable Client Integration </strong>for the given website zone in <strong>Central Administration</strong>.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Configuration' rel='tag' target='_self'>Configuration</a>, <a class='technorati-link' href='http://technorati.com/tag/FBA' rel='tag' target='_self'>FBA</a>, <a class='technorati-link' href='http://technorati.com/tag/moss+2007' rel='tag' target='_self'>moss 2007</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2011/10/17/sharepoint-upload-multiple-documents-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Version Information</title>
		<link>http://www.calvinirwin.net/2011/08/31/sharepoint-version-information/</link>
		<comments>http://www.calvinirwin.net/2011/08/31/sharepoint-version-information/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 13:27:39 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=289</guid>
		<description><![CDATA[Here are some great resources on finding and determining the different versions of SharePoint available: All available versions on SharePoint Microsoft Office SharePoint Server 2007 Microsoft SharePoint 2010 Here is the information that I really needed on SharePoint 2007 (I feel like I am stealing it but all props to the author of the first [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some great resources on finding and determining the different versions of SharePoint available:</p>
<p><a href="http://www.sharepointdesignerstepbystep.com/Blog/Articles/How%20To%20find%20the%20SharePoint%20version.aspx">All available versions on SharePoint</a></p>
<p><a title="Microsoft Office SharePoint Server 2007" href="http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx">Microsoft Office SharePoint Server 2007</a></p>
<p><a href="http://technet.microsoft.com/en-us/office/ee748587.aspx">Microsoft SharePoint 2010</a></p>
<p>Here is the information that I really needed on SharePoint 2007 (I feel like I am stealing it but all props to the author of the first link for putting it together....thank you):</p>
<p>THE INFORMATION BELOW IS TAKEN DIRECTLY FROM (WORD FOR WORD) : <a href="http://www.sharepointdesignerstepbystep.com/Blog/Articles/How%20To%20find%20the%20SharePoint%20version.aspx">All available versions on SharePoint</a></p>
<h2 style="font-weight: bold; font-size: 16px;">Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0</h2>
<p>For additional download information and detailed descriptions visit the <a style="text-decoration: none; color: #003399;" href="http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx">Updates Resource Center for SharePoint Products and Technologies</a> and <a style="text-decoration: none; color: #003399;" href="http://technet.microsoft.com/en-us/office/ee748587.aspx">Update Center for Microsoft Office, Office Servers, and Related Products</a>.</p>
<p>Using <strong>SharePoint Central Administration Web site</strong> SharePoint HTML Site Settings admin pages will show the following version numbers:</p>
<p><strong>Note:</strong> Microsoft has released a WSS 3.0 SP1 Developer evaluation virtual machine on the <a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=1beeac6f-2ea1-4769-9948-74a74bd604fa">Microsoft download site</a>.</p>
<p style="margin-left: 40px;">12.0.0.6557    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/b/stefan_gossner/archive/2011/04/27/april-2011-cu-for-sharepoint-2007-and-2010-has-been-released-today.aspx">Apr 11</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2512783">2512783</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2512782">2512782</a>)<br />
12.0.0.6554    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/b/stefan_gossner/archive/2011/03/04/delayed-february-2011-cu-for-sharepoint-2010-is-now-available.aspx">Feb 11</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2475886">2475886</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2475885">2475885</a>)<br />
12.0.0.6550    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/b/stefan_gossner/archive/2011/01/03/december-2010-cu-for-sharepoint-2007-and-2010-has-been-released-on-friday.aspx">Dec 10</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2458606">2458606</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2458605">2458605</a>)<br />
12.0.0.6548    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/b/stefan_gossner/archive/2010/10/27/october-2010-cu-for-sharepoint-2007-and-2010-has-been-released-last-yesterday.aspx">Oct 10</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2412268">2412268</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2412267">2412267</a>)<br />
12.0.0.6545    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/b/stefan_gossner/archive/2010/09/02/august-2010-cumulative-update-for-sharepoint-has-been-released.aspx">Aug 10</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2276474">2276474</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/2276472">2276472</a>)<br />
12.0.0.6539    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/b/joerg_sinemus/archive/2010/06/30/wss-and-moss-june-2010-cu.aspx">June 10</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/983311">983311</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/983310">983310</a>)<br />
12.0.0.6535    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/joerg_sinemus/archive/2010/04/28/wss-and-moss-april-2010-cu.aspx">April 10</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/981043">981043</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/981042">981042</a>)<br />
12.0.0.6529    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/joerg_sinemus/archive/2010/02/24/wss-and-moss-february-2010-cu.aspx">February 10</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/978396">978396</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/978395">978395</a>)<br />
12.0.0.6524    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/joerg_sinemus/archive/2009/12/16/wss-and-moss-december-2009-cu.aspx">December 09</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/977027">977027</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/977026">977026</a>)<br />
12.0.0.6520    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2009/10/29/october-2009-cumulative-update-packages-for-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx">October 09</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/974989">974989</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/974988">974988</a>)<br />
12.0.0.6514    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2008/09/29/announcing-august-cumulative-update-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx">August 09</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/973400">973400</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/973399">973399</a>)<br />
12.0.0.6510    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2009/07/20/june-cumulative-update-packages-ready-for-download.aspx">June 09</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/971538">971538</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/971537">971537</a>)<br />
12.0.0.6504    WSS 3.0 or MOSS 2007<sup>1</sup> SP2  + <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2009/05/13/april-cumulative-update-packages-ready-for-download.aspx">April 09</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/968850/">968850</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/968851/">968851</a>)<br />
12.0.0.6421    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/joerg_sinemus/archive/2009/04/29/sp2-and-language-packs.aspx">SP2</a> (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/953338">953338</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/953334">953334</a>)<br />
[<span style="color: #ff0000;">Updated 1st Aug 09:</span> SP2 download now includes the hotfix (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/971620">971620</a>) that corrects the activation issue more information on the <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2009/06/25/service-pack-2-update.aspx">Microsoft SharePoint team blog</a>]</p>
<p>If you are running <strong><span style="color: #ff0000;">SP1</span></strong> after <strong>13/Jul/2010</strong> then you are running an <span style="color: #ff0000;">un-supported environment</span>, see <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/b/joerg_sinemus/archive/2010/02/25/be-aware-of-upcoming-sp1-retirement-for-wss-v3-and-moss-2007.aspx">"Be aware of upcoming SP1 retirement for WSS V3 and MOSS 2007"</a><br />
12.0.0.6341    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2009/03/09/uber-packages-of-february-cumulative-update-are-ready.aspx">February 09</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/KB/961755">961755</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/961756">961756</a>)<br />
12.0.0.6335    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2008/12/17/announcing-december-cumulative-update-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx">December 08</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/960010">960010</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/960011">960011</a>)<br />
12.0.0.6331    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/joerg_sinemus/archive/2008/10/29/the-october-cumulative-update-for-wss-v3-and-moss-2007.aspx">October 08</a> cumulative Update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kB/957691">957691</a> + KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/KB/957693">957693</a>,KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/KB/958567">958567</a> and KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/KB/958569">958569</a>)<br />
12.0.0.6327    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/brismith/archive/2008/08/29/coming-soon-the-first-office-cumulative-updates.aspx">August 08 </a> cumulative update (KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/956056">956056</a> &amp; KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/956057">956057</a>)<br />
12.0.0.6318    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2008/07/15/announcing-availability-of-infrastructure-updates.aspx">Infrastructure Update </a>(KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/951695">951695</a> &amp; KB<a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/951297">951297</a>)<br />
12.0.0.6303    WSS 3.0 or MOSS 2007<sup>1</sup> post-SP1 hotfix (KB<a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/denish/archive/2008/03/12/blackout-hotfixes-rollups-for-moss-and-wss-3-0-available.aspx">948945</a>)<br />
12.0.0.6301    WSS 3.0 or MOSS 2007<sup>1</sup> post-SP1 hotfix (KB<a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/denish/archive/2008/02/12/post-sp1-rollup-hotfix-has-been-released.aspx">941274</a>)<br />
12.0.0.6300    WSS 3.0 or MOSS 2007<sup>1</sup> post-SP1 hotfix (KB<a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/denish/archive/2008/02/12/post-sp1-rollup-hotfix-has-been-released.aspx">941422</a>)</p>
<p>12.0.0.6219    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://msmvps.com/blogs/shane/archive/2007/12/14/how-to-install-wss-and-moss-sp1.aspx">SP1</a><br />
<a style="text-decoration: none; color: #003399;" href="http://msmvps.com/blogs/shane/archive/2007/10/18/please-install-the-sharepoint-updates-on-your-server.aspx">12.0.0.6039</a> WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/technet/security/bulletin/ms07-059.mspx">October public update</a><br />
12.0.0.6036    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://go.microsoft.com/fwlink/?LinkId=102044&amp;clcid=0x409">August 24, 07 hotfix package</a><br />
12.0.0.4518    WSS 3.0 or MOSS 2007<sup>1</sup> <a style="text-decoration: none; color: #003399;" href="http://blogs.msdn.com/sharepoint/archive/2006/11/21/volume-licensing-for-x64-and-in-multiple-languages-including-some-faq-on-rtm-eval-and-editions.aspx">RTM</a><br />
12.0.0.4407    <a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e1e51280-71f0-4d60-b2b9-3c49df916bc2&amp;DisplayLang=en">WSS 3.0</a> or <a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0b6bd175-e700-44b8-ab47-e4459250d16d&amp;DisplayLang=en">MOSS 2007</a><sup>1 </sup>Beta 2 TR<br />
12.0.0.4017    WSS 3.0 or MOSS 2007<sup>1</sup> Beta 2<br />
12.0.0.3111    Office 12 (PDC image - pre-beta) - This version of Office does not have a support link in the Add/Remove programs dialog box.</p>
<p><sup>1</sup>To confirm that a particular service pack/hotfix is install on SharePoint Server you must either check the version numbers of specific dlls as specified in the related Microsoft Knowledge Based article or:</p>
<ul>
<li>On Server 2003, select the <strong>Show Updates</strong> check box in <strong>Add and Remove Programs</strong>.</li>
<li>On Server 2008, select <strong>View installed updates</strong> on the <strong>Control Panel/Programs and Features</strong> page</li>
</ul>
<p>Version numbers of SharePoint Server 2007 can also be found:</p>
<ul>
<li>Server 2003, go to <strong>Control Panel</strong> -&gt; <strong>Add and Remove Programs</strong><br />
Select the product and then click: <strong>Click here for support</strong>.</li>
<li>Server 2008, go to <strong>Control Panel</strong> -&gt; <strong>Program and Features</strong><br />
If the Version column is not visible, click <strong>Views</strong> -&gt; <strong>Choose Details</strong>, and select <strong>Version</strong>, click <strong>OK</strong>.</li>
</ul>
<p>The versions will be displayed as follows:</p>
<table style="font-size: 1em; border-width: thin; border-style: solid;" border="0">
<tbody>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"><a style="text-decoration: none; color: #003399;" href="http://technet2.microsoft.com/WindowsServer/en/library/700c3d60-f394-4ca9-a6d8-ab597fc3c31b1033.mspx?mfr=true">Windows SharePoint Services 3.0</a></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"><a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/office/preview/servers/sharepointserver/highlights.mspx">Microsoft Office SharePoint Server 2007</a></td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;">SP2</td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;"></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;">12.0.6425.1000</td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;">post-SP1 hotfix (<a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/denish/archive/2008/03/12/blackout-hotfixes-rollups-for-moss-and-wss-3-0-available.aspx"> KB948945 </a>)</td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"><a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/denish/archive/2008/03/12/blackout-hotfixes-rollups-for-moss-and-wss-3-0-available.aspx">12.0.6303.5000</a></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"><a style="text-decoration: none; color: #003399;" href="http://blogs.technet.com/denish/archive/2008/03/12/blackout-hotfixes-rollups-for-moss-and-wss-3-0-available.aspx">12.0.6303.5000</a></td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;"><a style="text-decoration: none; color: #003399;" href="http://msmvps.com/blogs/shane/archive/2007/12/14/how-to-install-wss-and-moss-sp1.aspx">SP1</a></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;"><a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/936988/">12.0.6219.1000</a></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;"><a style="text-decoration: none; color: #003399;" href="http://support.microsoft.com/kb/945013/">12.0.6219.1000</a></td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;">RTM</td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"><a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=40&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dd51730b5-48fc-4ca2-b454-8dc2caf93951%26DisplayLang%3den">12.0.4518.1016</a></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;"><a style="text-decoration: none; color: #003399;" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=38&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d2e6e5a9c-ebf6-4f7f-8467-f4de6bd6b831%26DisplayLang%3den">12.0.4518.1016</a></td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;"><a style="text-decoration: none; color: #003399;" href="http://technet2.microsoft.com/Office/en-us/library/b3e52231-16bf-4a46-a7e8-cb31b814627a1033.mspx?mfr=true">Beta 2 TR</a></td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;">12.0.4407.1005</td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top;">12.0.4407.1005</td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;">Beta 2</td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;">12.0.4017.1006</td>
<td style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; vertical-align: top; background-color: #d6e8ff;">12.0.4017.1006</td>
</tr>
</tbody>
</table>
<p><img src="http://www.sharepointdesignerstepbystep.com/Blog/Images1/uparrow.gif" alt="Up arrow" /> <a style="text-decoration: none; color: #003399;" href="http://www.sharepointdesignerstepbystep.com/Blog/Articles/How%20To%20find%20the%20SharePoint%20version.aspx?PageView=Shared#top">Back to the top</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2011/08/31/sharepoint-version-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute Commands in Windows via .NET Application</title>
		<link>http://www.calvinirwin.net/2011/05/26/execute-commands-in-windows-via-net-application/</link>
		<comments>http://www.calvinirwin.net/2011/05/26/execute-commands-in-windows-via-net-application/#comments</comments>
		<pubDate>Thu, 26 May 2011 15:44:50 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=281</guid>
		<description><![CDATA[Heres a neat little snippit that comes in handy for running commands against the operating system. Sourced directly from here: http://stackoverflow.com/questions/691716/running-cmd-commands-via-net ...but I like having the code here as well. &#160; // Kills a process &#60;span&#62; &#60;/span&#62; private static void ExecuteCommand&#40;string command&#41; &#123; try &#123; // create the ProcessStartInfo using &#34;cmd&#34; as the program to [...]]]></description>
			<content:encoded><![CDATA[<p>Heres a neat little snippit that comes in handy for running commands against the operating system.</p>
<p>Sourced directly from here: <a href="http://stackoverflow.com/questions/691716/running-cmd-commands-via-net" target="_blank">http://stackoverflow.com/questions/691716/running-cmd-commands-via-net</a> ...but I like having the code here as well.</p>
<pre class="csharp">&nbsp;
<span style="color: #008080; font-style: italic;">// Kills a process</span>
&lt;span&gt; &lt;/span&gt; <span style="color: #0600FF;">private</span> <span style="color: #0600FF;">static</span> <span style="color: #0600FF;">void</span> ExecuteCommand<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span> command<span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
<span style="color: #0600FF;">try</span>
<span style="color: #000000;">&#123;</span>
<span style="color: #008080; font-style: italic;">// create the ProcessStartInfo using &quot;cmd&quot; as the program to be run,</span>
<span style="color: #008080; font-style: italic;">// and &quot;/c &quot; as the parameters. &amp;gt; tell the command to execute the command that follows</span>
<span style="color: #000000;">System</span>.<span style="color: #0000FF;">Diagnostics</span>.<span style="color: #0000FF;">ProcessStartInfo</span> procStartUpInfo =
<a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> <span style="color: #000000;">System</span>.<span style="color: #0000FF;">Diagnostics</span>.<span style="color: #0000FF;">ProcessStartInfo</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;cmd&quot;</span>, <span style="color: #808080;">&quot;/c &quot;</span> + command<span style="color: #000000;">&#41;</span>;
<span style="color: #008080; font-style: italic;">// The following commands are needed to redirect the standard output.</span>
<span style="color: #008080; font-style: italic;">// This means that it will be redirected to the Process.StandardOutput StreamReader.</span>
procStartUpInfo.<span style="color: #0000FF;">RedirectStandardOutput</span> = <span style="color: #0600FF;">true</span>;
procStartUpInfo.<span style="color: #0000FF;">UseShellExecute</span> = <span style="color: #0600FF;">false</span>;
<span style="color: #008080; font-style: italic;">// Do not create a window.</span>
procStartUpInfo.<span style="color: #0000FF;">CreateNoWindow</span> = <span style="color: #0600FF;">true</span>;
<span style="color: #008080; font-style: italic;">// Now we create a process, assign its ProcessStartInfo and start it</span>
<span style="color: #000000;">System</span>.<span style="color: #0000FF;">Diagnostics</span>.<span style="color: #0000FF;">Process</span> proc = <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> <span style="color: #000000;">System</span>.<span style="color: #0000FF;">Diagnostics</span>.<span style="color: #0000FF;">Process</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
proc.<span style="color: #0000FF;">StartInfo</span> = procStartUpInfo;
proc.<span style="color: #0000FF;">Start</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
<span style="color: #008080; font-style: italic;">// Get the output into a string</span>
<span style="color: #FF0000;">string</span> result = proc.<span style="color: #0000FF;">StandardOutput</span>.<span style="color: #0000FF;">ReadToEnd</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
<span style="color: #008080; font-style: italic;">// Display the command output.</span>
Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span>result<span style="color: #000000;">&#41;</span>;
<span style="color: #000000;">&#125;</span>
<span style="color: #0600FF;">catch</span> <span style="color: #000000;">&#40;</span>Exception objException<span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span>objException<span style="color: #000000;">&#41;</span>;
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
&nbsp;</pre>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.net' rel='tag' target='_self'>.net</a>, <a class='technorati-link' href='http://technorati.com/tag/cmd' rel='tag' target='_self'>cmd</a>, <a class='technorati-link' href='http://technorati.com/tag/command' rel='tag' target='_self'>command</a>, <a class='technorati-link' href='http://technorati.com/tag/Development' rel='tag' target='_self'>Development</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_self'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2011/05/26/execute-commands-in-windows-via-net-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 &#8211;  WSE 3.0 Settings not showing up</title>
		<link>http://www.calvinirwin.net/2011/05/24/visual-studio-2005-wse-3-0-settings-not-showing-up/</link>
		<comments>http://www.calvinirwin.net/2011/05/24/visual-studio-2005-wse-3-0-settings-not-showing-up/#comments</comments>
		<pubDate>Tue, 24 May 2011 14:16:40 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=279</guid>
		<description><![CDATA[- OLD SCHOOL ALERT - I was setting up Visual Studio 2005 and Web Service Extensions 3.0. My problem was getting the WSE 3.0 Settings to appear on the context menu of the project. Turns out when you install it you need to select the Visual Studio Tools option in the installer.]]></description>
			<content:encoded><![CDATA[<p>- OLD SCHOOL ALERT -</p>
<p>I was setting up Visual Studio 2005 and Web Service Extensions 3.0.  My problem was getting the WSE 3.0 Settings to appear on the context menu of the project.  Turns out when you install it you need to select the Visual Studio Tools option in the installer.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2011/05/24/visual-studio-2005-wse-3-0-settings-not-showing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

