<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Hosam Kamel</title><subtitle type="html">ITWorx Geek</subtitle><id>http://weblogs.asp.net/hosamkamel/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/hosamkamel/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2009-03-05T00:55:18Z</updated><entry><title>MOSS 2007 installation on Windows Server 64-bit</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/22/moss-2007-installation-on-windows-server-64-bit.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/22/moss-2007-installation-on-windows-server-64-bit.aspx</id><published>2009-10-22T01:23:27Z</published><updated>2009-10-22T01:23:27Z</updated><content type="html">&lt;p&gt;I was trying to install MOSS 2007 on my laptop today while I'm running Windows Server 2008 64-bit edition and i discovered that this will not be a normal installation.&lt;/p&gt;  &lt;p&gt;First you have to prepare a new installation folder with the MOSS and WSS service packs extracted in order to be able to run the setup. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;For more information about how to install MOSS 2007 on Windows Server 2008 check this post &lt;a title="http://mindsharpblogs.com/ben/archive/2007/12/16/3837.aspx" href="http://mindsharpblogs.com/ben/archive/2007/12/16/3837.aspx"&gt;http://mindsharpblogs.com/ben/archive/2007/12/16/3837.aspx&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;After downloading the necessary updates and preparing the installation folder;I got the below error when the MOSS installation started&amp;#160; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Setup is unable to proceed due to the following error(s):&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Internet Information Services is running in 32-bit emulation mode.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Correct the issue(s) listed above and then re-run setup.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_703F7973.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_3189BA66.png" width="484" height="366" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;To fix this issue:&lt;/strong&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;You simply need to run the following command (open command prompt in administrative mode)      &lt;pre class="csharpcode"&gt;CScript &lt;span class="str"&gt;&amp;quot;%SystemDrive%\InetPub\AdminScripts\adsutil.vbs&amp;quot;&lt;/span&gt; set w3svc/AppPools/Enable32bitAppOnWin64 &lt;strong&gt;0&lt;/strong&gt;&lt;/pre&gt;

    &lt;pre class="csharpcode"&gt;&lt;b&gt;Note&lt;/b&gt; The value &amp;quot;1&amp;quot; for Enable32bitAppOnWin64 specifies 32-bit mode. The value &amp;quot;0&amp;quot; specifies 64-bit mode.&lt;/pre&gt;

    &lt;pre class="csharpcode"&gt;&lt;a title="http://support.microsoft.com/default.aspx/kb/905854" href="http://support.microsoft.com/default.aspx/kb/905854"&gt;http://support.microsoft.com/default.aspx/kb/905854&lt;/a&gt;&lt;/pre&gt;
    &lt;style type="text/css"&gt;

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;&lt;/li&gt;

  &lt;li&gt;Restart the IIS by typing &lt;strong&gt;iisreset&lt;/strong&gt; command in the command prompt. &lt;/li&gt;
