<?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 for Sharing The Point</title>
	<atom:link href="http://www.mattjimison.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattjimison.com/blog</link>
	<description>A SharePoint Developer's Blog</description>
	<lastBuildDate>Wed, 25 Apr 2012 17:45:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on A Duplicate Content Type Found Error by Pell</title>
		<link>http://www.mattjimison.com/blog/2011/06/21/a-duplicate-content-type-found-error/comment-page-1/#comment-205</link>
		<dc:creator>Pell</dc:creator>
		<pubDate>Wed, 25 Apr 2012 17:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=145#comment-205</guid>
		<description>Great post!  Saved my butt!  Thank you</description>
		<content:encoded><![CDATA[<p>Great post!  Saved my butt!  Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Event Receivers During an Update by Brian Scott</title>
		<link>http://www.mattjimison.com/blog/2011/05/11/disable-event-receivers-during-an-update/comment-page-1/#comment-204</link>
		<dc:creator>Brian Scott</dc:creator>
		<pubDate>Mon, 09 Apr 2012 09:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=122#comment-204</guid>
		<description>Thanks for the delegate block, helped save me some time :-)</description>
		<content:encoded><![CDATA[<p>Thanks for the delegate block, helped save me some time <img src='http://www.mattjimison.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Duplicate Content Type Found Error by ACH1LLES</title>
		<link>http://www.mattjimison.com/blog/2011/06/21/a-duplicate-content-type-found-error/comment-page-1/#comment-200</link>
		<dc:creator>ACH1LLES</dc:creator>
		<pubDate>Fri, 30 Mar 2012 14:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=145#comment-200</guid>
		<description>I just used this again.  It worked again.</description>
		<content:encoded><![CDATA[<p>I just used this again.  It worked again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Reference to Undeclared Namespace Prefix: &#8216;PC&#8217; by Darren</title>
		<link>http://www.mattjimison.com/blog/2012/03/08/infopath-reference-to-undeclared-namespace-prefix-pc/comment-page-1/#comment-197</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 21 Mar 2012 06:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=256#comment-197</guid>
		<description>Hi, I&#039;m facing tsbpoack erro when i Click on Cancel button in Infopath 2010. The screen shows warning message  There has been an error while processing the form  Strange thing is that this issue comes on Clicking Cancel button. Below are the ULS logs Log1 There was a form tsbpoack error. (User: BP1\username, Form Name: Template, IP: , Request: , Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2011-09-09T11:21:57:155Z, Type: OverflowException, Exception Message: Value was either too large or too small for a UInt32.) Log2 Unhandled exception when rendering form on tsbpoack System.OverflowException: Value was either too large or too small for a UInt32. at System.Convert.ToUInt32(Double value) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.RecordTimeLoadToFirstPostBack(EventLog eventLog) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.ProcessPostbackSqm(EventLog eventLog) at Microsoft.Office.InfoPath.Server.DocumentLifetime.EventLogProcessor.ExecuteLog(Int32 expectedEventLogID) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.c__DisplayClass13.b__11() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) I&#039;ve a lookup column in this list and have few validations on it. I&#039;m not able to understand the value of which column is it trying to set.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m facing tsbpoack erro when i Click on Cancel button in Infopath 2010. The screen shows warning message  There has been an error while processing the form  Strange thing is that this issue comes on Clicking Cancel button. Below are the ULS logs Log1 There was a form tsbpoack error. (User: BP1\username, Form Name: Template, IP: , Request: , Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2011-09-09T11:21:57:155Z, Type: OverflowException, Exception Message: Value was either too large or too small for a UInt32.) Log2 Unhandled exception when rendering form on tsbpoack System.OverflowException: Value was either too large or too small for a UInt32. at System.Convert.ToUInt32(Double value) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.RecordTimeLoadToFirstPostBack(EventLog eventLog) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.ProcessPostbackSqm(EventLog eventLog) at Microsoft.Office.InfoPath.Server.DocumentLifetime.EventLogProcessor.ExecuteLog(Int32 expectedEventLogID) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.c__DisplayClass13.b__11() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) I&#8217;ve a lookup column in this list and have few validations on it. I&#8217;m not able to understand the value of which column is it trying to set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Duplicate Content Type Found Error by kipper</title>
		<link>http://www.mattjimison.com/blog/2011/06/21/a-duplicate-content-type-found-error/comment-page-1/#comment-191</link>
		<dc:creator>kipper</dc:creator>
		<pubDate>Thu, 08 Mar 2012 21:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=145#comment-191</guid>
		<description>worked perfectly. saved me half day, I&#039;m sure.</description>
		<content:encoded><![CDATA[<p>worked perfectly. saved me half day, I&#8217;m sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by Joel</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-190</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 07 Mar 2012 19:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-190</guid>
		<description>This has been resolved in the February 2010 Cumulative Update for SharePoint 2010 and InfoPath 2010.  To correct the problem, you need to install two cumulative updates for SharePoint 2010.  First, you need the SharePoint Foundation 2010 package released March 7, 2012, which you can get here:

Description of the SharePoint Foundation 2010 hotfix package (Sts-x-none.msp): March 7, 2012
&lt;a href=&quot;http://support.microsoft.com/kb/2597136&quot; title=&quot;http://support.microsoft.com/kb/2597136
&quot;&gt;

Once that is installed, you need to install the InfoPath Server 2010 hotfix package released February 28, 2012, which you can get here:
&lt;a href=&quot;http://support.microsoft.com/kb/2597144&quot; title=&quot;http://support.microsoft.com/kb/2597144&quot; rel=&quot;nofollow&quot;&gt;

Once you’ve installed those packages, run the SharePoint 2010 Product Configuration Wizard to complete the installation, and you should be all set to go.</description>
		<content:encoded><![CDATA[<p>This has been resolved in the February 2010 Cumulative Update for SharePoint 2010 and InfoPath 2010.  To correct the problem, you need to install two cumulative updates for SharePoint 2010.  First, you need the SharePoint Foundation 2010 package released March 7, 2012, which you can get here:</p>
<p>Description of the SharePoint Foundation 2010 hotfix package (Sts-x-none.msp): March 7, 2012<br />
<a href="http://support.microsoft.com/kb/2597136" title="http://support.microsoft.com/kb/2597136<br />
"></p>
<p>Once that is installed, you need to install the InfoPath Server 2010 hotfix package released February 28, 2012, which you can get here:<br />
</a><a href="http://support.microsoft.com/kb/2597144" title="http://support.microsoft.com/kb/2597144" rel="nofollow"></p>
<p>Once you’ve installed those packages, run the SharePoint 2010 Product Configuration Wizard to complete the installation, and you should be all set to go.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by David</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-189</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 05 Mar 2012 17:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-189</guid>
		<description>Hello Matt,
There is this hot fix that should correct the problem, but I have tested and it doesn&#039;t.
http://support.microsoft.com/kb/2597144
Do you have diferent information about the issue?
regards David</description>
		<content:encoded><![CDATA[<p>Hello Matt,<br />
There is this hot fix that should correct the problem, but I have tested and it doesn&#8217;t.<br />
<a href="http://support.microsoft.com/kb/2597144" rel="nofollow">http://support.microsoft.com/kb/2597144</a><br />
Do you have diferent information about the issue?<br />
regards David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by Gerard</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-188</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Sun, 26 Feb 2012 23:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-188</guid>
		<description>Hi Matt,

Also have same issue, any update?</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Also have same issue, any update?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by richard mintz</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-184</link>
		<dc:creator>richard mintz</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-184</guid>
		<description>Hi Matt,

Have you heard anything from MS regarding this issue yet, I have a list of departments that is gigantic and the only thing that performs well is the external content type picker.

Thanks,

Rich</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Have you heard anything from MS regarding this issue yet, I have a list of departments that is gigantic and the only thing that performs well is the external content type picker.</p>
<p>Thanks,</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by Gottfried</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-173</link>
		<dc:creator>Gottfried</dc:creator>
		<pubDate>Fri, 13 Jan 2012 13:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-173</guid>
		<description>Hi,
so the december 2011 cu didn&#039;t fix this issue?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
so the december 2011 cu didn&#8217;t fix this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by marina</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-171</link>
		<dc:creator>marina</dc:creator>
		<pubDate>Mon, 19 Dec 2011 06:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-171</guid>
		<description>Hi Matt,
   i have the same problem :( ¿do you have any news?</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
   i have the same problem <img src='http://www.mattjimison.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ¿do you have any news?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Duplicate Content Type Found Error by Ted Bicknell</title>
		<link>http://www.mattjimison.com/blog/2011/06/21/a-duplicate-content-type-found-error/comment-page-1/#comment-169</link>
		<dc:creator>Ted Bicknell</dc:creator>
		<pubDate>Wed, 07 Dec 2011 02:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=145#comment-169</guid>
		<description>Thank you very much.  I ran into this error after running a series of pshell scripts methodically clean up and remove unused content types descended from a published content type from a HUB. I have written similar code to do the same for fields, content types and all manner of orphaned objects since 2003, so I am very familiar with the dependency chain when scrubbing content db&#039;s of unused content types.  It was a real pleasure to find not only this scriptlet, but someone else who gets as forensic as I do with SharePoint.  I believe my issue did involve the content type hub, as I have not had the same issue running the same scripts in sites not using any published CT&#039;s.  Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you very much.  I ran into this error after running a series of pshell scripts methodically clean up and remove unused content types descended from a published content type from a HUB. I have written similar code to do the same for fields, content types and all manner of orphaned objects since 2003, so I am very familiar with the dependency chain when scrubbing content db&#8217;s of unused content types.  It was a real pleasure to find not only this scriptlet, but someone else who gets as forensic as I do with SharePoint.  I believe my issue did involve the content type hub, as I have not had the same issue running the same scripts in sites not using any published CT&#8217;s.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by David</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-165</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-165</guid>
		<description>Unfortunately is in production enviroment, and when something has to go wrong, it goes worst, I can&#039;t and I don&#039;t know how to go back. 
My back up has fail.</description>
		<content:encoded><![CDATA[<p>Unfortunately is in production enviroment, and when something has to go wrong, it goes worst, I can&#8217;t and I don&#8217;t know how to go back.<br />
My back up has fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by mjimison</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-164</link>
		<dc:creator>mjimison</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-164</guid>
		<description>David,

Unfortunately I don&#039;t have any new information. At this point I wouldn&#039;t anticipate a fix until 2012. Are you in the position where your production farm has this issue, or is it in a dev / test environment?</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Unfortunately I don&#8217;t have any new information. At this point I wouldn&#8217;t anticipate a fix until 2012. Are you in the position where your production farm has this issue, or is it in a dev / test environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by David</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-163</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-163</guid>
		<description>Hi Matt,
we are suffering the same problem, and there is no clue in any place about the posible solution.¿do you have any news?</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
we are suffering the same problem, and there is no clue in any place about the posible solution.¿do you have any news?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Change the IIS Path for a SharePoint Web Application by scott</title>
		<link>http://www.mattjimison.com/blog/2009/02/26/how-to-change-the-iis-path-for-a-sharepoint-web-application/comment-page-1/#comment-162</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Wed, 30 Nov 2011 13:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=13#comment-162</guid>
		<description>This is great - thanks!  I did have to go in and manually change my permissions on the new folder giving everyone read access, but other than that, worked like a charm.</description>
		<content:encoded><![CDATA[<p>This is great &#8211; thanks!  I did have to go in and manually change my permissions on the new folder giving everyone read access, but other than that, worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by enitesh</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-161</link>
		<dc:creator>enitesh</dc:creator>
		<pubDate>Sun, 27 Nov 2011 15:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-161</guid>
		<description>Hi, I&#039;m facing postback erro when i Click on Cancel button in Infopath 2010. The screen shows warning message &quot;There has been an error while processing the form&quot; Strange thing is that this issue comes on Clicking Cancel button. Below are the ULS logs Log1 There was a form postback error. (User: BP1\username, Form Name: Template, IP: , Request: http://listurl/editifs.aspx?List=b908c38e-9b03-453d-8c76-7fa165caf21f&amp;ID=1197&amp;Source=http://siteurl/SitePages/pagename.aspx?RootFolder=http%253A%252F%252Faaa%252Eaaaa%252Ebb%252Ecom%252FLists%252FITK%2520List%252FFork&amp;ContentTypeId=0x010040BA53AE3BDFC3489727B1FAA33792DC003ACC2928E153B94584C40840570E0C52, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2011-09-09T11:21:57:155Z, Type: OverflowException, Exception Message: Value was either too large or too small for a UInt32.) Log2 Unhandled exception when rendering form on postback System.OverflowException: Value was either too large or too small for a UInt32. at System.Convert.ToUInt32(Double value) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.RecordTimeLoadToFirstPostBack(EventLog eventLog) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.ProcessPostbackSqm(EventLog eventLog) at Microsoft.Office.InfoPath.Server.DocumentLifetime.EventLogProcessor.ExecuteLog(Int32 expectedEventLogID) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.c__DisplayClass13.b__11() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) I&#039;ve a lookup column in this list and have few validations on it. I&#039;m not able to understand the value of which column is it trying to set.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m facing postback erro when i Click on Cancel button in Infopath 2010. The screen shows warning message &#8220;There has been an error while processing the form&#8221; Strange thing is that this issue comes on Clicking Cancel button. Below are the ULS logs Log1 There was a form postback error. (User: BP1\username, Form Name: Template, IP: , Request: <a href="http://listurl/editifs.aspx?List=b908c38e-9b03-453d-8c76-7fa165caf21f&#038;ID=1197&#038;Source=http://siteurl/SitePages/pagename.aspx?RootFolder=http%253A%252F%252Faaa%252Eaaaa%252Ebb%252Ecom%252FLists%252FITK%2520List%252FFork&#038;ContentTypeId=0x010040BA53AE3BDFC3489727B1FAA33792DC003ACC2928E153B94584C40840570E0C52" rel="nofollow">http://listurl/editifs.aspx?List=b908c38e-9b03-453d-8c76-7fa165caf21f&#038;ID=1197&#038;Source=http://siteurl/SitePages/pagename.aspx?RootFolder=http%253A%252F%252Faaa%252Eaaaa%252Ebb%252Ecom%252FLists%252FITK%2520List%252FFork&#038;ContentTypeId=0x010040BA53AE3BDFC3489727B1FAA33792DC003ACC2928E153B94584C40840570E0C52</a>, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2011-09-09T11:21:57:155Z, Type: OverflowException, Exception Message: Value was either too large or too small for a UInt32.) Log2 Unhandled exception when rendering form on postback System.OverflowException: Value was either too large or too small for a UInt32. at System.Convert.ToUInt32(Double value) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.RecordTimeLoadToFirstPostBack(EventLog eventLog) at Microsoft.Office.InfoPath.Server.Binding.PostbackSQMData.ProcessPostbackSqm(EventLog eventLog) at Microsoft.Office.InfoPath.Server.DocumentLifetime.EventLogProcessor.ExecuteLog(Int32 expectedEventLogID) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.c__DisplayClass13.b__11() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) I&#8217;ve a lookup column in this list and have few validations on it. I&#8217;m not able to understand the value of which column is it trying to set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by Nithesh</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-159</link>
		<dc:creator>Nithesh</dc:creator>
		<pubDate>Sun, 27 Nov 2011 15:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-159</guid>
		<description>Hi ,

I&#039;m facing similar issue. but my error log shows some different error message. I&#039;m not able to figure out the reason for this issue

There was a form postback error. (User: BP1\username, Form Name: Template, IP: , Request: http://listurl/editifs.aspx?List=b908c38e-9b03-453d-8c76-7fa165caf21f&amp;ID=1197&amp;Source=http://siteurl/SitePages/pagename.aspx?RootFolder=http%253A%252F%252Faaa%252Eaaaa%252Ebb%252Ecom%252FLists%252FITK%2520List%252FFork&amp;ContentTypeId=0x010040BA53AE3BDFC3489727B1FAA33792DC003ACC2928E153B94584C40840570E0C52, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2011-09-09T11:21:57:155Z, Type: OverflowException, Exception Message: Value was either too large or too small for a UInt32.)</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I&#8217;m facing similar issue. but my error log shows some different error message. I&#8217;m not able to figure out the reason for this issue</p>
<p>There was a form postback error. (User: BP1\username, Form Name: Template, IP: , Request: <a href="http://listurl/editifs.aspx?List=b908c38e-9b03-453d-8c76-7fa165caf21f&#038;ID=1197&#038;Source=http://siteurl/SitePages/pagename.aspx?RootFolder=http%253A%252F%252Faaa%252Eaaaa%252Ebb%252Ecom%252FLists%252FITK%2520List%252FFork&#038;ContentTypeId=0x010040BA53AE3BDFC3489727B1FAA33792DC003ACC2928E153B94584C40840570E0C52" rel="nofollow">http://listurl/editifs.aspx?List=b908c38e-9b03-453d-8c76-7fa165caf21f&#038;ID=1197&#038;Source=http://siteurl/SitePages/pagename.aspx?RootFolder=http%253A%252F%252Faaa%252Eaaaa%252Ebb%252Ecom%252FLists%252FITK%2520List%252FFork&#038;ContentTypeId=0x010040BA53AE3BDFC3489727B1FAA33792DC003ACC2928E153B94584C40840570E0C52</a>, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2011-09-09T11:21:57:155Z, Type: OverflowException, Exception Message: Value was either too large or too small for a UInt32.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by ethan</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-140</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Mon, 07 Nov 2011 20:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-140</guid>
		<description>Hi again Matt,
We just added our support request to the PSS support queue. PSS is in touch with our TAM. We are getting this issue escalated because, as you know, not being able to resolve items via the external item/entity picker is a serious problem. We have invested too much in our solution and because the solution is backed by InfoPath, we are stuck until this problem is resolved.</description>
		<content:encoded><![CDATA[<p>Hi again Matt,<br />
We just added our support request to the PSS support queue. PSS is in touch with our TAM. We are getting this issue escalated because, as you know, not being able to resolve items via the external item/entity picker is a serious problem. We have invested too much in our solution and because the solution is backed by InfoPath, we are stuck until this problem is resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by ethan</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-139</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-139</guid>
		<description>We have the same issue you&#039;ve outlined. We are also noticing issues with using the entity picker to assign user accounts from trusted domains to SharePoint groups. If the trust is not direct (transitive), the entity picker throws an error and the account won&#039;t resolve. This works fine in another farm in the same vlan that has the June 2011 CU applied. It might or might not be related. Nonetheless, we are going to have to rebuild our new farm with the June 2011 CU unless there is a fix for this problem soon.</description>
		<content:encoded><![CDATA[<p>We have the same issue you&#8217;ve outlined. We are also noticing issues with using the entity picker to assign user accounts from trusted domains to SharePoint groups. If the trust is not direct (transitive), the entity picker throws an error and the account won&#8217;t resolve. This works fine in another farm in the same vlan that has the June 2011 CU applied. It might or might not be related. Nonetheless, we are going to have to rebuild our new farm with the June 2011 CU unless there is a fix for this problem soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by mjimison</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-137</link>
		<dc:creator>mjimison</dc:creator>
		<pubDate>Mon, 07 Nov 2011 14:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-137</guid>
		<description>Gottfried,

I (as well as others) have reported the issue to Microsoft, and they were able to reproduce the error. At this point, they are looking into it, and I will update this post when I receive more information.</description>
		<content:encoded><![CDATA[<p>Gottfried,</p>
<p>I (as well as others) have reported the issue to Microsoft, and they were able to reproduce the error. At this point, they are looking into it, and I will update this post when I receive more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InfoPath Error: The Control Must Be in the Control Tree of a Page by Gottfried</title>
		<link>http://www.mattjimison.com/blog/2011/10/28/infopath-error-the-control-must-be-in-the-control-tree-of-a-page/comment-page-1/#comment-135</link>
		<dc:creator>Gottfried</dc:creator>
		<pubDate>Mon, 07 Nov 2011 13:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=236#comment-135</guid>
		<description>Hello Matt,

do you already have any news regarding this issue? I also have this problem and would need a solution for it.

Kind regards
Gottfried</description>
		<content:encoded><![CDATA[<p>Hello Matt,</p>
<p>do you already have any news regarding this issue? I also have this problem and would need a solution for it.</p>
<p>Kind regards<br />
Gottfried</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Duplicate Content Type Found Error by ACH1LLES</title>
		<link>http://www.mattjimison.com/blog/2011/06/21/a-duplicate-content-type-found-error/comment-page-1/#comment-126</link>
		<dc:creator>ACH1LLES</dc:creator>
		<pubDate>Mon, 26 Sep 2011 18:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=145#comment-126</guid>
		<description>Worked for me! Well done.</description>
		<content:encoded><![CDATA[<p>Worked for me! Well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Duplicate Content Type Found Error by dotNetFollower</title>
		<link>http://www.mattjimison.com/blog/2011/06/21/a-duplicate-content-type-found-error/comment-page-1/#comment-125</link>
		<dc:creator>dotNetFollower</dc:creator>
		<pubDate>Thu, 15 Sep 2011 18:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=145#comment-125</guid>
		<description>Hello!
Unfortunately, such approach doesn&#039;t work in SharePoint 2007, because SPContentType doesn&#039;t have a constructor, which accepts SPContentTypeId. But I&#039;ve found a workaround, it&#039;s described here - &lt;a href=&quot;http://dotnetfollower.com/wordpress/2011/09/sharepoint-how-to-set-id-for-just-created-spcontenttype/&quot; rel=&quot;nofollow&quot;&gt;http://dotnetfollower.com/wordpress/2011/09/sharepoint-how-to-set-id-for-just-created-spcontenttype/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Unfortunately, such approach doesn&#8217;t work in SharePoint 2007, because SPContentType doesn&#8217;t have a constructor, which accepts SPContentTypeId. But I&#8217;ve found a workaround, it&#8217;s described here &#8211; <a href="http://dotnetfollower.com/wordpress/2011/09/sharepoint-how-to-set-id-for-just-created-spcontenttype/" rel="nofollow">http://dotnetfollower.com/wordpress/2011/09/sharepoint-how-to-set-id-for-just-created-spcontenttype/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 WebPart Enhancements by Bijay</title>
		<link>http://www.mattjimison.com/blog/2009/10/23/sharepoint-2010-webpart-enhancements/comment-page-1/#comment-123</link>
		<dc:creator>Bijay</dc:creator>
		<pubDate>Fri, 26 Aug 2011 05:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattjimison.com/blog/?p=85#comment-123</guid>
		<description>Here is a tutorial might be helpful to you !!!
http://www.fewlines4biju.com/2011/08/content-editor-web-part-in-sharepoint.html</description>
		<content:encoded><![CDATA[<p>Here is a tutorial might be helpful to you !!!<br />
<a href="http://www.fewlines4biju.com/2011/08/content-editor-web-part-in-sharepoint.html" rel="nofollow">http://www.fewlines4biju.com/2011/08/content-editor-web-part-in-sharepoint.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

