<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3565533341514463886</id><updated>2011-07-07T14:47:52.689-07:00</updated><category term='SharePoint'/><title type='text'>Ahmad Madkhana Blog Spot "Welcome"</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-868007085091216795</id><published>2009-10-12T22:59:00.000-07:00</published><updated>2009-10-12T23:12:01.756-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>MOSS / WSS 3.0 Day by day backup on individual folder</title><content type='html'>Create .bat file on the web end server copy and paste the below:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;Start&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;'by : Ahmad Madkhana &lt;a href="mailto:25/9/2009@For"&gt;25/9/2009&lt;/a&gt;&lt;br /&gt;@For /F "tokens=1 delims= " %%A in ('Date /t') do @( Set DayName=%%A ) @echo DAY = %DayName%&lt;br /&gt;@echo off&lt;br /&gt;echo ====================================================&lt;br /&gt;echo Backup Script For Office SharePoint Server 2007&lt;br /&gt;echo ====================================================&lt;br /&gt;@echo off&lt;br /&gt;if %DayName%==Sun RD D:\Backup\Sun /S /Q&lt;br /&gt;if %DayName%==Sun MD D:\Backup\Sun&lt;br /&gt;if %DayName%==Sun stsadm.exe -o backup -directory "&lt;a href="file://servername/Backup/Sun"&gt;\\servername\Backup\Sun&lt;/a&gt;" -backupmethod full -item "Farm" -overwrite&lt;br /&gt;&lt;br /&gt;if %DayName%==Mon RD D:\Backup\Mon /S /Q&lt;br /&gt;if %DayName%==Mon MD D:\Backup\Mon&lt;br /&gt;if %DayName%==Mon stsadm.exe -o backup -directory "&lt;a href="file://mcskocweb/Backup/Mon"&gt;\\servername\Backup\Mon&lt;/a&gt;" -backupmethod full -item "Farm" -overwrite&lt;br /&gt;&lt;br /&gt;if %DayName%==Tue RD D:\Backup\Tue /S /Q&lt;br /&gt;if %DayName%==Tue MD D:\Backup\Tue&lt;br /&gt;if %DayName%==Tue stsadm.exe -o backup -directory "&lt;a href="file://mcskocweb/Backup/Tue"&gt;\\servername\Backup\Tue&lt;/a&gt;" -backupmethod full -item "Farm" -overwrite&lt;br /&gt;&lt;br /&gt;if %DayName%==Wed RD D:\Backup\Wed /S /Q&lt;br /&gt;if %DayName%==Wed MD D:\Backup\Wed&lt;br /&gt;if %DayName%==Wed stsadm.exe -o backup -directory "&lt;a href="file://mcskocweb/Backup/Wed"&gt;\\servername\Backup\Wed&lt;/a&gt;" -backupmethod full -item "Farm" -overwrite&lt;br /&gt;&lt;br /&gt;if %DayName%==Thu RD D:\Backup\Thu /S /Q&lt;br /&gt;if %DayName%==Thu MD D:\Backup\Thu&lt;br /&gt;if %DayName%==Thu stsadm.exe -o backup -directory "&lt;a href="file://mcskocweb/Backup/Thu"&gt;\\servername\Backup\Thu&lt;/a&gt;" -backupmethod full -item "Farm" -overwrite&lt;br /&gt;@echo off&lt;br /&gt;echo completed&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;End&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In this example backup folders are located on the server D:\Backup folder&lt;br /&gt;inside this folder there should be 7 folders for each day.&lt;br /&gt;schedule the backup to run daily, and the batch file will overwrite the old backup weekly.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ahmad Madkhana&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-868007085091216795?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/868007085091216795/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=868007085091216795' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/868007085091216795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/868007085091216795'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2009/10/moss-wss-30-day-by-day-backup-on.html' title='MOSS / WSS 3.0 Day by day backup on individual folder'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-8713094193536671051</id><published>2009-09-16T01:07:00.000-07:00</published><updated>2009-09-16T01:08:41.778-07:00</updated><title type='text'>Reduce Padding between SharePoint Web Parts</title><content type='html'>To reduce the spacing between a webparts just open Core.CSS file and search for “ms-PartSpacingVertical”:&lt;br /&gt;&lt;br /&gt;And make it like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#33cc00;"&gt;.ms-PartSpacingVertical&lt;br /&gt;{&lt;br /&gt;font-size:1pt;&lt;br /&gt;margin-top:1px;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;That is all.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ahmad&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-8713094193536671051?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/8713094193536671051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=8713094193536671051' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/8713094193536671051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/8713094193536671051'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2009/09/reduce-padding-between-sharepoint-web.html' title='Reduce Padding between SharePoint Web Parts'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-7017309583675799592</id><published>2009-06-15T22:36:00.000-07:00</published><updated>2009-06-15T23:05:39.998-07:00</updated><title type='text'>SharePoint designer Hit Counter not work after installing SP2</title><content type='html'>&lt;p&gt;After deploying Sp2 in our MOSS 2007 servers, suddenly the hit counter shows &lt;strong&gt;X image&lt;/strong&gt;.&lt;br /&gt;I have googled the issue with no luck but the interesting that I found is: the hit counter amount is stored on a file on the same directory as following:&lt;br /&gt;If you attached the counter to &lt;strong&gt;default.aspx&lt;/strong&gt; page then the counter file is &lt;span style="color:#ff0000;"&gt;default.aspx.cnt&lt;/span&gt;&lt;br /&gt;When I tried to open the CNT file using SharePoint designer I got the &lt;span style="color:#000099;"&gt;error&lt;/span&gt; that the file type is blocked by the administrator.&lt;/p&gt;&lt;p&gt;It seems that SP2 added the CNT file type to blocked file types on central administration.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;So the solution is:&lt;br /&gt;&lt;/span&gt;       1- Go to central administration web application.&lt;br /&gt;       2- Navigate to operation tap.&lt;br /&gt;       3- Under security configuration click on blocked file type.&lt;br /&gt;       4- Delete cnt type and then click OK.&lt;br /&gt;&lt;br /&gt;Now the counter should work fine, have fun.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ahmad&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-7017309583675799592?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/7017309583675799592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=7017309583675799592' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/7017309583675799592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/7017309583675799592'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2009/06/sharepoint-designer-hit-counter-not.html' title='SharePoint designer Hit Counter not work after installing SP2'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-8325728276181400030</id><published>2009-04-11T22:02:00.000-07:00</published><updated>2009-04-11T22:08:54.808-07:00</updated><title type='text'>Task List Edit Assigned To field</title><content type='html'>When I tried to add task item on Sharepoint 2007 programatically I got an error mentioed that the field is maybe read only.&lt;br /&gt;&lt;br /&gt;So....&lt;br /&gt;&lt;br /&gt;You can not do :&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;item["Assigned To"] = "administrator";&lt;br /&gt;item["Assigned To"] = "administrator@domain.com";&lt;br /&gt;item["Assigned To"] = "domain\\administrator";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Instead, you have to specify the user ID from the user's list:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#33cc00;"&gt;item["Assigned To"] = 1&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;But how to tell what ID does a user have?&lt;br /&gt;The only way I know of is using the "Users" property of the SPWeb object.&lt;br /&gt;Lets say you want to assign the field to "ahmad@domain.com" (you only know the email).&lt;br /&gt;&lt;br /&gt; you can use the following code:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#33cc00;"&gt;item["Assigned To"] = item.ParentList.ParentWeb.Users.GetByEmail("ahmad@domain.com").ID;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#33cc00;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-8325728276181400030?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/8325728276181400030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=8325728276181400030' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/8325728276181400030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/8325728276181400030'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2009/04/task-list-edit-assigned-to-field.html' title='Task List Edit Assigned To field'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-3228919463280360914</id><published>2009-04-05T02:57:00.000-07:00</published><updated>2009-04-05T03:54:44.111-07:00</updated><title type='text'>Error:Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed</title><content type='html'>Problem: when I try to read xml file on the server through custom webpart on the portal ,it give below error.&lt;br /&gt;&lt;br /&gt;“Error:Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.”&lt;br /&gt;&lt;br /&gt;Cause: The default trust level on our test site is set to wss_minimal which does not grant us permissions to use the SharePoint Object Model from the code.&lt;br /&gt;&lt;br /&gt;To solve this error :&lt;br /&gt;&lt;br /&gt;There are three different ways to get over this permission problem: we can add our assembly to the GAC to run under full trust, change our web.config and set the trust level to Full, or create a custom trust level by modifying wss_minimaltrust.config with just enough trust to get our code working.&lt;br /&gt;Web Part Deployment Options, the third option is the recommended approach we will take to resolve our problem.&lt;br /&gt;&lt;br /&gt;You'll have to add these lines to the medium trust file (or a custom trust file):&lt;br /&gt;&lt;br /&gt;&amp;lt;ipermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1"&gt;&lt;br /&gt;&amp;lt; connectaccess&gt;&lt;br /&gt;&amp;lt; uri uri="http://myserver:myport/mysitecollection\mywebservice.asmx"&gt;&lt;br /&gt;&amp;lt;/connectaccess&gt;&lt;br /&gt;&amp;lt;/ipermission&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The path of the trust files can be found in the web.config. In my case it was:&lt;br /&gt;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG&lt;br /&gt;&lt;br /&gt;You can add multiple url's&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-3228919463280360914?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/3228919463280360914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=3228919463280360914' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/3228919463280360914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/3228919463280360914'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2009/04/errorrequest-for-permission-of-type.html' title='Error:Request for the permission of type &apos;System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&apos; failed'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-6157967845698495732</id><published>2009-04-04T22:49:00.000-07:00</published><updated>2009-04-06T02:49:09.240-07:00</updated><title type='text'>Create view that shows all Lists (With the same type) in the site collection</title><content type='html'>&lt;ol&gt;&lt;li&gt;Create your new Contenet type the have List type "item" name it "MyCustomContentType"&lt;/li&gt;&lt;li&gt;create custom List Nameit "MyCustomList".&lt;/li&gt;&lt;li&gt;Go to List setting and allow mange content type.&lt;/li&gt;&lt;li&gt;Change the content type of "MyCustomList" to "MyCustomContentType".&lt;/li&gt;&lt;li&gt;Save List as template.&lt;/li&gt;&lt;li&gt;Open a Windows SharePoint Service v3 Team Site in SharePoint Designer. &lt;/li&gt;&lt;li&gt;Insert a view on a the Announcements list with the Title, Body, and Modified fields.&lt;/li&gt;&lt;li&gt;At the top of the Data Source Details task pane, click “MyCustomList” to open the data source properties for the current view. &lt;/li&gt;&lt;li&gt;Click on Fields and remove all fields except ID, Title, Modified, and any of your custom link.&lt;/li&gt;&lt;li&gt;Switch to code view, and search for DataSourceMode &lt;/li&gt;&lt;li&gt;Change the value from List to CrossList&lt;/li&gt;&lt;li&gt;Next search for selectcommand &lt;/li&gt;&lt;li&gt;In the select command, type &lt;webs scope="'Recursive'"&gt;&lt;/webs&gt;immediately after the opening quote, and leave the rest of the selectcommand as it. You should see something like this: selectcommand="&amp;lt;webs scope="'Recursive'"&gt;&amp;lt;/webs&gt;&amp;lt;View&amp;gt; ...”&lt;/li&gt;&lt;li&gt;Save the page and browse to it (F12).&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-6157967845698495732?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/6157967845698495732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=6157967845698495732' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/6157967845698495732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/6157967845698495732'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2009/04/create-view-that-shows-all-lists-with.html' title='Create view that shows all Lists (With the same type) in the site collection'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-3037372171544222137</id><published>2008-11-15T23:46:00.000-08:00</published><updated>2008-11-15T23:59:13.653-08:00</updated><title type='text'>Sharepoint 2007 navigation error "page has been modified by another author"</title><content type='html'>&lt;p&gt;It has been logged as a bug.&lt;br /&gt;&lt;br /&gt;1-  Go to Navigation and make a list of libraries that have been corrupted.  (Look in the 'Selected Item' box at the bottom under Navigation and check the URL.  Don't try save, just click Cancel. &lt;br /&gt;&lt;br /&gt;2- Click on the document libraries in question, then Settings, Document Library or List Settings, Title Description and Navigation.  Change the display on quick launch to No.&lt;br /&gt;&lt;br /&gt;3- Open SharePoint Designer and go to the web site view.  At the bottom of the website view screen, choose the Navigation option.  Delete the main document libraries.  Save and exit.&lt;br /&gt;&lt;br /&gt;4- On your SharePoint site, go to View All Site Content, click on the unlinked document libraries from step 2 and relink them to the quick launch.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-3037372171544222137?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/3037372171544222137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=3037372171544222137' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/3037372171544222137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/3037372171544222137'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2008/11/sharepoint-2007-navigation-error-page.html' title='Sharepoint 2007 navigation error &quot;page has been modified by another author&quot;'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3565533341514463886.post-2732291363369633715</id><published>2008-10-15T01:25:00.000-07:00</published><updated>2011-03-28T00:50:51.515-07:00</updated><title type='text'>PowerPoint slide show opens as edit mode from SharePoint library</title><content type='html'>Actually and after 3 month of searching the problem I found that the coz of this problem was on registry level as below : &lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Go to start menu and click run "regedit".&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Open registry and browse to HKEY_CLASSES_ROOT\PowerPoint.Show.8&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Double click on BrowserFlags key, and change the value to 8 (Default Value = a)&lt;/li&gt;&lt;/ol&gt;After changing the registry and if the problem does not solved do the following: &lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Go to “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\XML” or 60 folder in case wss2.0 version.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Open the file “DOCICON.XML” using text editor.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Locate the line that start with “&amp;lt;mapping value="”ichtmppt.gif”……”" key="”PowerPoint.Slide”"&amp;gt; and change OpenControl attribute to be (OpenControl="") &lt;br /&gt;&lt;li&gt;Locate the line that start with “&amp;lt;mapping value="”icpps.gif”…..”" key="”pps”"&amp;gt; and change OpenControl attribute to be (OpenControl="") &lt;br /&gt;&lt;li&gt;Save and close.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Open the file “htmltransinfo.xml” using text editor.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Locate the line that start with “&amp;lt;mapping extension="”pps”…..”"&amp;gt; and change ProgId attribute to be (ProgId="") &lt;br /&gt;&lt;li&gt;Save and close.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Finally restart IIS and pray to me loool.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p&gt;This because maybe bug on Sharepoint.opendocument class, so what I did is to remove sharepoint.open function for .pps files.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Salam&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3565533341514463886-2732291363369633715?l=ahmadmadkhana.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ahmadmadkhana.blogspot.com/feeds/2732291363369633715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3565533341514463886&amp;postID=2732291363369633715' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/2732291363369633715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3565533341514463886/posts/default/2732291363369633715'/><link rel='alternate' type='text/html' href='http://ahmadmadkhana.blogspot.com/2008/10/powerpoint-slide-show-opens-as-edit.html' title='PowerPoint slide show opens as edit mode from SharePoint library'/><author><name>Ahmad Madkhana</name><uri>http://www.blogger.com/profile/06584277699986878202</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry></feed>
