<?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: SharePoint Programmatically: Managing Solutions</title>
	<atom:link href="http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-67697</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 24 Jan 2011 17:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-67697</guid>
		<description>@Ravi: Do you have the stack trace of your exception? That might make it easier to find out what&#039;s going on.</description>
		<content:encoded><![CDATA[<p>@Ravi: Do you have the stack trace of your exception? That might make it easier to find out what&#039;s going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Khambhati</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-67199</link>
		<dc:creator>Ravi Khambhati</dc:creator>
		<pubDate>Tue, 18 Jan 2011 16:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-67199</guid>
		<description>Thanks for the reply Waldek.

I am getting error on solution.Deploy().

I figure out one thing and that is when I deploy my code on central admin site it works fine but its not working on web application other then Central Admin.

I have created web part which deploys solution.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Waldek.</p>
<p>I am getting error on solution.Deploy().</p>
<p>I figure out one thing and that is when I deploy my code on central admin site it works fine but its not working on web application other then Central Admin.</p>
<p>I have created web part which deploys solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-67195</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 18 Jan 2011 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-67195</guid>
		<description>@Ravi: Running with elevated privileges would decrease your permissions so it&#039;s definitely not something that would help you. Which line of code throws the exception you mentioned?</description>
		<content:encoded><![CDATA[<p>@Ravi: Running with elevated privileges would decrease your permissions so it&#039;s definitely not something that would help you. Which line of code throws the exception you mentioned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Khambhati</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-67108</link>
		<dc:creator>Ravi Khambhati</dc:creator>
		<pubDate>Mon, 17 Jan 2011 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-67108</guid>
		<description>I tried your code but i am facing one error.

System.Security.SecurityException: Access denied. at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()

I am farm administrator on the machine. Also tried RunWithElevatedPrivileges()

help appreciated.</description>
		<content:encoded><![CDATA[<p>I tried your code but i am facing one error.</p>
<p>System.Security.SecurityException: Access denied. at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()</p>
<p>I am farm administrator on the machine. Also tried RunWithElevatedPrivileges()</p>
<p>help appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-64208</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 22 Dec 2010 05:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-64208</guid>
		<description>@Gan: In the above code sample I used the reference to the Local Server. In multi-server environment you would need to extend this code to check all servers. There is a tool called WaitForWspJob that might help you: http://blog.michelbarneveld.nl/michel/archive/2010/04/05/waitforwspjob-tool.aspx.</description>
		<content:encoded><![CDATA[<p>@Gan: In the above code sample I used the reference to the Local Server. In multi-server environment you would need to extend this code to check all servers. There is a tool called WaitForWspJob that might help you: <a href="http://blog.michelbarneveld.nl/michel/archive/2010/04/05/waitforwspjob-tool.aspx" rel="nofollow">http://blog.michelbarneveld.nl/michel/archive/2010/04/05/waitforwspjob-tool.aspx</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gan</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-64192</link>
		<dc:creator>Gan</dc:creator>
		<pubDate>Wed, 22 Dec 2010 03:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-64192</guid>
		<description>Thanks for the post.  Will the ExecuteJobDefinitions implementation work in a farm scenario?  i.e. will it wait until all jobs on all servers are completed?  I am asking because we need to deploy more than one solution programatically and want to make sure that each solution is deployed properly to all servers on the farm before deploying the next solution.  Does it even matter?</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  Will the ExecuteJobDefinitions implementation work in a farm scenario?  i.e. will it wait until all jobs on all servers are completed?  I am asking because we need to deploy more than one solution programatically and want to make sure that each solution is deployed properly to all servers on the farm before deploying the next solution.  Does it even matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-54718</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 24 Aug 2010 08:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-54718</guid>
		<description>@Liliet: what steps did you try exactly and what errors are you getting?</description>
		<content:encoded><![CDATA[<p>@Liliet: what steps did you try exactly and what errors are you getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liliet</title>
		<link>http://blog.mastykarz.nl/sharepoint-programmatically-managing-solutions/comment-page-1/#comment-54696</link>
		<dc:creator>Liliet</dc:creator>
		<pubDate>Mon, 23 Aug 2010 19:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2007/09/27/sharepoint-programmatically-managing-solutions/#comment-54696</guid>
		<description>Hi, this is very interesting and help me, but now i need to add/remove .cab solution, that is a web part package programmatically too and this way give error, can you help me with this. Thanks for everything anyway.</description>
		<content:encoded><![CDATA[<p>Hi, this is very interesting and help me, but now i need to add/remove .cab solution, that is a web part package programmatically too and this way give error, can you help me with this. Thanks for everything anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

