<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.dotnetmafia.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>Corey Roth [MVP] : Third Party Tools, Error</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Third+Party+Tools/Error/default.aspx</link><description>Tags: Third Party Tools, Error</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>File not found error on AllItems.apsx list pages using KWizCom web parts</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/04/23/file-not-found-error-on-allitems-apsx-list-pages-using-kwizcom-web-parts.aspx</link><pubDate>Tue, 24 Apr 2012 02:10:29 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:5667</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.dotnetmafia.com/blogs/dotnettipoftheday/rsscomments.aspx?PostID=5667</wfw:commentRss><comments>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/04/23/file-not-found-error-on-allitems-apsx-list-pages-using-kwizcom-web-parts.aspx#comments</comments><description>&lt;p&gt;Recently, a client of mine acquired some KWizCom web parts.&amp;#160; I installed them and they seemed to work fine.&amp;#160; However, during the configuration, we ended up building a new web application or two.&amp;#160; On these web applications, I started to notice that we were receiving File not found errors whenever you went to AllItems.aspx on any list page (i.e.: Shared Documents, Web Part Gallery, Solution gallery, etc).&amp;#160; I immediately thought it was an issue with how I was applying custom branding but that turned out to not be the case.&amp;#160; Ultimately, I started seeing this issue on brand new web applications and site collections and I knew something had to be up.&amp;#160; Whenever I visited one of these pages that had the issue I got the following error.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;File Not Found.&amp;#160; &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/FileNotFoundError_3E0E592E.png"&gt;&lt;img title="FileNotFoundError" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="FileNotFoundError" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/FileNotFoundError_thumb_6397D68F.png" width="542" height="300" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When this occurs you can view the Web Parts Maintenance Page but it is of no help obviously.&amp;#160; Ultimately, I queried the ULS log using Get-SPLog using tips I picked up from &lt;a href="https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=3&amp;amp;ved=0CDgQFjAC&amp;amp;url=http%3A%2F%2Fwww.wictorwilen.se%2FPost%2FWorking-with-SharePoint-2010-Correlation-ID-in-PowerShell-and-code.aspx&amp;amp;ei=NgqWT-bHJKP42QX6svnVDQ&amp;amp;usg=AFQjCNFU7TpU_c6PJNTqeszCkQ2gZTQgtA&amp;amp;sig2=jTvnDTPgBWmCAICcVtAK0Q"&gt;Wictor&lt;/a&gt;.&amp;#160; Be sure and use the –StartTime parameter to limit the scope of the query.&amp;#160; It will return something much faster.&amp;#160; Just paste your Correlation ID in the script and you are good to go.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Get-SPLogEvent -StartTime (Get-Date).AddMinutes(-5) | ?{$_.Correlation -eq &amp;quot;74adb0a7-655a-473b-9afa-5cc9edcc1aed&amp;quot;} | ft Category, Message –AutoSize&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;After the script executed, the culprit finally stood out.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/kWizComFail_49576D6B.png"&gt;&lt;img title="kWizComFail" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="kWizComFail" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/kWizComFail_thumb_5A5B9B4E.png" width="510" height="122" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There from the snippet, you see mention of KWizCom.&amp;#160; Now it is all making sense. In this case, we had some of the web parts that do various things to lists.&amp;#160; As my first attempt at a solution, I redeployed all of the KWizCom solution packages.&amp;#160; That still didn’t help though.&amp;#160; I then tried activating all of the site collection features from KWizCom to see if that made a difference and that didn’t work either. Finally, I just retracted all of the solution packages and my lists started working again.&amp;#160; I haven’t yet redeployed the solution packages, but I suspect they should probably work, but it makes me leery.&amp;#160; This was killing brand new web applications.&amp;#160; When I try it again, I’ll update the post.&lt;/p&gt;&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=5667" width="1" height="1"&gt;</description><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Error/default.aspx">Error</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/WebPart/default.aspx">WebPart</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Third+Party+Tools/default.aspx">Third Party Tools</category></item></channel></rss>