<?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">Colt Kwong Blog</title><subtitle type="html">.NET is out there</subtitle><id>http://weblogs.asp.net/coltk/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/coltk/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2007-08-03T13:54:00Z</updated><entry><title>Misleading Error Message about Trial Period Expiration in MOSS</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/06/16/misleading-error-message-about-trial-period-expiration.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/06/16/misleading-error-message-about-trial-period-expiration.aspx</id><published>2008-06-16T10:21:00Z</published><updated>2008-06-16T10:21:00Z</updated><content type="html">&lt;p&gt;&lt;img src="http://www.carrollzone.com/Blog/image.axd?picture=WindowsLiveWriter/MOSStrialperiodforthisproducthasexpirede_8257/image_3.png" mce_src="http://www.carrollzone.com/Blog/image.axd?picture=WindowsLiveWriter/MOSStrialperiodforthisproducthasexpirede_8257/image_3.png"&gt;&lt;/p&gt;&lt;p&gt;A very misleading error message that I came across last week..&amp;nbsp;&lt;/p&gt;&lt;p&gt;Trial period of my MOSS has expired? No way.. check out the &lt;a href="http://www.carrollzone.com/Blog/post/2007/08/MOSS-quot3btrial-period-for-this-product-has-expiredquot3b-error.aspx" target="_blank" mce_href="http://www.carrollzone.com/Blog/post/2007/08/MOSS-quot3btrial-period-for-this-product-has-expiredquot3b-error.aspx"&gt;permission&lt;/a&gt; &lt;a href="http://mindsharpblogs.com/ben/archive/2006/09/23/1299.aspx" target="_blank" mce_href="http://mindsharpblogs.com/ben/archive/2006/09/23/1299.aspx"&gt;and &lt;/a&gt;&lt;a href="http://msmvps.com/blogs/shane/archive/2008/02/05/the-trial-period-for-this-product-has-expired.aspx" target="_blank" mce_href="http://msmvps.com/blogs/shane/archive/2008/02/05/the-trial-period-for-this-product-has-expired.aspx"&gt;security &lt;/a&gt;&lt;a href="http://mindsharpblogs.com/ben/archive/2006/09/23/1299.aspx" target="_blank" mce_href="http://mindsharpblogs.com/ben/archive/2006/09/23/1299.aspx"&gt;settings &lt;/a&gt;first.&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6281548" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author></entry><entry><title>Microsoft DreamSpark - Free Professional Tools for Students</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/06/15/microsoft-dreamspark-free-professional-tools-for-students.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/06/15/microsoft-dreamspark-free-professional-tools-for-students.aspx</id><published>2008-06-14T17:14:00Z</published><updated>2008-06-14T17:14:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;Just see this &lt;A class="" href="https://downloads.channel8.msdn.com/" target=_blank mce_href="https://downloads.channel8.msdn.com/"&gt;DreamSpark&lt;/A&gt; program on the&amp;nbsp;&lt;A class="" href="http://msdn.microsoft.com/en-us/vstudio/products/default.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/vstudio/products/default.aspx"&gt;Visual Studio home page&lt;/A&gt; and it is definitely a good news for students. (Personally, I'm glad to see that this program covers and beneficial to&amp;nbsp;students in China as well :)&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6275230" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/coltk/archive/tags/Personal/default.aspx" /></entry><entry><title>Enable SmartPart with AJAX in SharePoint</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/06/10/enable-smartpart-with-ajax-in-sharepoint.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/06/10/enable-smartpart-with-ajax-in-sharepoint.aspx</id><published>2008-06-09T15:10:00Z</published><updated>2008-06-09T15:10:00Z</updated><content type="html">&lt;p&gt;I just try SmartPart and enable AJAX functionality in SharePoint tonight, here are few notes:&lt;/p&gt;&lt;p&gt;1. Download and install &lt;a href="http://www.codeplex.com/smartpart" target="_blank" mce_href="http://www.codeplex.com/smartpart"&gt;SmartPart&lt;/a&gt; (make sure SmartPart is deployed and affect all WSS sites as shown in the last step of the Setup wizard)&lt;br&gt;2. Activate SmartPart features (either admin UI or stsadm -o activefeature command)&lt;br&gt;3. Config AJAX extension in SharePoint (otherwise, you will get an &lt;a href="http://forums.asp.net/p/1054146/1495802.aspx" target="_blank" mce_href="http://forums.asp.net/p/1054146/1495802.aspx"&gt;"Unknown server tag 'asp:UpdatePanel'&lt;/a&gt; " error)&lt;br&gt;4. Create a AJAX-enabled website and "user controls"&lt;br&gt;5. Copy ASCX to UserControls folder to your SharePoint app&lt;br&gt;&lt;/p&gt;&lt;p&gt;All developers are recommended to read the blogs from &lt;a href="http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx" target="_blank" mce_href="http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx"&gt;Jan&lt;/a&gt; and &lt;a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3" target="_blank" mce_href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3"&gt;Michael&lt;/a&gt; first of course.&lt;/p&gt;&lt;p&gt;BTW, I saw another error message "This control does not allow connection strings with the following keywords: ‘Integrated Security’, ‘Trusted_Connection’." in my experimental application. After a quick googling then I change (it's the normal practice BTW) to use a limited rights user account instead of using integrated security in connection string and the problem solved.&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6262140" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="SharePoint" scheme="http://weblogs.asp.net/coltk/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Provisioning User to ADAM in ILM2007</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/05/29/provisioning-user-to-adam-in-ilm2007.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/05/29/provisioning-user-to-adam-in-ilm2007.aspx</id><published>2008-05-29T13:51:00Z</published><updated>2008-05-29T13:51:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;I just finish provisioning a user object to ADAM from AD today, the process is pretty smooth and below is the first piece of codes that I wrote for the &lt;A class="" href="http://www.microsoft.com/technet/miis/plan/miismeta2.mspx" target=_blank mce_href="http://www.microsoft.com/technet/miis/plan/miismeta2.mspx"&gt;metaverse&lt;/A&gt; &lt;A class="" href="http://www.microsoft.com/technet/miis/plan/miisrule2.mspx" target=_blank mce_href="http://www.microsoft.com/technet/miis/plan/miisrule2.mspx"&gt;rule extension&lt;/A&gt; in &lt;A class="" href="http://www.microsoft.com/windowsserver/ilm2007/default.mspx" target=_blank mce_href="http://www.microsoft.com/windowsserver/ilm2007/default.mspx"&gt;ILM2007&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: green; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: green; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;// Provision to ADAM&lt;BR&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;MA = mvEntry.ConnectedMAs["ADAM_MA"];&lt;BR&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;Connectors = MA.Connectors.Count;&lt;BR&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;rdn = &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;string&lt;/SPAN&gt;&lt;FONT color=#000000&gt;.Format(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"CN={0}"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;, cn);&lt;BR&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;dn = MA.EscapeDNComponent(rdn).Concat("OU=Alpha Users,DC=ALPHA,DC=COM);&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;SPAN style="COLOR: blue"&gt;if&lt;/SPAN&gt;&lt;FONT color=#000000&gt; (Connectors == 0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp; csEntry = MA.Connectors.StartNewConnector(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"user"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp; csEntry.DN = dn;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp; csEntry.CommitNewConnector();&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;else&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;if&lt;/SPAN&gt;&lt;FONT color=#000000&gt; (Connectors == 1)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp; csEntry = MA.Connectors.ByIndex[0];&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp; csEntry.DN = dn;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;else&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp; LogAndThrowUnexpectedDataException(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"Multiple connectors in MA"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 'Lucida Console'; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;/SPAN&gt;}&lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;The code is obviously incomplete, but there are lots of useful resources on the net and below are the links that I read today:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A href="http://www.developer.com/net/net/article.php/11087_3522101_1"&gt;http://www.developer.com/net/net/article.php/11087_3522101_1&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A href="http://blogs.msdn.com/therabournidentity/"&gt;http://blogs.msdn.com/therabournidentity/&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A href="http://www.topxml.com/rbnews/Biztalk%20Adapters/re-79365_MIIS-ILM-Code-Experiment---Generic-AD-ADAM-Provisioning-Function.aspx"&gt;http://www.topxml.com/rbnews/Biztalk%20Adapters/re-79365_MIIS-ILM-Code-Experiment---Generic-AD-ADAM-Provisioning-Function.aspx&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A href="http://technet2.microsoft.com/windowsserver/en/library/611d41bf-f4ae-4a2d-8e98-77bc6ee5da1b1033.mspx?mfr=true"&gt;http://technet2.microsoft.com/windowsserver/en/library/611d41bf-f4ae-4a2d-8e98-77bc6ee5da1b1033.mspx?mfr=true&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;If you are new to MIIS / ILM like me, make sure you&amp;nbsp;check out the first article which is &lt;STRONG&gt;extremely&lt;/STRONG&gt; useful, easy to read and understand.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6229063" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="MIIS / ILM" scheme="http://weblogs.asp.net/coltk/archive/tags/MIIS+_2F00_+ILM/default.aspx" /></entry><entry><title>IIS Feature is missing during SQL 2005 Installation</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/05/27/iis-feature-is-missing-during-sql-2005-installation.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/05/27/iis-feature-is-missing-during-sql-2005-installation.aspx</id><published>2008-05-27T11:50:00Z</published><updated>2008-05-27T11:50:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;This is not the first time for me to see this message, so I think it may be a good idea to blog about it for future reference.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The error message is: &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;Last time I saw this error when I try to install SQL 2005 in my Vista environment. I&amp;nbsp;do have IIS installed in my Vista&amp;nbsp;and I have no idea&amp;nbsp;what's&amp;nbsp;wrong with this&amp;nbsp;error message.&amp;nbsp;(&lt;A class="" href="http://msmvps.com/blogs/martinpoon/archive/2006/12/08/installation-of-sql-server-2005-in-windows-vista-warning-message-on-iis-feature-requirement-during-system-configuration-check.aspx" target=_blank mce_href="http://msmvps.com/blogs/martinpoon/archive/2006/12/08/installation-of-sql-server-2005-in-windows-vista-warning-message-on-iis-feature-requirement-during-system-configuration-check.aspx"&gt;Solution&lt;/A&gt; can be found &lt;A class="" href="http://support.microsoft.com/kb/920201" target=_blank mce_href="http://support.microsoft.com/kb/920201"&gt;here&lt;/A&gt; BTW)&lt;/P&gt;
&lt;P mce_keep="true"&gt;Today, I see this error again in my clean Win2K3 server box. (ha) It is much easier for me to solve this problem because the cause is just because IIS is not enabled by defafult in Win2K3. So&amp;nbsp;I just select and enable IIS in Add/Remove Windows Components then the SQL 2005 installation go well.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6224365" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/coltk/archive/tags/Personal/default.aspx" /></entry><entry><title>Install WSS Tools: VS 2005 Extensions on Vista</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/05/21/install-wss-tools-vs-2005-extensions-on-vista.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/05/21/install-wss-tools-vs-2005-extensions-on-vista.aspx</id><published>2008-05-21T09:47:00Z</published><updated>2008-05-21T09:47:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;&lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en"&gt;Windows SharePoint Services 3.0 Tools: VS 2005 extension&lt;/A&gt; can improve the productivity of developers because it comes with a lists of useful project and item templates. However, this tool is only limited to OS of either Win Server 2003 or Win Server 2008.. If you are running Vista or develop SharePoint solution &lt;A class="" href="http://msdn.microsoft.com/en-au/library/bb530302.aspx#WSSDevToolsTechs_P1_TheDevelopmentEnvironment" target=_blank mce_href="http://msdn.microsoft.com/en-au/library/bb530302.aspx#WSSDevToolsTechs_P1_TheDevelopmentEnvironment"&gt;remotely&lt;/A&gt;, you may want to take a look at the hack from this &lt;A class="" href="http://eknowledger.spaces.live.com/blog/cns!F475D4DE444DB1AB!2922.entry" target=_blank mce_href="http://eknowledger.spaces.live.com/blog/cns!F475D4DE444DB1AB!2922.entry"&gt;blog post&lt;/A&gt;. &lt;/P&gt;
&lt;P mce_keep="true"&gt;P.S. The latest version of WSS Tools: VS2005 Extension should be &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en"&gt;V1.1&lt;/A&gt;, instead of V1.0 as mentioned in the blog post.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6207088" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="SharePoint" scheme="http://weblogs.asp.net/coltk/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Note on Customizing Content Query Web Part</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/05/17/note-on-customizing-content-query-web-part.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/05/17/note-on-customizing-content-query-web-part.aspx</id><published>2008-05-17T03:05:00Z</published><updated>2008-05-17T03:05:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;Content Query Web Part (CQWP) is a powerful feature in SharePoint, where users can create custom view of data that is queried from various sources, lists, libraries, and present all in one web part. One of my tasks yesterday is to create a content query web part, and query the contents from two sub-sites. Specifically, I have 2 calendars in 2 sub-sites and I have to query all events and combine into a master calendar in the top site (Of course I can make use of the great filtering, sorting and grouping features in CQWP).&lt;/P&gt;
&lt;P&gt;After adding the CQWP, my next step is to customize the layout because the default one is too plain. I google and find all these useful articles:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://paulgalvin.spaces.live.com/Blog/cns!1CC1EDB3DAA9B8AA!491.entry"&gt;Display Content Query Web Part Results in a Grid / Table&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.heathersolomon.com/blog/articles/CustomItemStyle.aspx"&gt;Customizing the Content Query Web Part and Custom Item Styles&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb447557.aspx"&gt;How to: Customize XSL for the Content Query Web Part&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa981241.aspx"&gt;How to: Customize the Content Query Web Part by using Custom Properties&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="" href="http://blogs.msdn.com/ecm/archive/2006/10/25/configuring-and-customizing-the-content-query-web-part.aspx" target=_blank mce_href="http://blogs.msdn.com/ecm/archive/2006/10/25/configuring-and-customizing-the-content-query-web-part.aspx"&gt;Configuring and Customizing the Content Query Web Part&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;One of the techniques in customizing CQWP layout is to make use of internal field name and modify CommonViewFields in the exported .webpart file. I follow all steps, modify the .webpart and xsl files as I wish, but I still can't display the content in my CQWP (I can see some other default fields like Title though). &lt;/P&gt;
&lt;P&gt;Later, I find the bug is at the key element - CommonViewFields - It does not allow SPACE in the value string. For example: &lt;/P&gt;
&lt;P&gt;Wrong: &amp;nbsp;&amp;lt;property name="CommonViewFields" type="string"&amp;gt;Title, Text; Description, Note;&amp;lt;/property&amp;gt;&lt;/P&gt;
&lt;P&gt;Correct: &amp;lt;property name="CommonViewFields" type="string"&amp;gt;Title,Text;Description,Note&amp;lt;/property&amp;gt;&lt;/P&gt;
&lt;P&gt;My note is that we developers cannot add SPACE when typing the value, or even anywhere in the tag. And, we should not add a semi-colon at the end of the string.&lt;/P&gt;
&lt;P&gt;P.S. After customizing the layout and fields on the CQWP, we will most probably need to format the field, such as changing the time format of a DateTime field, number of decimal points etc, and here is a very useful reference article: &lt;A class="" href="http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx" target=_blank mce_href="http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx"&gt;Customizing the Content Query Web Part XSL&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6197713" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="SharePoint" scheme="http://weblogs.asp.net/coltk/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Visual Studio extensions for SharePoint - Developer User Guide</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2008/05/15/visual-studio-extensions-for-sharepoint-developer-user-guide.aspx" /><id>http://weblogs.asp.net/coltk/archive/2008/05/15/visual-studio-extensions-for-sharepoint-developer-user-guide.aspx</id><published>2008-05-15T01:45:00Z</published><updated>2008-05-15T01:45:00Z</updated><content type="html">&lt;p&gt;I was engaged in a SharePoint workflow project recently, so I prepare and boost my learning in SharePoint technology. I got new laptop and VS2008 (excited), but then I heard that the extension for VS 2008 will only be available in June 2008 (Today is still May!) &lt;/p&gt;&lt;p&gt;So I install VS2005, the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en" target="_blank" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&amp;amp;displaylang=en"&gt;extended SharePoint tool&lt;/a&gt; and the following "mandatory" components:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5D61409E-1FA3-48CF-8023-E8F38E709BA6&amp;amp;displaylang=en" target="_blank" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5D61409E-1FA3-48CF-8023-E8F38E709BA6&amp;amp;displaylang=en"&gt;Visual Studio 2005 extensions for .NET Framework 3.0 (Windows Workflow Foundation)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=6D94E307-67D9-41AC-B2D6-0074D6286FA9&amp;amp;displaylang=en" target="_blank" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=6D94E307-67D9-41AC-B2D6-0074D6286FA9&amp;amp;displaylang=en"&gt;SharePoint Server 2007 SDK&lt;/a&gt; &lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Of course, I need to check out the &lt;a href="http://blogs.msdn.com/pandrew/archive/2008/05/12/announcing-visual-studio-extensions-for-sharepoint-developer-user-guide.aspx" target="_blank" mce_href="http://blogs.msdn.com/pandrew/archive/2008/05/12/announcing-visual-studio-extensions-for-sharepoint-developer-user-guide.aspx"&gt;user guide&lt;/a&gt; of VS extension that just released yesterday. &lt;/p&gt;&lt;p&gt;Please feel free to drop me any useful resources or website so as to fasten my learning process. :)&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6190527" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/coltk/archive/tags/.NET/default.aspx" /><category term="SharePoint" scheme="http://weblogs.asp.net/coltk/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Visual Studio 2005 Team Foundation Server Power Tools</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/12/27/visual-studio-2005-team-foundation-server-power-tools.aspx" /><id>http://weblogs.asp.net/coltk/archive/2007/12/27/visual-studio-2005-team-foundation-server-power-tools.aspx</id><published>2007-12-27T02:32:00Z</published><updated>2007-12-27T02:32:00Z</updated><content type="html">&lt;p&gt;If you are a typical TFS user like me, then you must bookmarked these 2 links / tools already:&lt;br&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/teamsystem/aa718351.aspx" target="_blank" mce_href="http://msdn2.microsoft.com/en-us/teamsystem/aa718351.aspx"&gt;Visual Studio 2005 Team Foundation Server Power Tools&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/teamsystem/bb676728.aspx" target="_blank" mce_href="http://msdn2.microsoft.com/en-us/teamsystem/bb676728.aspx"&gt;Visual Studio Team System Web Access&lt;/a&gt; (formerly known as TeamPlain) &lt;br&gt;&lt;/li&gt;&lt;/ol&gt;Colt&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5506232" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/coltk/archive/tags/.NET/default.aspx" /></entry><entry><title>Opening Work Items in Excel/Project Failed with Office 2007 (TF80042)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/12/20/opening-work-items-in-excel-project-failed-with-office-2007-tf80042.aspx" /><id>http://weblogs.asp.net/coltk/archive/2007/12/20/opening-work-items-in-excel-project-failed-with-office-2007-tf80042.aspx</id><published>2007-12-20T03:18:00Z</published><updated>2007-12-20T03:18:00Z</updated><content type="html">&lt;P&gt;&amp;nbsp;I try to open a (collection) work items in Excel today but I got the following error:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://lh6.ggpht.com/colt.kwong/SDQ3k1uOf-I/AAAAAAAADXE/FRt8bQUJ7Wc/Tf80042Err.jpg" border=0 mce_src="http://lh6.ggpht.com/colt.kwong/SDQ3k1uOf-I/AAAAAAAADXE/FRt8bQUJ7Wc/Tf80042Err.jpg"&gt;&lt;/P&gt;
&lt;P&gt;I was thinking is it because I am using Excel 2007 instead of&amp;nbsp; Excel 2003? &lt;/P&gt;
&lt;P&gt;No way, it works fine after I read this &lt;A href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1500689&amp;amp;SiteID=1" mce_href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1500689&amp;amp;SiteID=1"&gt;post&lt;/A&gt; and enable .NET programming support!&lt;BR&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5476095" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/coltk/archive/tags/.NET/default.aspx" /><category term="2007 Office System" scheme="http://weblogs.asp.net/coltk/archive/tags/2007+Office+System/default.aspx" /></entry><entry><title>Imagine Cup 2008 in Hong Kong</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/10/02/imagine-cup-2008-in-hong-kong.aspx" /><link rel="enclosure" type="image/jpeg" length="444416" href="http://weblogs.asp.net/coltk/attachment/4271422.ashx" /><id>http://weblogs.asp.net/coltk/archive/2007/10/02/imagine-cup-2008-in-hong-kong.aspx</id><published>2007-10-01T16:06:00Z</published><updated>2007-10-01T16:06:00Z</updated><content type="html">&lt;P&gt;The &lt;A href="http://www.microsoft.com/hk/msdn/ic2008/default.aspx#top" target=_blank mce_href="http://www.microsoft.com/hk/msdn/ic2008/default.aspx#top"&gt;Microsoft Hong Kong Imagine Cup&lt;/A&gt; website has been launched this year (the &lt;A href="http://weblogs.asp.net/coltk/attachment/4271422.ashx" target=_blank mce_href="http://weblogs.asp.net/coltk/attachment/4271422.ashx"&gt;flourish and web page&lt;/A&gt; are excellent BTW)!&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;As a supporting organization, the Hong Kong .NET User Group is proud to cooperate with local MS office and provide a discussion forum and experts for this event this year. &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://lh4.ggpht.com/colt.kwong/SDRGmVuOgBI/AAAAAAAADYQ/2FPo2OR9Mok/link4_forum.gif.jpg" width=144&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4271422" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="Hong Kong .NET User Group" scheme="http://weblogs.asp.net/coltk/archive/tags/Hong+Kong+.NET+User+Group/default.aspx" /></entry><entry><title>Windows Mobile 6 for Palm Treo 750V</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/09/05/windows-mobile-6-for-palm-treo-750v.aspx" /><id>http://weblogs.asp.net/coltk/archive/2007/09/05/windows-mobile-6-for-palm-treo-750v.aspx</id><published>2007-09-05T08:25:00Z</published><updated>2007-09-05T08:25:00Z</updated><content type="html">&lt;P&gt;After attending the MS Hong Kong &lt;A href="http://weblogs.asp.net/coltk/archive/2007/08/03/discount-for-microsoft-teched-hk-2007.aspx" target=_blank mce_href="http://weblogs.asp.net/coltk/archive/2007/08/03/discount-for-microsoft-teched-hk-2007.aspx"&gt;TechEd 2007&lt;/A&gt; 2 weeks ago, I'm glad to meet &lt;A href="http://blogs.msdn.com/jasonlan/default.aspx" target=_blank mce_href="http://blogs.msdn.com/jasonlan/default.aspx"&gt;Mr. Mobile&lt;/A&gt; and recently, I know that &lt;A href="http://www.palm.com/nl/750update" target=_blank mce_href="http://www.palm.com/nl/750update"&gt;Windows Mobile 6 release for the Palm Treo 750V&lt;/A&gt; after reading his &lt;A href="http://blogs.msdn.com/jasonlan/archive/2007/08/29/windows-mobile-6-released-for-the-palm-treo-750v.aspx" target=_blank mce_href="http://blogs.msdn.com/jasonlan/archive/2007/08/29/windows-mobile-6-released-for-the-palm-treo-750v.aspx"&gt;blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Frankly, I had been using the Treo 750V with my 3G data plan for more than 8 months, but I'm not satisfied and won't recommend this phone to others, because it is not so stable and I asked for a replacement already. Also, I have to restart it at least once a day (I know I know, it's acceptable for most WM users out there). &lt;/P&gt;
&lt;P&gt;Anyway, I just install Windows Mobile 6 on my Treo 750V successfully so I hope this would enhance my device and fix some bugs. Also, please also read this &lt;A href="http://blogs.msdn.com/jasonlan/archive/2007/03/18/windows-mobile-5-0-vs-windows-mobile-6-comparison-document.aspx" target=_blank mce_href="http://blogs.msdn.com/jasonlan/archive/2007/03/18/windows-mobile-5-0-vs-windows-mobile-6-comparison-document.aspx"&gt;doc&lt;/A&gt; about the difference between WM5 and WM6.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Colt&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3745868" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/coltk/archive/tags/Personal/default.aspx" /></entry><entry><title>Sleep and Power Management in Windows Vista</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/09/02/sleep-and-power-management-in-windows-vista.aspx" /><id>http://weblogs.asp.net/coltk/archive/2007/09/02/sleep-and-power-management-in-windows-vista.aspx</id><published>2007-09-02T01:59:00Z</published><updated>2007-09-02T01:59:00Z</updated><content type="html">&lt;p&gt;I run into a problem that my laptop cannot wake up after sleep / hibernate, I try many different settings and combinations in power management of Vista and no luck, so I suspect it is related to my recent installation of KB939979 or KB938194?! &lt;/p&gt;&lt;p&gt;Nevertheless, I searched a couple of &lt;a href="http://www.joelonsoftware.com/items/2006/11/21.html" mce_href="http://www.joelonsoftware.com/items/2006/11/21.html"&gt;articles&lt;/a&gt; &amp;amp; &lt;a href="http://www.codeplex.com/vistabattery" mce_href="http://www.codeplex.com/vistabattery"&gt;tools&lt;/a&gt;, and also the &lt;a href="http://en.wikipedia.org/wiki/ACPI#Global_states" mce_href="http://en.wikipedia.org/wiki/ACPI#Global_states"&gt;differences&lt;/a&gt; between &lt;a href="http://blogs.msdn.com/justsean/archive/2006/12/08/vista-notes-episode-2-sleep-vs-hybrid-sleep.aspx" mce_href="http://blogs.msdn.com/justsean/archive/2006/12/08/vista-notes-episode-2-sleep-vs-hybrid-sleep.aspx"&gt;sleep&lt;/a&gt; (S2), &lt;a href="http://blogs.msdn.com/justsean/archive/2006/12/08/vista-notes-episode-2-sleep-vs-hybrid-sleep.aspx" mce_href="http://blogs.msdn.com/justsean/archive/2006/12/08/vista-notes-episode-2-sleep-vs-hybrid-sleep.aspx"&gt;hybrid sleep&lt;/a&gt; (S3) and &lt;a href="http://windowsvistablog.com/blogs/windowsvista/archive/2006/12/08/windows-vista-power-management.aspx" mce_href="http://windowsvistablog.com/blogs/windowsvista/archive/2006/12/08/windows-vista-power-management.aspx"&gt;hibernate&lt;/a&gt; (S4) in Windows Vista. My resolution is... update the latest version of display driver in Vista then problem gone. :)&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3704050" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/coltk/archive/tags/Personal/default.aspx" /></entry><entry><title>Discount for Microsoft TechEd HK 2007</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/08/03/discount-for-microsoft-teched-hk-2007.aspx" /><id>http://weblogs.asp.net/coltk/archive/2007/08/03/discount-for-microsoft-teched-hk-2007.aspx</id><published>2007-08-03T09:11:00Z</published><updated>2007-08-03T09:11:00Z</updated><content type="html">&lt;p&gt;&lt;img src="http://careertimes.com.hk/english/images/home/2007tech_ed.gif" mce_src="http://careertimes.com.hk/english/images/home/2007tech_ed.gif" height="169" width="169"&gt;&lt;/p&gt;&lt;p&gt;Just put the privilege membership discount announcement to couple of &lt;a href="http://jo-san.it/" target="_blank" mce_href="http://jo-san.it/"&gt;local communities&lt;/a&gt; and &lt;a href="http://www.hknetug.com/" target="_blank" mce_href="http://www.hknetug.com/"&gt;user groups&lt;/a&gt; for the &lt;a href="http://weblogs.asp.net/controlpanel/blogs/for%20the%20TechEd%20HK%202007%20" target="_blank" mce_href="http://weblogs.asp.net/controlpanel/blogs/for the TechEd HK 2007 "&gt;Microsoft Hong Kong TechEd 2007&lt;/a&gt;. If you want further discount, &lt;a href="http://weblogs.asp.net/coltk/contact.aspx" mce_href="http://weblogs.asp.net/coltk/contact.aspx"&gt;drop me a message&lt;/a&gt; because I got a &lt;a href="http://hknetug.com/forums/thread/1257.aspx" target="_blank" mce_href="http://hknetug.com/forums/thread/1257.aspx"&gt;special discount code&lt;/a&gt; where the ticket is even more cheaper than a TechEd sponsor...&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3380474" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author></entry><entry><title>The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/coltk/archive/2007/08/03/the-name-or-security-id-sid-of-the-domain-specified-is-inconsistent-with-the-trust-information-for-that-domain.aspx" /><id>http://weblogs.asp.net/coltk/archive/2007/08/03/the-name-or-security-id-sid-of-the-domain-specified-is-inconsistent-with-the-trust-information-for-that-domain.aspx</id><published>2007-08-03T04:54:00Z</published><updated>2007-08-03T04:54:00Z</updated><content type="html">&lt;P&gt;My colleague created a WMware Windows base image and I asked him to send a new copy to me because I need an environment of 2 separate (virtual) machines for AppServer (machineA) and DbServer (machineB) for testing purpose.&lt;/P&gt;
&lt;P&gt;machineA is a DC and what I need to do next is let machineB join the domain of machineA. I go to the property of my computer on machineB and join the domain of machineA successfully. However, I can't login to machineB after restart and I got an error message: The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.&lt;/P&gt;
&lt;P&gt;Fortunately, I read this &lt;A href="http://geekswithblogs.net/mhamilton/archive/2005/05/01/38825.aspx" target=_blank mce_href="http://geekswithblogs.net/mhamilton/archive/2005/05/01/38825.aspx"&gt;post&lt;/A&gt; from google and try the NewSid tool immediately, then the SID and name of the cloned WMware image changed immediately! (BTW, the URL of NewSid tool in that blog post is outdated so please following this link - &lt;A href="http://www.microsoft.com/technet/sysinternals/Utilities/NewSid.mspx" target=_blank mce_href="http://www.microsoft.com/technet/sysinternals/Utilities/NewSid.mspx"&gt;http://www.microsoft.com/technet/sysinternals/Utilities/NewSid.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG height=80 src="http://lh5.ggpht.com/colt.kwong/SDQ3kluOf9I/AAAAAAAADW8/vQYpF9oeG1g/NewSid.jpg" width=87 mce_src="http://lh5.ggpht.com/colt.kwong/SDQ3kluOf9I/AAAAAAAADW8/vQYpF9oeG1g/NewSid.jpg"&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3377147" width="1" height="1"&gt;</content><author><name>Colt</name><uri>http://weblogs.asp.net/members/Colt.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/coltk/archive/tags/Personal/default.aspx" /></entry></feed>