&lt;/ol&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235434" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author></entry><entry><title>Visual Studio 2010 beta 2 is now available (Public availability)… Get Your Copy!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/21/visual-studio-2010-beta-2-is-now-available-public-availability-get-your-copy.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/21/visual-studio-2010-beta-2-is-now-available-public-availability-get-your-copy.aspx</id><published>2009-10-21T19:57:26Z</published><updated>2009-10-21T19:57:26Z</updated><content type="html">&lt;p&gt;&lt;a href=" http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_51A2FA71.png" width="511" height="231" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Available Downloads:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=165573"&gt;&lt;strong&gt;Visual Studio 2010 Ultimate&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=165570"&gt;&lt;strong&gt;Visual Studio 2010 Premium&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=165568"&gt;&lt;strong&gt;Visual Studio 2010 Professional&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=165599"&gt;&lt;strong&gt;Visual Studio 2010 Remote Debugger&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Instruction how to download and install the beta:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-33-Downloading-and-Installing-Visual-Studio-2010-Beta-2/"&gt;How to Download and Install the Beta&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;Note:&lt;/u&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;The installation download the visual studio component from the internet for a direct link to ISO file, &lt;/strong&gt;&lt;a href="http://www.facebook.com/scott.hanselman?ref=nf"&gt;Scott Hanselman&lt;/a&gt; has posted it “Visual Studio 2010b2 EXPRESS EDITION Direct ISO Link &lt;a href="http://bit.ly/2NuaZH"&gt;http://bit.ly/2NuaZH&lt;/a&gt; (ISO!)” &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;img style="display: block; float: none; margin-left: auto; margin-right: auto" border="0" alt="" src="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" /&gt;&lt;strong&gt;[Update]***************************************************&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;ISO files now included &lt;a title="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx"&gt;http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx&lt;/a&gt; :)&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235240" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author></entry><entry><title>Pre-register for SharePoint 2010 Beta</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/20/pre-register-for-sharepoint-2010-beta.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/20/pre-register-for-sharepoint-2010-beta.aspx</id><published>2009-10-20T16:16:43Z</published><updated>2009-10-20T16:16:43Z</updated><content type="html">&lt;p&gt;&lt;u&gt;Pre-register today and get notified when SharePoint 2010 Beta becomes available in November. ​&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;Find out how this integrated suite of server capabilities can help your organization by providing comprehensive content management and enterprise search, accelerating shared business processes, and facilitating information-sharing across boundaries for better business insight.&lt;/p&gt;  &lt;p&gt;Please review the &lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/05/11/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx"&gt;preliminary system requirements &lt;/a&gt;to prepare for the beta release. For a comprehensive list of readiness resources and the right steps to take today, check out &lt;a href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/Get_Ready.aspx"&gt;SharePoint 2010 Get Ready.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=7d4f318a-a461-4a83-ad7a-f9be331e9e4e&amp;amp;lcid=1033&amp;amp;ci=393"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="Sign-up!" src="http://sharepoint2010.microsoft.com/PublishingImages/MSCOMSP_TryIt_Register.png" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sharepoint2010.microsoft.com/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" src="http://sharepoint2010.microsoft.com/publishingimages/logo.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233964" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="Microsoft" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Microsoft/default.aspx" /><category term="Microsoft SharePoint" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Microsoft+SharePoint/default.aspx" /><category term="Microsoft SharePoint 2010" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Microsoft+SharePoint+2010/default.aspx" /></entry><entry><title>After a long long wait: SharePoint 2010 (Beta) Developer Center is UP!!!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/20/after-a-long-long-wait-sharepoint-2010-beta-developer-center-is-up.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/20/after-a-long-long-wait-sharepoint-2010-beta-developer-center-is-up.aspx</id><published>2009-10-19T21:47:01Z</published><updated>2009-10-19T21:47:01Z</updated><content type="html">&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_1E7EC127.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_4F4E006D.png" width="506" height="254" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This site contains essential getting started information, what's new, and learning resources for developers. The SharePoint 2010 public Beta will be available in November 2009.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx" target="_blank"&gt;&lt;strong&gt;SharePoint 2010 (BETA) Developer Center @MSDN&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en" target="_blank"&gt;SharePoint 2010: Professional Developer Evaluation Guide and Walkthroughs&lt;/a&gt;&lt;/h3&gt;  &lt;p&gt;&lt;strong&gt;[Update] ***********************************************&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I have just checked an awesome blog post @SharePoint Team Blog “&lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx" target="_blank"&gt;SharePoint 2010&lt;/a&gt;”, man SharePoint 2010 will rock! &lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233304" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author></entry><entry><title>Visual Studio 2010 and .NET Framework 4 Deliver Beta 2 in Final Stretch to March 22 Launch</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/19/visual-studio-2010-and-net-framework-4-deliver-beta-2-in-final-stretch-to-march-22-launch.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/19/visual-studio-2010-and-net-framework-4-deliver-beta-2-in-final-stretch-to-march-22-launch.aspx</id><published>2009-10-19T18:00:30Z</published><updated>2009-10-19T18:00:30Z</updated><content type="html">&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_45726B08.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_53CD1B93.png" width="419" height="248" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;According to &lt;a href="http://www.microsoft.com/presspass/press/2009/oct09/10-19vsfinalstretchpr.mspx" target="_blank"&gt;Microsoft Press&lt;/a&gt; Microsoft Visual Studio 2010 Beta 2 and Microsoft .NET Framework 4 Beta 2&amp;#160; are now available for to MSDN subscribers; general availability will follow on Oct. 21.&lt;/p&gt;  &lt;p&gt;Microsoft has also simplified the product lineup for Visual Studio 2010 and announced pricing details. In the next version, customers will be able to choose from three main versions of Visual Studio 2010:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Microsoft Visual Studio 2010 Ultimate with MSDN.&lt;/strong&gt; The comprehensive suite of application life-cycle management tools for software teams to help ensure quality results from design to deployment&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Microsoft Visual Studio 2010 Premium with MSDN.&lt;/strong&gt; A complete toolset to help developers deliver scalable, high-quality applications&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Microsoft Visual Studio 2010 Professional with MSDN.&lt;/strong&gt; The essential tool for basic development tasks to assist developers in implementing their ideas easily&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Beta 2 has really a lot of cool feature, you can check the &lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd441784.aspx" target="_blank"&gt;Visual Studio 2010 and .NET Framework 4 Beta 2 Walkthroughs&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.hanselman.com/blog/VisualStudio2010Beta2.aspx" target="_blank"&gt;Scott Hanselman&lt;/a&gt; has published the new Visual Studio 2010 beta 2 splash screen … looks very creative, Thanks Scott.&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/SplashScreen_3_21265AA7.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="SplashScreen_3" border="0" alt="SplashScreen_3" align="left" src="http://weblogs.asp.net/blogs/hosamkamel/SplashScreen_3_thumb_3E683A4C.png" width="498" height="357" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233146" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio/default.aspx" /><category term="Microsoft" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Microsoft/default.aspx" /><category term="Visual Studio 2010" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio+2010/default.aspx" /><category term=".NET 4.0" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/.NET+4.0/default.aspx" /></entry><entry><title>Visual Studio Immediate Window</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/18/visual-studio-immediate-window.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/18/visual-studio-immediate-window.aspx</id><published>2009-10-18T06:56:04Z</published><updated>2009-10-18T06:56:04Z</updated><content type="html">&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_0CBB6AFF.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_42608A8C.png" width="244" height="117" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The &lt;b&gt;Immediate&lt;/b&gt; window is used at design time to debug and evaluate expressions, execute statements, print variable values, and so forth. It allows you to enter expressions to be evaluated or executed by the development language during debugging. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Immediate window is one of basics windows that i can’t live without when using Visual Studio for debugging my application, Its even do more functionality in terms of expression evaluation, you can check more details here &lt;a href="http://msdn.microsoft.com/en-us/library/f177hahy%28VS.80%29.aspx" target="_blank"&gt;Immediate Window&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I’m suddenly discovered that I'm missing this window in my Visual Studio 2008 and I don’t know why! I’ve searched the View and Debug menus but no luck to find it.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.vitalygorn.com/blog/page/About-Vitaly-Gorn.aspx" target="_blank"&gt;Vitaly Gorn&lt;/a&gt; has posted a workaround about how to enable this window again, &lt;a href="http://www.vitalygorn.com/blog/post/2008/01/Missing-Immediate-Window-in-VS2008.aspx" target="_blank"&gt;Missing Immediate Window in VS2008&lt;/a&gt; Thanks a lot Vitaly!&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232323" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="Visual Studio 2005 Tips" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio+2005+Tips/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio/default.aspx" /><category term="Visual Studio 2008" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio+2008/default.aspx" /></entry><entry><title>How to identify your application worker process (w3wp)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/18/how-to-identify-your-application-worker-process-w3wp.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/18/how-to-identify-your-application-worker-process-w3wp.aspx</id><published>2009-10-18T04:43:05Z</published><updated>2009-10-18T04:43:05Z</updated><content type="html">&lt;p&gt;When working with multiple application pools it’s being difficult while debugging your asp.net web application to identify the worker process (w3wp.exe) you want to attach your debugger to.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/Attachtoprocess_50495720.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Attach to process" border="0" alt="Attach to process" src="http://weblogs.asp.net/blogs/hosamkamel/Attachtoprocess_thumb_46249028.jpg" width="244" height="172" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To identify your application worker process (w3wp), You have to get the correct worker process ID to do so:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;For Window 2008 or Vista (IIS 7.0)&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;IIS 7.0 shipped with a new utility called &lt;a href="http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe/" target="_blank"&gt;AppCmd&lt;/a&gt; which serve as a command line server management utility. &lt;/li&gt;    &lt;li&gt;This tool located in %systemroot%\system32\inetsrv\AppCmd.exe &lt;/li&gt;    &lt;li&gt;To list current worker process Id’s along with its corresponding site use the below command&amp;#160; &lt;div class="csharpcode"&gt;       &lt;pre class="alt"&gt;AppCmd.exe list wps&lt;/pre&gt;
    &lt;/div&gt;
    &lt;style type="text/css"&gt;


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;&lt;/li&gt;

  &lt;li&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_4ABA9AE2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_6C56C3B3.png" width="244" height="139" /&gt;&lt;/a&gt;&amp;#160; &lt;/li&gt;

  &lt;li&gt;once you got your application worker process Id, you select the correct worker process from “Attach to Process” dialog on Visual Studio. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;For Window 2003 (IIS 6.0)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Use &lt;a href="http://msdn.microsoft.com/en-us/library/ms525006.aspx" target="_blank"&gt;iisapp.vbs&lt;/a&gt; script, a command line tool included in IIS 6.0 is used to list worker processes &lt;/li&gt;

  &lt;li&gt;This script located in %SystemRoot%\System32\IIsApp.vbs &lt;/li&gt;

  &lt;li&gt;Run it by typing 
    &lt;div class="csharpcode"&gt;
      &lt;pre class="alt"&gt;cscript IIsApp.vbs&lt;/pre&gt;
    &lt;/div&gt;
    &lt;style type="text/css"&gt;


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;&lt;/li&gt;

  &lt;li&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_109BA836.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_2C7CB761.png" width="244" height="123" /&gt;&lt;/a&gt; &lt;/li&gt;

  &lt;li&gt;once you got your application worker process Id, you select the correct worker process from “Attach to Process” dialog on Visual Studio. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hope it helps.&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232279" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author></entry><entry><title>Microsoft SharedView</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/16/microsoft-sharedview.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/16/microsoft-sharedview.aspx</id><published>2009-10-16T12:52:08Z</published><updated>2009-10-16T12:52:08Z</updated><content type="html">&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" border="0" alt="Share" src="http://www.connect.microsoft.com/siteimages/8f0e224c-3315-40fc-aadb-3e44e8ef3185.jpg" width="240" height="180" /&gt;&lt;/p&gt;  &lt;p&gt;Microsoft SharedView is a fast, easy way to share documents and screen views with small groups of friends or coworkers; anytime, anywhere. Use SharedView to put your heads together and collaborate - create, convey, and communicate…across physical boundaries, through firewalls, and down to the smallest details.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Some important tips on using SharedView:&lt;/strong&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;To start a session using this program, you must sign in using a Windows Live ID (Passport ID). However, you can use any e-mail ID or even a friendly name to join a session. A friendly name is a name of your choice. This is the name that others in the session will use to identify you. &lt;/li&gt;    &lt;li&gt;If you want to start a session and do not have a Windows Live ID, you can continue installing this program. However, before signing in, you must get a new &lt;a href="http://get.live.com/getlive/overview"&gt;Windows Live™ ID&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;If you are already using this program, you will see an upgrade notification that redirects you to the installation site.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;You must have a working Internet connection to use this program.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=95af94ba-755e-4039-9038-63005ee9d33a#tm" target="_blank"&gt;Download&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.connect.microsoft.com/content/content.aspx?ContentID=6382&amp;amp;SiteID=94" target="_blank"&gt;Learn more about Microsoft SharedView&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231383" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="Microsoft" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Microsoft/default.aspx" /><category term="Geek tools" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Geek+tools/default.aspx" /></entry><entry><title>[Resolved] Could not load file or assembly 'XXXXX' or one of its dependencies. An attempt was made to load a program with an incorrect format.</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/11/resolved-could-not-load-file-or-assembly-xxxxx-or-one-of-its-dependencies-an-attempt-was-made-to-load-a-program-with-an-incorrect-format.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/11/resolved-could-not-load-file-or-assembly-xxxxx-or-one-of-its-dependencies-an-attempt-was-made-to-load-a-program-with-an-incorrect-format.aspx</id><published>2009-10-11T13:04:03Z</published><updated>2009-10-11T13:04:03Z</updated><content type="html">&lt;p&gt;I have recently switched my development environment from 32-bit to 64-bit by installing &lt;a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx" target="_blank"&gt;Windows Server 2008&lt;/a&gt; 64-bit and modify it to be used as workstation as described here &lt;a href="http://www.win2008workstation.com/"&gt;http://www.win2008workstation.com/&lt;/a&gt; and I'm really amazed with it’s performance.&lt;/p&gt;  &lt;p&gt;I have faced the problem mentioned in the post title when I'm trying to run a web application included in one of our development solutions.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/couldnotload_73AEC11E.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="couldnot load" border="0" alt="couldnot load" src="http://weblogs.asp.net/blogs/hosamkamel/couldnotload_thumb_366DE228.jpg" width="244" height="192" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I have checked the project which has the DBHelper as it’s output and I’ve discovered that the project configured to &lt;strong&gt;target x86 platform&lt;/strong&gt; and as I'm working with 64-bit it will have such ‘incorrect format’ error.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;How to fix it&lt;/u&gt;:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Simply follow the steps below :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;open project properties window.&lt;/li&gt;    &lt;li&gt;select Build tab&lt;/li&gt;    &lt;li&gt;Change it to &lt;strong&gt;‘Any CPU’&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Save your changes.&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Compile your project and run :)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_0E2AC1A2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_40BA30E2.png" width="244" height="127" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7227224" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/.NET/default.aspx" /><category term="Visual Studio 2008" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio+2008/default.aspx" /><category term="Windows Server 2008 64-bit" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Windows+Server+2008+64-bit/default.aspx" /></entry><entry><title>Introduction to Doloto (another tool from MSDN DevLabs)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/10/07/introduction-to-doloto-another-tool-from-msdn-devlabs.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/10/07/introduction-to-doloto-another-tool-from-msdn-devlabs.aspx</id><published>2009-10-07T09:30:39Z</published><updated>2009-10-07T09:30:39Z</updated><content type="html">&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_5E91594F.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Doloto" border="0" alt="Doloto" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_19B50F4E.png" width="478" height="139" /&gt;&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_135E12F3.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_19849DE7.png" width="202" height="244" /&gt;&lt;/a&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/dolotoprofilling_59D6EEFC.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="doloto- profilling" border="0" alt="doloto- profilling" src="http://weblogs.asp.net/blogs/hosamkamel/dolotoprofilling_thumb_05F32A47.jpg" width="203" height="244" /&gt;&lt;/a&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_571D4BD7.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_021539DD.png" width="244" height="180" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The rest of the application’s code is replaced by short stubs—their actual function code is&amp;#160; transferred lazily in the background or, at the latest, on-demand on first execution. Since code download is interleaved with application execution, users can start interacting with the Web application much sooner, without waiting for the code that implements extra, unused features.&lt;/p&gt;  &lt;p&gt;In our experiments across a number of AJAX applications and network conditions, Doloto reduced the amount of initial downloaded JavaScript code by over 40%, or hundreds of kilobytes resulting in startup often faster by 30-40%, depending on network conditions.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Useful Links&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/5/C/A5C90E07-0577-44B3-9186-E0931B21A25F/DolotoSetup.msi" target="_blank"&gt;Download Doloto&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/doloto/threads" target="_blank"&gt;Doloto Forum&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://research.microsoft.com/en-us/projects/doloto/summary.pdf"&gt;Doloto Summary&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://research.microsoft.com/en-us/projects/doloto/usermanual.pdf"&gt;Walkthrough&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/doloto/thread/06806fdf-775e-4175-9b56-1060aabcdb3d"&gt;Doloto FAQ&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Give it a try and happy Profiling :)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7224669" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="AJAX" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/AJAX/default.aspx" /><category term="Geek tools" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Geek+tools/default.aspx" /><category term="JavaScript" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/JavaScript/default.aspx" /><category term="MSDN DevLabs" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/MSDN+DevLabs/default.aspx" /></entry><entry><title>Resources for Getting Started with ArcGIS Server Web APIs</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/09/04/resources-for-getting-started-with-arcgis-server-web-apis.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/09/04/resources-for-getting-started-with-arcgis-server-web-apis.aspx</id><published>2009-09-04T14:49:13Z</published><updated>2009-09-04T14:49:13Z</updated><content type="html">&lt;p&gt;&lt;b&gt;A nice blog post published by ESRI developers team at their blog which contains a point to start materials for any developer wishes to start ArcGIS server&amp;#160; development using web API.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://resources.esri.com/arcgisserver/index.cfm?fa=JSAPIs"&gt;ArcGIS API for JavaScript&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp/intro_firstmap.htm"&gt;Getting Started – Adding a Map&lt;/a&gt; (Copy the code and try it yourself) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://training.esri.com/acb2000/showdetl.cfm?DID=6&amp;amp;Product_ID=929"&gt;Building Mashups using the ArcGIS JavaScript APIs&lt;/a&gt; (Free, Self study, Virtual Campus) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://training.esri.com/gateway/index.cfm?fa=catalog.courseDetail&amp;amp;CourseID=50117689_9.X"&gt;Building Web Maps Using the ArcGIS API for JavaScript&lt;/a&gt; (Instructor Led Course) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.esri.com/news/arcuser/0109/files/3steps.pdf"&gt;Add a Map to a Web Page in Three Simple Steps&lt;/a&gt; (Article) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=0OHrvnOToj4"&gt;Quick Intro to the ArcGIS JavaScript API&lt;/a&gt; (Intro Video) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=mediaGalleryDetails&amp;amp;mediaID=6D3E04C2-1422-2418-34B2AF10D0E21885"&gt;An Overview of the ArcGIS JavaScript APIs&lt;/a&gt; (DevSummit 2009 Video)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://resources.esri.com/arcgisserver/apis/flex/"&gt;ArcGIS API for Flex&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/help/content/getting_started.htm"&gt;Getting Started&lt;/a&gt; (Copy the code and try it yourself) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://training.esri.com/acb2000/showdetl.cfm?DID=6&amp;amp;Product_ID=940"&gt;Building Rich Internet Applications with ArcGIS API for Flex&lt;/a&gt; (Free, Self Study, Virtual Campus) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=mediaGalleryDetails&amp;amp;mediaID=6D50DDBD-1422-2418-3498F9CAB5D8DA50"&gt;Building Your First Rich Internet Applications with ArcGIS API for Flex&lt;/a&gt; (DevSummit 2009 Video)&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=TiEYl0e2bEg"&gt;ArcGIS API for Flex, Basics for Developers&lt;/a&gt; (Intro Video) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/video/ArcGISFlexAPI_beta_demo_skin.swf"&gt;Creating Your First Application using ArcGIS API for Flex&lt;/a&gt; (Two Minute Demo Video) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://resources.esri.com/arcgisserver/apis/silverlight/"&gt;ArcGIS API for Microsoft Silverlight/WPF&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Getting_Started.htm"&gt;Getting Started Hello World App and Video&lt;/a&gt; (Copy the code and try it yourself) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=mediaGalleryDetails&amp;amp;mediaID=6D5D05D8-1422-2418-3407EFA89A7FDCF4"&gt;Introduction to the ArcGIS API for Silverlight&lt;/a&gt; (DevSummit 2009 Video) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm"&gt;Interactive Samples&lt;/a&gt; (Try it live, copy/paste XAML, C# or VB.NET) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16464"&gt;Silverlight Toolkit&lt;/a&gt; (&lt;a href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16464"&gt;Open source&lt;/a&gt; for mapping widgets) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://resources.esri.com/arcgisserver/index.cfm?fa=services"&gt;&lt;b&gt;ArcGIS Server Services&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_authoring_and_publishing_services"&gt;An Overview of Authoring and Publishing Services&lt;/a&gt; (Desktop Help) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_Web_GIS"&gt;Creating and Publishing Web Maps&lt;/a&gt; (Desktop Help) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisserver/apis/rest/index.html"&gt;ArcGIS Server REST API&lt;/a&gt; (Reference Doc)&amp;#160; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.esri.com/Dev/photos/aodevblog/picture3405.aspx"&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" border="0" align="left" src="http://blogs.esri.com/Dev/photos/aodevblog/images/3405/secondarythumb.aspx" width="126" height="58" /&gt;&lt;/a&gt;&lt;a href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/09/01/Resources-for-Getting-Started-with-ArcGIS-Server-Web-APIs.aspx" target="_blank"&gt;ArcGIS Developer Blog&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.esri.com/Dev/photos/aodevblog/picture3405.aspx"&gt;&amp;#160;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7191902" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/.NET/default.aspx" /><category term="Silverlight" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Silverlight/default.aspx" /><category term="ESRI" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/ESRI/default.aspx" /><category term="ArcGIS Server" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/ArcGIS+Server/default.aspx" /><category term="GIS" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/GIS/default.aspx" /></entry><entry><title>Redirect or Forward Emails on Exchange Outlook Web Access (OWA) 2003/2007</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/08/26/redirect-or-forward-emails-on-exchange-outlook-web-access-owa-2003-2007.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/08/26/redirect-or-forward-emails-on-exchange-outlook-web-access-owa-2003-2007.aspx</id><published>2009-08-26T20:45:32Z</published><updated>2009-08-26T20:45:32Z</updated><content type="html">&lt;p&gt;Today i have been asked by a work mate about how to forward emails from Outlook web access interface because he couldn’t connect to his mail service using normal office outlook client even by enabling accessing over HTTP because of firewall/proxies.&lt;/p&gt;  &lt;p&gt;&lt;img border="0" alt="" src="http://www.hostbasket.com/onlinehelp/admin/attachments/Outlook2007/stap1.png" /&gt;&lt;/p&gt;  &lt;p&gt;I have searched for an answer and found that the only way to do this is through creating a new rule which will forward the emails to the other mail he has.&lt;/p&gt;  &lt;p&gt;Ok simply i opened the OWA to follow the steps mentioned here &lt;a href="http://onlinehelp.hostbasket.com/shared-mailhosting/office-mail-exchange-2007/outlook-web-access-2007/990-manual-to-create-e-mail-forwarding-rules-in-outlook-web-access-2007-owa.html" target="_blank"&gt;Manual to create E-mail forwarding rules in Outlook Web Access 2007 (OWA)&lt;/a&gt; but i didn’t find the “&lt;strong&gt;Rules&lt;/strong&gt;” in the options navigation links !!! I thought it may be an administration configuration or something like this.&lt;/p&gt;  &lt;p&gt;after checking again i found that my friend using Google Chrome which makes OWA uses the &lt;strong&gt;light version&lt;/strong&gt; !! After opening the OWA in IE it’s appears along with many other options … &lt;strong&gt;Why not having a label notifying the user that he is currently using a light version so some features will be disabled !!!!&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7182322" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="Microsoft" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Microsoft/default.aspx" /><category term="Usability" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Usability/default.aspx" /><category term="Outlook Web Access (OWA)" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Outlook+Web+Access+_2800_OWA_2900_/default.aspx" /></entry><entry><title>Workaround for missing "Edit WCF Configuration" menu option in Visual Studio</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/04/02/workaround-for-missing-quot-edit-wcf-configuration-quot-menu-option-in-visual-studio.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/04/02/workaround-for-missing-quot-edit-wcf-configuration-quot-menu-option-in-visual-studio.aspx</id><published>2009-04-02T14:50:38Z</published><updated>2009-04-02T14:50:38Z</updated><content type="html">&lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;p&gt;&lt;strong&gt;Alex Thissen&lt;/strong&gt; has posted a workaround for missing &amp;quot;Edit WCF Configuration&amp;quot; menu option in Visual Studio while working with WCF project in Visual Studio 2008&lt;/p&gt;  &lt;p&gt;Check it out &lt;a title="http://www.alexthissen.nl/blogs/main/archive/2008/08/28/workaround-for-missing-quot-edit-wcf-configuration-quot-menu-option.aspx" href="http://www.alexthissen.nl/blogs/main/archive/2008/08/28/workaround-for-missing-quot-edit-wcf-configuration-quot-menu-option.aspx"&gt;http://www.alexthissen.nl/blogs/main/archive/2008/08/28/workaround-for-missing-quot-edit-wcf-configuration-quot-menu-option.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7022983" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term=".NET Tips &amp; Tricks" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/.NET+Tips+_2600_+Tricks/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio/default.aspx" /><category term=".NET 3.0 &amp; .NET 3.5" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/.NET+3.0+_2600_+.NET+3.5/default.aspx" /><category term="Visual Studio 2008" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio+2008/default.aspx" /><category term="WCF" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/WCF/default.aspx" /></entry><entry><title>ASP.NET MVC  Release Candidate 2 Now Available</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/03/05/asp-net-mvc-release-candidate-2-now-available.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/03/05/asp-net-mvc-release-candidate-2-now-available.aspx</id><published>2009-03-05T01:10:16Z</published><updated>2009-03-05T01:10:16Z</updated><content type="html">&lt;p&gt;ASP.NET MVC enables Web developers to build compelling standards-based Web solutions that are easy to maintain because it decreases the dependency between layers by using the Model-View-Controller (MVC) pattern and provides complete control over the page markup. It also improves testability which enables Test Driven Development (TDD). Click &lt;a href="http://www.asp.net/mvc/"&gt;here&lt;/a&gt; to download ASP.NET MVC or to learn more about it.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Source :&lt;/strong&gt; &lt;a title="http://www.asp.net/" href="http://www.asp.net/"&gt;http://www.asp.net/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6937861" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/ASP.NET+MVC/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/MVC/default.aspx" /></entry><entry><title>Windows 2008 AND IISRESET.EXE</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/hosamkamel/archive/2009/03/05/windows-2008-and-iisreset-exe.aspx" /><id>http://weblogs.asp.net/hosamkamel/archive/2009/03/05/windows-2008-and-iisreset-exe.aspx</id><published>2009-03-05T00:55:18Z</published><updated>2009-03-05T00:55:18Z</updated><content type="html">&lt;p&gt;&lt;font face="ca"&gt;&lt;strong&gt;&lt;u&gt;IISreset.exe&lt;/u&gt;&lt;/strong&gt; is a magical command that resolves many problems! Err… well, yeah that command restarts all IIS related processes and thus essentially running it cleans up all the “mess”. &lt;strong&gt;&lt;em&gt;So is there anything special about IISReset.exe in Windows 2008?&lt;/em&gt;&lt;/strong&gt; Yes and I do not recommend using it and here’s very useful information that you must know about what this command does.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Read more here &lt;a title="http://blogs.msdn.com/sudeepg/archive/2009/02/14/windows-2008-and-iisreset-exe.aspx" href="http://blogs.msdn.com/sudeepg/archive/2009/02/14/windows-2008-and-iisreset-exe.aspx"&gt;&lt;font face="ca"&gt;http://blogs.msdn.com/sudeepg/archive/2009/02/14/windows-2008-and-iisreset-exe.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6937853" width="1" height="1"&gt;</content><author><name>HosamKamel</name><uri>http://weblogs.asp.net/members/HosamKamel.aspx</uri></author><category term="IIS 7.0" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/IIS+7.0/default.aspx" /><category term="Windows" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Windows/default.aspx" /><category term="Windows Server 2008 Server Core" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/Windows+Server+2008+Server+Core/default.aspx" /><category term="IIS 6.0" scheme="http://weblogs.asp.net/hosamkamel/archive/tags/IIS+6.0/default.aspx" /></entry></feed>