<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get active project &#8211; Extending Visual Studio SharePoint development tools tip #1</title>
	<atom:link href="http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eric Gurney</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-115201</link>
		<dc:creator>Eric Gurney</dc:creator>
		<pubDate>Thu, 05 Jan 2012 19:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-115201</guid>
		<description>Did you ever find a solution to the GetGlobalService returning null problem?  I&#039;m seeing the same thing.</description>
		<content:encoded><![CDATA[<p>Did you ever find a solution to the GetGlobalService returning null problem?  I&#039;m seeing the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-97203</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Tue, 18 Oct 2011 07:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-97203</guid>
		<description>I&#039;m using VS 2010. 
If the DLLs referenced would have been wrong, I&#039;d have got build errors I believe, but the build works fine. But  Package.GetGlobalService(typeof(SDTE))
 is returning null value</description>
		<content:encoded><![CDATA[<p>I&#039;m using VS 2010.<br />
If the DLLs referenced would have been wrong, I&#039;d have got build errors I believe, but the build works fine. But  Package.GetGlobalService(typeof(SDTE))<br />
 is returning null value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-97120</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 17 Oct 2011 18:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-97120</guid>
		<description>@Anand: Which version of Visual Studio are you using? Did you reference correct DLLs?</description>
		<content:encoded><![CDATA[<p>@Anand: Which version of Visual Studio are you using? Did you reference correct DLLs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-97092</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Mon, 17 Oct 2011 13:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-97092</guid>
		<description>@Waldek : Hey thanks a lot Waldek! It helped a lot, but I&#039;m getting null value for dte when I use follwing line of code in mine

DTE dte = Package.GetGlobalService(typeof(SDTE)) as DTE;

I&#039;m not able to figure out why? 
Kindly suggest.

Thanks,
Anand</description>
		<content:encoded><![CDATA[<p>@Waldek : Hey thanks a lot Waldek! It helped a lot, but I&#039;m getting null value for dte when I use follwing line of code in mine</p>
<p>DTE dte = Package.GetGlobalService(typeof(SDTE)) as DTE;</p>
<p>I&#039;m not able to figure out why?<br />
Kindly suggest.</p>
<p>Thanks,<br />
Anand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-95870</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 10 Oct 2011 03:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-95870</guid>
		<description>@Anand: I suggest you check out CKS:DEV code on CodePlex. We have there a helper function that allows you to convert EnvDTE to ISharePointProject.</description>
		<content:encoded><![CDATA[<p>@Anand: I suggest you check out CKS:DEV code on CodePlex. We have there a helper function that allows you to convert EnvDTE to ISharePointProject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-95179</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Wed, 05 Oct 2011 06:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-95179</guid>
		<description>Hi Mastykarz,

I&#039;m creating a VS2010 AddIn.
I&#039;ve a situation where I need to convert an EnvDTE project object to an IsharePointProject object in order to access ISharePointProject&#039;s property &quot;IsSandBoxed&quot;.
Kindly suggest a way or workaround so that I could access this &quot;IsSandBoxed&quot; Property.</description>
		<content:encoded><![CDATA[<p>Hi Mastykarz,</p>
<p>I&#039;m creating a VS2010 AddIn.<br />
I&#039;ve a situation where I need to convert an EnvDTE project object to an IsharePointProject object in order to access ISharePointProject&#039;s property &#034;IsSandBoxed&#034;.<br />
Kindly suggest a way or workaround so that I could access this &#034;IsSandBoxed&#034; Property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandip</title>
		<link>http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/comment-page-1/#comment-94998</link>
		<dc:creator>Sandip</dc:creator>
		<pubDate>Mon, 03 Oct 2011 11:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/active-project-extending-visual-studio-sharepoint-development-tools-tip-1/#comment-94998</guid>
		<description>That is what i needed, Thanks Waldek</description>
		<content:encoded><![CDATA[<p>That is what i needed, Thanks Waldek</p>
]]></content:encoded>
	</item>
</channel>
</rss>

