<?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'><id>tag:blogger.com,1999:blog-25545748</id><updated>2009-12-15T14:04:13.676+03:00</updated><title type='text'>Mostafa Elzoghbi - C# MVP</title><subtitle type='html'>B.Sc. of Computer Science from faculty of computer and information sciences -Ain Shams Univ,Cairo,Egypt.
I have MCAD.NET,MCSD.NET,MCTS (SQL 2005) Early Achiever ,MCT &amp;amp; C# MVP.
I&amp;#39;m INETA User group lead &amp;amp; DotNet Boom supportive development manager for www.dotnetboom.net community as well.
I&amp;#39;m working as Consultant as well as Technical Lead.
I like to learn more and more about new technologies.I like also to help &amp;amp; share information with others,Keep your eye on my blog.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default?start-index=26&amp;max-results=25'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>345</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-25545748.post-8681817399389466997</id><published>2009-12-11T19:59:00.004+03:00</published><updated>2009-12-11T20:11:32.225+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='Azure'/><title type='text'>How to build your DB on MS SQL Azure</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;I would like to share with you some tips for how to move your on-premise DB to MS SQL Azure on the cloud.&lt;br /&gt;&lt;br /&gt;First, To be able to connect to SQL Azure Prepare your environment with the following:&lt;br /&gt;&lt;br /&gt;1) Install &lt;em&gt;MS SQL 2008 R2 on your machine&lt;/em&gt; - Nov CTP, having any other version of SQL 2008 will not give you the full functionality like working with object browser in SQL Server 2008 R2.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Tips :&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;a) Before installing SQL 2008 R2, please check your exisiting environment by using SQL Server upgrade advisor (it is a part of SQL 2008 R2).&lt;br /&gt;&lt;br /&gt;b) Using your credientials in SQL Azure, you will be able to connect using SQL 2008 R2 with no issues and you will be able to navigate through your objects in the DB.&lt;br /&gt;&lt;br /&gt;1) How to move your on premise Database to SQL Azure on the cloud:&lt;br /&gt;&lt;br /&gt;1) Script your DB from your server.&lt;br /&gt;2) There is some changes you have to do it on the script before executing it on the SQL Azure DB.&lt;br /&gt;&lt;br /&gt;Tip: 1) Remove any reference to the file group such as : ON [PRIMARY] on your script.&lt;br /&gt;&lt;br /&gt;Then when you remove the reference, you will be able to execute the script using SQL Management Studio and when you refresh the server you will be able to see your new created objects.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa @ Azure Cloud......&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-8681817399389466997?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/8681817399389466997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=8681817399389466997' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/8681817399389466997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/8681817399389466997'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/12/how-to-build-your-db-on-ms-sql-azure.html' title='How to build your DB on MS SQL Azure'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-1419667412938833279</id><published>2009-12-09T00:44:00.006+03:00</published><updated>2009-12-09T01:15:17.395+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='Ajax'/><category scheme='http://www.blogger.com/atom/ns#' term='asp.net'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Cannot open a closed file error in asp.net ajax / SharePoint Site</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;I was developing a webpart in sharepoint ( consider it as a asp.net usercontrol for ASP.Net Developers) and in the webpart i was uploading a document using AsyncFileUpload control in AJAX Toolkit.&lt;br /&gt;&lt;br /&gt;And it was working fine, but for some files i was getting this error : "Cannot open a closed file" and i was thinking that the problem from the file or it is a code behind issue.&lt;br /&gt;&lt;br /&gt;I figure out the problem was because of the file size threshold in the web.config, the default web.config is:&lt;br /&gt;&lt;br /&gt;&amp;lt;httpruntime maxrequestlength="51200" /&amp;gt;&lt;br /&gt;&lt;br /&gt;I added this attribute:&lt;br /&gt;&lt;br /&gt;&amp;lt;httpruntime maxrequestlength="51200" requestLengthDiskThreshold="4096" /&amp;gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;The resolution for the problem is: Set the length disk threshold to 4M ( or any other number in KB as per your application business rule) because by default the value is 80K.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Happy SharePointing.... or .Netting :)&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-1419667412938833279?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/1419667412938833279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=1419667412938833279' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1419667412938833279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1419667412938833279'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/12/cannot-open-closed-file-error-in-aspnet.html' title='Cannot open a closed file error in asp.net ajax / SharePoint Site'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-5177406110926155244</id><published>2009-12-08T17:18:00.002+03:00</published><updated>2009-12-08T17:20:36.834+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>SharePoint Error : Retrieving the COM class factory for component with CLSID {BDEADEE2-C265-11D0-BCED-00A0C90AB50F} failed</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;If you are trying to open your sharepoint 2007 site one day and you got this error message with yellow asp.net page:&lt;br /&gt;&lt;br /&gt;"Retrieving the COM class factory for component with CLSID {BDEADEE2-C265-11D0-BCED-00A0C90AB50F} failed due to the following error: 800703fa."&lt;br /&gt;&lt;br /&gt;The fix for this problem is to do iisreset for your IIS webserver and this will resolve the error.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-5177406110926155244?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/5177406110926155244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=5177406110926155244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5177406110926155244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5177406110926155244'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/12/sharepoint-error-retrieving-com-class.html' title='SharePoint Error : Retrieving the COM class factory for component with CLSID {BDEADEE2-C265-11D0-BCED-00A0C90AB50F} failed'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-8132835161324046596</id><published>2009-12-07T18:01:00.003+03:00</published><updated>2009-12-07T18:07:49.252+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Installing SharePoint 2010 on Windows 7 Tip</title><content type='html'>If you are planning to install sharepoint 2010 on Windows 7, here is an excellent article in MSDN, just follow the steps and you will end up successfully installing SharePoint 2010 beta on windows 7.&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx&lt;br /&gt;&lt;br /&gt;My Tip is: even if you follow the steps, and run the SharePoint Configuration wizard, the wizard might be failed , &lt;strong&gt;what you have to do is just to re-run it and it is going to work.&lt;/strong&gt; the problem for that when you run in low of memory and the exception is saying failed provisioning central administration website.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-8132835161324046596?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/8132835161324046596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=8132835161324046596' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/8132835161324046596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/8132835161324046596'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/12/installing-sharepoint-2010-on-windows-7.html' title='Installing SharePoint 2010 on Windows 7 Tip'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-7899326354363687113</id><published>2009-12-02T17:36:00.005+03:00</published><updated>2009-12-06T20:06:18.533+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Installing SharePoint 2010</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;I'd like to share with all of you how to install SharePoint 2010 on your current platform and to remove any dilemma or milestones you might face or heard from others.&lt;br /&gt;&lt;br /&gt;First Question : How can i install SharePoint 2010 on my 32 bit machine ?&lt;br /&gt;Now, you can use either VM Ware Workstation (requires License) or Virtual Box (Free).&lt;br /&gt;Till Today, MS Virtual PC doesn't support to build your 64 bit machine on a your host 32 bit machine.&lt;br /&gt;&lt;br /&gt;Now, you don't have any problem to build a VM using either of these software.&lt;br /&gt;&lt;br /&gt;I used Virtual Box, and this is my first experience with it, easy and you can use your experience with VPC with it.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;[Updated 6/12/09]:&lt;/strong&gt; VMWare Server is also free, you can try it and its performance is better than Virtual Box.&lt;br /&gt;&lt;br /&gt;Once you build and start your VM, here is the steps you have to do:&lt;br /&gt;1- Mount your Windows 2008 R2 64 bit to your VM software.&lt;br /&gt;2- After installing Windows, Install all the updates before start installing the SharePoint 2010.&lt;br /&gt;&lt;br /&gt;3- I Prefer to install Office 2010 before installing SharePoint 2010 since you are going to use it with SharePoint.&lt;br /&gt;&lt;br /&gt;4- Run Your SharePoint installer and click on install your software prerequisities, this step will go with no errors as mentioned on other posts.&lt;br /&gt;&lt;br /&gt;5- The installer will prompt you to run SharePoint Products and configuration wizard, At the end, you will get a failure message : "Failed to create sample data".&lt;br /&gt;FYI: SharePoint is working without installing the hotfix, To download the hotfix:&lt;br /&gt;&lt;br /&gt;http://blogs.msdn.com/sharepoint/archive/2009/11/19/installation-notice-for-the-sharepoint-server-public-beta-on-microsoft-windows-server-2008-r2-and-microsoft-windows-7.aspx&lt;br /&gt;&lt;br /&gt;After installing the hotfix, restart the machine and run the SharePoint configuration wizard again to fix un-provisioned services-WCF.&lt;br /&gt;&lt;br /&gt;** Some Other Error cases - Differ from one installation to another:&lt;br /&gt;&lt;br /&gt;a) If you got this error :"failed to register sharepoint services", open stsadm tool and type this command:&lt;br /&gt;&lt;br /&gt;stsadm -o spsearch -action stop&lt;br /&gt;&lt;br /&gt;Then re-run the configuration wizard.&lt;br /&gt;&lt;br /&gt;b) If you get this error message :"failed to register sharepoint services- search service" - step 5 in the configuration wizard.&lt;br /&gt;&lt;br /&gt;Open the command prompt and type : regedit and navigate to the following key and delete it:&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web ServerExtensions\14.0\WSS\Services\Microsoft.SharePoint. Search.Administration.SPSearchService&lt;br /&gt;&lt;br /&gt;6- Done, Start exploring your sharepoint 2010 instance.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Mostafa Arafa&lt;br /&gt;Twitter : @mostafaelzoghbi&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-7899326354363687113?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/7899326354363687113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=7899326354363687113' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7899326354363687113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7899326354363687113'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/12/installing-sharepoint-2010.html' title='Installing SharePoint 2010'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-7097319286122675148</id><published>2009-12-01T19:43:00.003+03:00</published><updated>2009-12-01T19:59:14.694+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;"The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again." This error message in sharepoint 2007 you will get it because of different actions you may perform on the site level:&lt;br /&gt;&lt;br /&gt;-If you are trying to check out a document in Document library.&lt;br /&gt;-If you are trying to add some columns in a custom list in sharepoint.&lt;br /&gt;-If you are trying to call update() method in the object mode.&lt;br /&gt;-And other actions....&lt;br /&gt;&lt;br /&gt;The reason behind this error is when you enable anonymous access to a site with other authentication method such as basic authentication.&lt;br /&gt;&lt;br /&gt;The solution or workaround for this problem is to open the central admin, then :&lt;br /&gt;- Select application management.&lt;br /&gt;- Under SharePoint Web Application Management, select Web Application general settings.&lt;br /&gt;- Select your web application first.&lt;br /&gt;- Under web page security validation turn it off.&lt;br /&gt;- Reset your IIS.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-7097319286122675148?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/7097319286122675148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=7097319286122675148' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7097319286122675148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7097319286122675148'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/12/security-validation-for-this-page-is.html' title='The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-7582872697895828715</id><published>2009-11-25T09:59:00.002+03:00</published><updated>2009-11-25T10:02:26.172+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='events interview'/><title type='text'>My Interview in Microsoft Feed Website</title><content type='html'>I'd like to share with all my blog readers this article, it is my interview with Microsoft Feed website team.&lt;br /&gt;&lt;br /&gt;Read it, I think it will inspire you to do more in your career and to the community.&lt;br /&gt;&lt;br /&gt;http://microsoftfeed.com/2009/meet-mostafa-elzoghbi-visual-c-mvp-from-egypt/&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-7582872697895828715?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/7582872697895828715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=7582872697895828715' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7582872697895828715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7582872697895828715'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/11/my-interview-in-microsoft-feed-website.html' title='My Interview in Microsoft Feed Website'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-1026079513909501264</id><published>2009-11-19T08:34:00.002+03:00</published><updated>2009-11-19T08:38:30.450+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>SharePoint 2010 BETA is available now to download</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;SharePoint 2010 BETA is now available to download for Public, download link :&lt;br /&gt;&lt;br /&gt;http://www.microsoft.com/2010/en/&lt;br /&gt;&lt;br /&gt;SharePoint 2010 resources:&lt;br /&gt;&lt;br /&gt;Devs:  http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx&lt;br /&gt;&lt;br /&gt;IT Professionals:  http://technet.microsoft.com/en-us/sharepoint/ee518660.aspx&lt;br /&gt;&lt;br /&gt;Read more :&lt;br /&gt;&lt;br /&gt;http://blogs.msdn.com/sharepoint/archive/2009/11/18/sharepoint-2010-public-beta-is-now-available-for-download.aspx&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-1026079513909501264?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/1026079513909501264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=1026079513909501264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1026079513909501264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1026079513909501264'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/11/sharepoint-2010-beta-is-available-now.html' title='SharePoint 2010 BETA is available now to download'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-1122340226239151194</id><published>2009-11-11T04:33:00.002+03:00</published><updated>2009-11-11T04:35:23.298+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Bulk delete in a SharePoint custom list</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;I went through an issue to bulk delete a custom list items in a sharepoint site, I found a good tool to delete all items / selected items in a custom list in sharepoint.&lt;br /&gt;&lt;br /&gt;You can download from codeplex:&lt;br /&gt;&lt;br /&gt;http://customlistitemsdel.codeplex.com/&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-1122340226239151194?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/1122340226239151194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=1122340226239151194' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1122340226239151194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1122340226239151194'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/11/bulk-delete-in-sharepoint-custom-list.html' title='Bulk delete in a SharePoint custom list'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-1856237274229377744</id><published>2009-10-29T22:52:00.003+03:00</published><updated>2009-10-29T22:57:28.855+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>createwsp.bat exited with code 4 error</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;If you got this error while building a sharepoint solution file, this happens when the CabLib.dll which is used to build  WSP SharePoint Solution files in VS.Net is a 32 bit running on a 64 bit machine.&lt;br /&gt;&lt;br /&gt;The issue behind this is that your server is a x64 bit server, and you have to change this CabLib.dll with a 64 bit version.&lt;br /&gt;&lt;br /&gt;You can download the updated dll from codplex:&lt;br /&gt;&lt;br /&gt;http://www.codeplex.com/wspbuilder/Release/ProjectReleases.aspx?ReleaseId=16820&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-1856237274229377744?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/1856237274229377744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=1856237274229377744' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1856237274229377744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1856237274229377744'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/10/createwspbat-exited-with-code-4-error.html' title='createwsp.bat exited with code 4 error'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-8740734798232707732</id><published>2009-10-28T03:22:00.002+03:00</published><updated>2009-10-28T03:26:51.377+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='PPS'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Performance Point Server 2007 SP3 is available</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;If you are building KPIs and performance point reports using Performance Point server 2007 with SharePoint 2007. A new Service pack is available to download with all important aggregated hotfixes.&lt;br /&gt;&lt;br /&gt;Download link and important hotfixes information:&lt;br /&gt;&lt;br /&gt;http://support.microsoft.com/kb/975249/en-us&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-8740734798232707732?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/8740734798232707732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=8740734798232707732' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/8740734798232707732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/8740734798232707732'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/10/performance-point-server-2007-sp3-is.html' title='Performance Point Server 2007 SP3 is available'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-1338687231205091035</id><published>2009-10-20T20:21:00.002+03:00</published><updated>2009-10-20T20:26:17.788+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VS'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Error when trying to open XAML options in VS 2008</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;After installing Silverlight 3.0 tools with VS 2008 SP1 i was not able to open XAML options in VS 2008 IDE.&lt;br /&gt;&lt;br /&gt;I was submitted a ticket in MS Connect website, and the fix is:&lt;br /&gt;1) Close all VS 2008 instances.&lt;br /&gt;2) Open VS 2008 Command prompt&lt;br /&gt;3) Type : devenv /resetskippkgs&lt;br /&gt;&lt;br /&gt;This is the fix for the problem by resetting all IDE packages.&lt;br /&gt;&lt;br /&gt;Ticket url:&lt;br /&gt;&lt;br /&gt;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=496402&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-1338687231205091035?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/1338687231205091035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=1338687231205091035' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1338687231205091035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/1338687231205091035'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/10/error-when-trying-to-open-xaml-options.html' title='Error when trying to open XAML options in VS 2008'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-2607458660060471961</id><published>2009-10-20T17:06:00.003+03:00</published><updated>2009-10-20T17:16:16.642+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='WCF'/><title type='text'>Session management in WCF service - client &amp; server</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;I got the following email from one of my blog readers, here is his email:&lt;br /&gt;"&lt;br /&gt;Hi.. Marafacs,&lt;br /&gt;I have a problem about WCF chat based on client-server. How to make a deal between server and client? So server can send message, show active client list, kick user.&lt;br /&gt;Thanks for response.&lt;br /&gt;"&lt;br /&gt;&lt;br /&gt;To do this, you have first to configure your WCF to accept only client calls with sessions, and this is can be achieved by configuring the WCF with Service Throttling and configuring MaxConcurrentCalls,MaxConcurrentInstances and MaxConcurrentSessions.&lt;br /&gt;&lt;br /&gt;Read this section to know how to configure this - page 331:&lt;br /&gt;http://books.google.com/books?id=-AUyj6S7etwC&amp;pg=PA331&amp;dq=how+to+get+active+sessions+in+WCF&amp;ei=tsTdStrhKITUNc_B9IEP#v=onepage&amp;q=&amp;f=false&lt;br /&gt;&lt;br /&gt;To know, how the client can generate sessions and unique identifiers to the server, check below KB article, this is related to instance context sharing:&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/en-us/library/aa354514.aspx&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-2607458660060471961?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/2607458660060471961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=2607458660060471961' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/2607458660060471961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/2607458660060471961'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/10/session-management-in-wcf-service.html' title='Session management in WCF service - client &amp; server'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-5296963084697615380</id><published>2009-10-16T04:59:00.002+03:00</published><updated>2009-10-16T05:04:39.976+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SilverLight'/><title type='text'>MS Training website.... for solution providers</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;Interesting site By Microsoft, it provides training for solution providers, what you have to do is to write your topic, then you will find your material.&lt;br /&gt;&lt;br /&gt;I was looking for silverlight 3, here is the link:&lt;br /&gt;http://www.msdev.com/Directory/SeriesDescription.aspx?CourseId=122&lt;br /&gt;&lt;br /&gt;This is the site url, keep it in your records...&lt;br /&gt;&lt;br /&gt;http://www.msdev.com/&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-5296963084697615380?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/5296963084697615380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=5296963084697615380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5296963084697615380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5296963084697615380'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/10/ms-training-website-for-solution.html' title='MS Training website.... for solution providers'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-5678169950550194836</id><published>2009-10-07T05:04:00.004+03:00</published><updated>2009-10-07T05:08:22.852+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Events'/><title type='text'>TechEd Middle East - March 2010</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;Big chance for all professionals in the middle east, TechEd Middle east in Dubai at 1 March 2010, TechEd is one of the most premier events for Microsoft in technology and networking.&lt;br /&gt;&lt;br /&gt;"Microsoft’s premier technical education and networking conference is coming to the Middle East. &lt;br /&gt;Connect one-on-one with Microsoft insiders and IT peers, get your toughest questions answered and hear expert advice - right from the source, right in your region."&lt;br /&gt;&lt;br /&gt;http://www.TechEd.ae/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-- RSVP on Facebook:&lt;br /&gt;&lt;br /&gt;http://www.facebook.com/event.php?eid=162414912532&amp;ref=nf&lt;br /&gt;&lt;br /&gt;See you there....&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-5678169950550194836?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/5678169950550194836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=5678169950550194836' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5678169950550194836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5678169950550194836'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/10/teched-middle-east-march-2010.html' title='TechEd Middle East - March 2010'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-372289956662870892</id><published>2009-09-30T21:39:00.002+03:00</published><updated>2009-09-30T22:05:10.533+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CRM 4.0'/><title type='text'>'AntiXssLibrary' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;If you got the error message from MS CRM 4.0 which is running on a VM on your test or production Hyper-V manager server, After i checked the the error message on the server, the error message which was :&lt;br /&gt;&lt;br /&gt;"'AntiXssLibrary' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)"&lt;br /&gt;&lt;br /&gt;Just trun off your VM, Then expand desk space allocated for the VM will fix the issue.&lt;br /&gt;&lt;br /&gt;Hope this tip helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-372289956662870892?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/372289956662870892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=372289956662870892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/372289956662870892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/372289956662870892'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/antixsslibrary-or-one-of-its.html' title='&apos;AntiXssLibrary&apos; or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-3443147591495369035</id><published>2009-09-28T22:08:00.003+03:00</published><updated>2009-09-28T22:29:02.648+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VS'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><title type='text'>Access denied when try to sign your project in VS 2008</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;If you are facing a problem that you can't sign your project using VS 2008, this is not because there is a problem in VS 2008 but this is because the User Access control (UAC) feature in Vista. The User Access Control enabled in your system, you have to disable it to enable signing to your assembly in VS 2008.&lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;If you can't publish your project using ClickOnce deployment in VS 2008 and your are getting an error message :  "publish aborted, can't create a default certificate"&lt;br /&gt;&lt;br /&gt;The cause for above 2 errors messages are because of the UAC is enabled.&lt;br /&gt;&lt;br /&gt;To do/fix this:&lt;br /&gt;1) Open  Run windows in Vista: Accessories -&gt; Run.&lt;br /&gt;2) Type MSCONFIG command.&lt;br /&gt;3) select tools tab, select Disable UAC and click on Luanch button.&lt;br /&gt;4) Reboot your system (Important).&lt;br /&gt;&lt;br /&gt;Once you reboot your system, open your project and you will be able to sign your assembly.&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-3443147591495369035?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/3443147591495369035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=3443147591495369035' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3443147591495369035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3443147591495369035'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/access-denied-when-try-to-sign-your.html' title='Access denied when try to sign your project in VS 2008'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-3801408237811067687</id><published>2009-09-23T23:47:00.002+03:00</published><updated>2009-09-23T23:58:01.277+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Azure'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>My first SQL azure Application on the Cloud !!!</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;Few months ago, i worked with Azure Services, and since i'm interested to develop applications over the cloud which extensively use SQL Server as a backend, i used BLOBS to store my data... actually it wasn't that easy to use, but the product was still in beta in that time.&lt;br /&gt;&lt;br /&gt;Recently, I have some time to develop and start using SQL Azure services, A big start by allowing us to create the Database over the website, then all other operations ( CRUD ) for the Database design and object model can be done using ADO.Net classes.&lt;br /&gt;&lt;br /&gt;C# Code for connecting and creating a table over the cloud:&lt;br /&gt;&lt;br /&gt;SqlConnectionStringBuilder connString2Builder;&lt;br /&gt;connString2Builder = new SqlConnectionStringBuilder();&lt;br /&gt;connString2Builder.DataSource = "MyServer.ctp.database.windows.net"; // check your profile to know server name.&lt;br /&gt;connString2Builder.InitialCatalog = "YourDB"; // you can create your own their.&lt;br /&gt;connString2Builder.Encrypt = true;&lt;br /&gt;connString2Builder.TrustServerCertificate = true;&lt;br /&gt;connString2Builder.UserID = "myUserName";&lt;br /&gt;connString2Builder.Password = "myPassword";&lt;br /&gt;&lt;br /&gt;// Connect to the sample database and perform various operations&lt;br /&gt;using (SqlConnection conn = new SqlConnection(connString2Builder.ToString()))&lt;br /&gt;       {&lt;br /&gt;          using (SqlCommand command = conn.CreateCommand())&lt;br /&gt;          {&lt;br /&gt;            conn.Open();&lt;br /&gt;&lt;br /&gt;            // Create a table&lt;br /&gt;            command.CommandText = "CREATE TABLE MostafaTable(Col1 int primary key, Col2 varchar(20))";&lt;br /&gt;                    command.ExecuteNonQuery();&lt;br /&gt;&lt;br /&gt;                    // Insert sample records&lt;br /&gt;                    command.CommandText = "INSERT INTO MostafaTable(col1, col2) values (1, 'string 1'), (2, 'string 2'), (3, 'string 3')";&lt;br /&gt;                    int rowsAdded = command.ExecuteNonQuery();&lt;br /&gt;&lt;br /&gt;                    // Query the table and print the results&lt;br /&gt;                    command.CommandText = "SELECT * FROM MostafaTable";&lt;br /&gt;&lt;br /&gt;                    using (SqlDataReader reader = command.ExecuteReader())&lt;br /&gt;                    {&lt;br /&gt;                        // Loop over the results&lt;br /&gt;                        while (reader.Read())&lt;br /&gt;                        {&lt;br /&gt;                            Console.WriteLine("Col1: {0}, Col2: {1}",&lt;br /&gt;                                            reader["Col1"].ToString().Trim(),&lt;br /&gt;                                            reader["Col2"].ToString().Trim());&lt;br /&gt;                        }&lt;br /&gt;                    }&lt;br /&gt;         }&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;-- To read more about SQL Azure services:&lt;br /&gt;http://msdn.microsoft.com/en-us/library/ee336279.aspx&lt;br /&gt;&lt;br /&gt;-- SQL Azure Forums:&lt;br /&gt;http://social.msdn.microsoft.com/forums/en-US/ssdsgetstarted/threads/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-3801408237811067687?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/3801408237811067687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=3801408237811067687' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3801408237811067687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3801408237811067687'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/my-first-sql-azure-application-on-cloud.html' title='My first SQL azure Application on the Cloud !!!'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-7840317733959663213</id><published>2009-09-18T16:46:00.008+03:00</published><updated>2009-09-30T03:24:37.917+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>SortedSet &lt;T&gt; new collection type in .Net 4.0 beta 1</title><content type='html'>Hi folks,&lt;br /&gt;&lt;br /&gt;This post based on my readings in .Net 4.0 beta 1, one of the new enhancements in .Net 4.0 is SortedSet&amp;lt;T&amp;gt; collection type, which implements red-black sorting algorithm with complexity O(log n) for the entire list.&lt;br /&gt;&lt;br /&gt;Red-Black tree is an efficient sorting algorithm and using this collection will help alot from performance of sorting large sets in the run time.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;C# code: &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;var mySet=new SortedSet &amp;lt;int&amp;gt;() {3,2,7,23,12,879,345,122,98};&lt;br /&gt;foreach(int x in mySet)&lt;br /&gt;{&lt;br /&gt;  Console.WriteLine(x);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;// output: sorted list.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To read more about .Net 4.0 enhancements, kindly check below links:&lt;br /&gt;&lt;br /&gt;http://blogs.msdn.com/bclteam/archive/2009/05/22/what-s-new-in-the-bcl-in-net-4-beta-1-justin-van-patten.aspx&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/en-us/netframework/dd819232.aspx&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-7840317733959663213?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/7840317733959663213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=7840317733959663213' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7840317733959663213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/7840317733959663213'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/sortedset-new-collection-type-in-net-40.html' title='SortedSet &amp;lt;T&amp;gt; new collection type in .Net 4.0 beta 1'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-3690753543593005718</id><published>2009-09-12T09:31:00.002+03:00</published><updated>2009-09-12T09:44:41.653+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Integration'/><category scheme='http://www.blogger.com/atom/ns#' term='CRM 4.0'/><category scheme='http://www.blogger.com/atom/ns#' term='Biztalk'/><title type='text'>CRM 4.0 Integration with your business applications/products</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;MS Dynamics - CRM 4.0 is one of the recognized products for mid-size, large customers  for  customers' relationship management products in the market.&lt;br /&gt;&lt;br /&gt;If you have a CRM 4.0 in your company, you might want to integrate CRM Data with other business applications. The way to do this is to use MS Biztalk server which comes now with a CRM 4.0 Adapter.&lt;br /&gt;&lt;br /&gt;This means that you can make use of CRM schema and Data using Biztalk 2006/2009 in your business applications or other products using this new released CRM adapter in Biztalk.&lt;br /&gt;&lt;br /&gt;To download and start integrating with CRM 4.0, this is the download link and some useful documents to wotk with Biztalk CRM Adapter.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ABD3BB9E-A59A-4EB6-8DE8-FB25B77926D7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=ABD3BB9E-A59A-4EB6-8DE8-FB25B77926D7&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-3690753543593005718?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/3690753543593005718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=3690753543593005718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3690753543593005718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3690753543593005718'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/crm-40-integration-with-your-business.html' title='CRM 4.0 Integration with your business applications/products'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-3058539658985312729</id><published>2009-09-06T10:49:00.002+03:00</published><updated>2009-09-06T10:56:39.885+03:00</updated><title type='text'>Code for the power of Windows 7</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;Do you want to develop for the power of windows 7 ? Do you want to earn money for the submission you will do ? Competition is full of challenge and prizes.... deadline for registration is end of  10th october, Register now :&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.code7contest.com/"&gt;https://www.code7contest.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Start today with Windows 7 development.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-3058539658985312729?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/3058539658985312729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=3058539658985312729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3058539658985312729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/3058539658985312729'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/code-for-power-of-windows-7.html' title='Code for the power of Windows 7'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-2053759623383173783</id><published>2009-09-04T23:57:00.002+03:00</published><updated>2009-09-05T00:00:57.609+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CRM 4.0'/><title type='text'>"an item with the same key has already been added" on CRM 4.0</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;If you are experiencing this error on your CRM 4.0 instance, this means that your CRM 4.0 needs a hotfix to fix this problem.&lt;br /&gt;&lt;br /&gt;The hotfix KB article:&lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/949256"&gt;http://support.microsoft.com/default.aspx/kb/949256&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The error # : &lt;a href="http://support.microsoft.com/kb/951849/EN-US/"&gt;951849&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-2053759623383173783?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/2053759623383173783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=2053759623383173783' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/2053759623383173783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/2053759623383173783'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/09/item-with-same-key-has-already-been.html' title='&quot;an item with the same key has already been added&quot; on CRM 4.0'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-715721422617941926</id><published>2009-08-25T21:47:00.003+03:00</published><updated>2009-08-25T21:55:58.368+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Add external sites to Sharepoint Search</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;One of the most imoportant features in sharepoint 2007 is the enterprise search. Enabling search for extenral sites are extermely needed in any organization specially if the organization has other sites hosted on other platforms other than sharepoint sites.&lt;br /&gt;&lt;br /&gt;To implement this, First make sure that crawling services configuration are set properly on your sharepoint "SharedServices" assigned to your site that you are working on.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;From Central Administration:&lt;/strong&gt;&lt;br /&gt;- Select SharedServices.&lt;br /&gt;- Select crawl rules.&lt;br /&gt;- click on new crawl rule.&lt;br /&gt;-  set the url of your site, select include all items in this path.&lt;br /&gt;&lt;br /&gt;Then click ok, wait till the next crawl service will run or run it manually, then you will get search results.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-715721422617941926?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/715721422617941926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=715721422617941926' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/715721422617941926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/715721422617941926'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/08/add-external-sites-to-sharepoint-search.html' title='Add external sites to Sharepoint Search'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-5135048270564571538</id><published>2009-08-21T18:12:00.003+03:00</published><updated>2009-08-21T18:18:39.233+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='WCF'/><title type='text'>Exception when implement function overloading in WCF</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;If you tried to develop a simple WCF function, and you tried to write in your WCF 2 overloading functions in WCF, you will not be able to deploy your serivce and the clients will get an exceptions.&lt;br /&gt;&lt;br /&gt;The solution: &lt;strong&gt;give Aliases to the overloaded functions in the WCF service&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Code :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;public interface IMyWCFSvc&lt;br /&gt;{&lt;br /&gt; [OperationContract(Name="GetCustomerById")]&lt;br /&gt; string GetCustomerInfo( int CustId);&lt;br /&gt;&lt;br /&gt; [OperationContract(Name="GetCustomerByEmail")]&lt;br /&gt; string GetCustomerInfo( string CustomerEmail);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;The proxy when you reference to your serivce, will create 2 methods with the Alias names and not with the actual overloaded name in C# code.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-5135048270564571538?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/5135048270564571538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=5135048270564571538' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5135048270564571538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/5135048270564571538'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/08/exception-when-implement-function.html' title='Exception when implement function overloading in WCF'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25545748.post-645797397370079376</id><published>2009-08-05T18:11:00.002+03:00</published><updated>2009-08-05T18:16:56.437+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Service unavailable after changing the identity for a sharepoint site</title><content type='html'>Hi Folks,&lt;br /&gt;&lt;br /&gt;If you try to change the identity for the applicaiton pool that the sharepoint site is running under, You can do this from the iis manager open identity tab and change the account for the application pool.&lt;br /&gt;&lt;br /&gt;After you change this, you will get "Service Unavailable" error message when you try to open your sharepoint site, to fix this:&lt;br /&gt;&lt;br /&gt;1) Make sure that you type the password for the service account which the application pool will run under correctly.&lt;br /&gt;&lt;br /&gt;2) Make sure that the Service account is part of the following groups: IIS_WPG and STS_WPG .&lt;br /&gt;&lt;br /&gt;3) Reset your IIS.......MOST IMPORTANT STEP.&lt;br /&gt;&lt;br /&gt;then, you can navigate to your website.&lt;br /&gt;&lt;br /&gt;Hope this tip helps.&lt;br /&gt;&lt;br /&gt;KB Article:&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/823552"&gt;http://support.microsoft.com/kb/823552&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mostafa arafa&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/25545748-645797397370079376?l=moustafa-arafa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://moustafa-arafa.blogspot.com/feeds/645797397370079376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=25545748&amp;postID=645797397370079376' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/645797397370079376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25545748/posts/default/645797397370079376'/><link rel='alternate' type='text/html' href='http://moustafa-arafa.blogspot.com/2009/08/service-unavailable-after-changing.html' title='Service unavailable after changing the identity for a sharepoint site'/><author><name>Mostafa M. Arafa Elzoghbi</name><uri>http://www.blogger.com/profile/04369573110626236922</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17568343579468675816'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>