<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft Tech Blogs : Information Panel</title><link>http://blogs.msdn.com/ketaanhs/archive/tags/Information+Panel/default.aspx</link><description>Tags: Information Panel</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Document Information Panel does not load and errors out in Sharepoint 2007 and Word 2007</title><link>http://blogs.msdn.com/ketaanhs/archive/2008/03/28/document-information-panel-does-not-load-and-errors-out-in-sharepoint-2007-and-word-2007.aspx</link><pubDate>Sat, 29 Mar 2008 02:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8342567</guid><dc:creator>ketaanhs</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ketaanhs/comments/8342567.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ketaanhs/commentrss.aspx?PostID=8342567</wfw:commentRss><wfw:comment>http://blogs.msdn.com/ketaanhs/rsscomments.aspx?PostID=8342567</wfw:comment><description>&lt;DIV class=bvMsg id=msgcns!393FF2CFACFC6955!137&gt;
&lt;P&gt;I would like to thank my Friend Bob who came up with this issue which led me in debugging and searching for the solution. So what was the Problem: The document Information Panel does not load at all and errors out with following error when used with Sharepoint 2007 (MOSS) document library: 
&lt;P&gt;======================================================================================================================================================================== 
&lt;P&gt;&lt;FONT color=#804040&gt;Document Information Panel cannot create a new, blank form.&lt;BR&gt;Document Information Panel cannot open the form. To fix this problem, contact your system administrator.&lt;BR&gt;Form template: &lt;/FONT&gt;&lt;A href="http://litwareincecf.pfizer.com/sites/KSTest/proppanel.xsn"&gt;&lt;FONT color=#804040&gt;http://litwareinc.com/sites/KSTest/proppanel.xsn&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT color=#804040&gt;Document Information Panel cannot open the following view: TestForWordIPanel Properties - Server&lt;BR&gt;The following view file is not valid: view2.xsl&lt;BR&gt;The .xsl file is not valid XSL.&lt;BR&gt;Expected token ']' found 'NAME'. &lt;/FONT&gt;
&lt;P&gt;&lt;FONT color=#804040&gt;count(p:properties/documentManagement/ns2:KetaanhMultiChoice/ns2:Value[. != 'Ketaanh'--&amp;gt;s&amp;lt;--' and . != 'Bob's' and . != 'Ketaanh']) != 0 or string-length(p:properties/documentManagement/ns2:KetaanhMultiChoice) + 2 * count(p:properties/documentManagement/ns2:KetaanhMultiChoice/ns2:Value) &amp;gt; 253&lt;/FONT&gt; 
&lt;P&gt;======================================================================================================================================================================== 
&lt;P&gt;&lt;A href="http://byfiles.storage.msn.com/y1pDS3olPrhJJ0gC-S91jPuRAwnjgossKS1K8RPgPC6-IYZStVnX9oYdpJJQTzXwX4utaPBCVo4tlE?PARTNER=WRITER"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=208 alt=boberr src="http://byfiles.storage.msn.com/y1pDS3olPrhJJ2fJXjEryH7_tNCfypjkBMlNvdK3fhKZhi0kbv5RiFwzvyu0WU6ZF_VYiVNTKQNyxU?PARTNER=WRITER" width=244 border=0&gt;&lt;/A&gt; 
&lt;P&gt;Well a little debugging revealed that there is no limitation on the number of elements or characters for the Values of a SITE COLUMN used in CONTENT TYPES. But this issue is seen even in case of just 2 values in a site-column, but the Columns had special values and they were: 
&lt;P&gt;Ketaanh's 
&lt;P&gt;Bob's 
&lt;P&gt;Bob 
&lt;P&gt;So basically using apostrophe is causing that issue and not the number of characters. So the Solution or rather work-around is to use ASCII value (%27)for the values entered for site-column i.e.: 
&lt;P&gt;Ketaanh%27s 
&lt;P&gt;Bob%27s 
&lt;P&gt;Bob 
&lt;P&gt;Following is the result: 
&lt;P&gt;&lt;A href="http://ulqk4a.bay.livefilestore.com/y1pvVUhGJYutFUEaqu-6dgk2Y37f25XngvsWoeM2D34OORCsmg2jIFbT1gvrttsXMnV_emqG2lA5aCyTjzwwiPcYg?PARTNER=WRITER"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=183 alt=clip_image002 src="http://by1.storage.msn.com/y1pBE22BKlpHzCFGxHfT3fp1Q27b1_U6rJvFQmTwh7CTCqn64_U8DIN1jM9r1l9EYjW52H4eHbnjIHVffbwT5sEUVo3ZmPIsWBC?PARTNER=WRITER" width=244 border=0&gt;&lt;/A&gt; 
&lt;P&gt;So the conclusion is APOSTROPH is creating the trouble with MULTI CHOICE type of SITE COLUMNS and this could resolved using ASCII value for APOSTROPH which is %27.&lt;/P&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8342567" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ketaanhs/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/ketaanhs/archive/tags/Sharepoint+2007/default.aspx">Sharepoint 2007</category><category domain="http://blogs.msdn.com/ketaanhs/archive/tags/Information+Panel/default.aspx">Information Panel</category></item></channel></rss>