Warning: Table './drupal/cache_page' is marked as crashed and should be repaired query: SELECT data, created, headers, expire, serialized FROM cache_page WHERE cid = 'http://www.niral.net/taxonomy/term/10/all/feed' in /f1/content/niralnet/public/includes/database.mysql.inc on line 128

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 610

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 611

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 612

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 613
Sharepoint http://www.niral.net/taxonomy/term/10/all en 70-542 Study Resources http://www.niral.net/70-542-study-resources/70-542-study-resources <p>This is the collection of resources I have gathered over the course of my preparation for the Microsoft Exam 70-542.<br /> The primary reason for collection this information is that there is no comprehensive resource for this exam available on the net, unless one opts for a paid resources. After working more or less exclusively on SharePoint 2007 for last 2 years, I see no reason for me to go for paid resources. Most things are already available on MSDN and hundreds of blogs.<br /> If you have any resource you want me to include here, do not hesitate to post it in the comments and I will include it (of course with attribution) in the guide.</p> http://www.niral.net/70-542-study-resources/70-542-study-resources#comments 70-542 Exam Microsoft Sharepoint Wed, 24 Dec 2008 01:45:48 +0000 Niral 120 at http://www.niral.net Sharepoint 'Unknown Error' Solution http://www.niral.net/sharepointdebug <p>Sharepoint is very bad when it comes to showing useful error. Even the log files does not contain information that can be considered useful. This is a big problem specially when programming webpart and other extensions. To change this behavior and get sharepoint to display detailed message Modify your web.config to set the following:</p><p>&lt;SafeMode&nbsp;... <strong>CallStack="true" </strong>...&gt;</p><p>&lt;customErrors <strong>mode="Off"</strong> /&gt;</p><p>&lt;compilation <strong>batch="true" debug="true"</strong>&gt;</p><p>All three of the modifications are required for full debug output.</p> Debugging Programming Sharepoint Tue, 16 Oct 2007 23:12:29 +0000 Niral 11 at http://www.niral.net