<?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>Peter Gerritsen&#039;s blog &#187; InfoPath</title>
	<atom:link href="http://blog.petergerritsen.nl/tag/infopath/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petergerritsen.nl</link>
	<description>about .Net and SharePoint development</description>
	<lastBuildDate>Wed, 28 Jul 2010 08:28:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>InfoPath Form Template stays in “installing” state</title>
		<link>http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 10:47:57 +0000</pubDate>
		<dc:creator>Peter Gerritsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/</guid>
		<description><![CDATA[When I was testing to deploy a solution containing some form templates I got an error. Not very strange, because I was testing it. The main downside though was one of the templates remained in the installing state. Apparently the easiest way to remove this template is by using some custom code, in this case I just used [...]<p><a href="http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/">InfoPath Form Template stays in “installing” state</a> is a post from: <a href="http://blog.petergerritsen.nl">Peter Gerritsen&#039;s blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When I was testing to deploy a solution containing some form templates I got an error. Not very strange, because I was testing it.</p>
<p>The main downside though was one of the templates remained in the installing state. Apparently the easiest way to remove this template is by using some custom code, in this case I just used a console application within my dev box:</p>
<pre class="brush: csharp">

static void Main(string[] args)
{
FormsService fs = SPFarm.Local.Services.GetValue(&quot;&quot;);

foreach (FormTemplate ft in fs.FormTemplates)
{
if (ft.Name.Contains(&quot;Blackberry&quot;))
{
ft.Delete();
}
}
}
</pre>
<!-- RO Social Bookmarks BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/" title="Add 'InfoPath Form Template stays in “installing” state' to Twitter"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/twitter.png" title="Add 'InfoPath Form Template stays in “installing” state' to Twitter" alt="Add 'InfoPath Form Template stays in “installing” state' to Twitter" /></a><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=InfoPath+Form+Template+stays+in+%E2%80%9Cinstalling%E2%80%9D+state&#038;c=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/" title="Add 'InfoPath Form Template stays in “installing” state' to MySpace"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/myspace.png" title="Add 'InfoPath Form Template stays in “installing” state' to MySpace" alt="Add 'InfoPath Form Template stays in “installing” state' to MySpace" /></a><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/&#038;title=InfoPath+Form+Template+stays+in+%E2%80%9Cinstalling%E2%80%9D+state" title="Add 'InfoPath Form Template stays in “installing” state' to Del.icio.us"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/delicious.png" title="Add 'InfoPath Form Template stays in “installing” state' to Del.icio.us" alt="Add 'InfoPath Form Template stays in “installing” state' to Del.icio.us" /></a><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&#038;url=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/&#038;title=InfoPath+Form+Template+stays+in+%E2%80%9Cinstalling%E2%80%9D+state" title="Add 'InfoPath Form Template stays in “installing” state' to digg"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/digg.png" title="Add 'InfoPath Form Template stays in “installing” state' to digg" alt="Add 'InfoPath Form Template stays in “installing” state' to digg" /></a><br /><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/&#038;t=InfoPath+Form+Template+stays+in+%E2%80%9Cinstalling%E2%80%9D+state" title="Add 'InfoPath Form Template stays in “installing” state' to FaceBook"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/facebook.png" title="Add 'InfoPath Form Template stays in “installing” state' to FaceBook" alt="Add 'InfoPath Form Template stays in “installing” state' to FaceBook" /></a><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/" title="Add 'InfoPath Form Template stays in “installing” state' to Technorati"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/technorati.png" title="Add 'InfoPath Form Template stays in “installing” state' to Technorati" alt="Add 'InfoPath Form Template stays in “installing” state' to Technorati" /></a><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/&#038;title=InfoPath+Form+Template+stays+in+%E2%80%9Cinstalling%E2%80%9D+state" title="Add 'InfoPath Form Template stays in “installing” state' to Stumble Upon"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/stumbleupon.png" title="Add 'InfoPath Form Template stays in “installing” state' to Stumble Upon" alt="Add 'InfoPath Form Template stays in “installing” state' to Stumble Upon" /></a><a  class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&#038;output=popup&#038;bkmk=http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/&#038;title=InfoPath+Form+Template+stays+in+%E2%80%9Cinstalling%E2%80%9D+state" title="Add 'InfoPath Form Template stays in “installing” state' to Google Bookmarks"><img src="http://blog.petergerritsen.nl/wp-content/plugins/ro-social-bookmarks/google.png" title="Add 'InfoPath Form Template stays in “installing” state' to Google Bookmarks" alt="Add 'InfoPath Form Template stays in “installing” state' to Google Bookmarks" /></a></div>
<!-- RO Social Bookmarks END --><p><a  href="http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/">InfoPath Form Template stays in “installing” state</a> is a post from: <a  href="http://blog.petergerritsen.nl">Peter Gerritsen&#039;s blog</a></p>
<div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.petergerritsen.nl%2F2009%2F12%2F01%2Finfopath-form-template-stays-in-%25e2%2580%259cinstalling%25e2%2580%259d-state%2F&amp;layout=standard&amp;show_faces=false&amp;width=320&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:320px;"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://blog.petergerritsen.nl/2009/12/01/infopath-form-template-stays-in-%e2%80%9cinstalling%e2%80%9d-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
