<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>Clemens Vasters - Technology|Longhorn</title>
    <link>http://vasters.com/clemensv/</link>
    <description>Cloud Development and Alien Abductions</description>
    <language>en-us</language>
    <copyright>Clemens Vasters</copyright>
    <lastBuildDate>Sun, 18 Jun 2006 12:39:48 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.7067.0</generator>
    <managingEditor>cvasters@guhhome.com</managingEditor>
    <webMaster>cvasters@guhhome.com</webMaster>
    <item>
      <trackback:ping>http://vasters.com/clemensv/Trackback.aspx?guid=57b03894-e197-4512-b9ea-648105890103</trackback:ping>
      <pingback:server>http://vasters.com/clemensv/pingback.aspx</pingback:server>
      <pingback:target>http://vasters.com/clemensv/PermaLink,guid,57b03894-e197-4512-b9ea-648105890103.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://vasters.com/clemensv/CommentView,guid,57b03894-e197-4512-b9ea-648105890103.aspx</wfw:comment>
      <wfw:commentRss>http://vasters.com/clemensv/SyndicationService.asmx/GetEntryCommentsRss?guid=57b03894-e197-4512-b9ea-648105890103</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was sad when "Indigo" and "Avalon" went away. It'd be great if we'd have
a pool of cool legal-approved code-names for which we own the trademark rights and
which we could stick to. Think Delphi or Safari. "Indigo" was cool insofar as
it was very handy to refer to the technology set, but was removed far enough
from the specifics that it doesn't create a sharply defined, product-like island
within the larger managed-code landscape or has legacy connotations like "ADO.NET".
 Also, my talks these days could be 10 minutes shorter if I could refer to Indigo
instead of "Windows Communications Foundation". Likewise, my job title wouldn't have
to have a line wrap on the business card of I ever spelled it out in full.
</p>
        <p>
However, when I learned about the WinFX name going away (several weeks before the
public announcement) and the new "Vista Wave" technologies (WPF/WF/WCF/WCS) being rolled
up under the <a href="http://msdn.microsoft.com/winfx/">.NET Framework</a> brand,
I was quite happy. Ever since it became clear in 2004 that the grand plan to put
a complete, covers-all-and-everything managed API on top (and on quite a
bit of the bottom) of everything Windows would have to wait until siginificantly after
Vista and that therefore the Win16&gt;Win32&gt;WinFX continuity would not
tell the true story, that name made only limited sense to stick to. The .NET Framework
is the #1 choice for business applications and a well established brand. People refer
to themselves as being "dotnet" developers. But even though the .NET Framework covers
a lot of ground and "Indigo", "Avalon", "InfoCard", and "Workflow" are overwhelmingly
(or exclusively) managed-code based, there are still quite a few things in Windows
Vista that still require using P/Invoke or COM/Interop from managed code or unmanaged
code outright. That's not a problem. Something has to manage the managed code
and there's no urgent need to rewrite entire subsystems to managed code if you
only want to add or revise features. 
</p>
        <p>
So now all the new stuff is now part of the .NET Framework. That is a good, good,
good change. This says what it all is. 
</p>
        <p>
Admittedly confusing is the "3.0" bit. What we'll ship is a Framework 3.0 that rides
on top of the 2.0 CLR and includes the 2.0 versions of the Base-Class Library, Windows
Forms, and ASP.NET. It doesn't include the formerly-announced-as-to-be-part-of-3.0
technologies like VB9 (there you have the version number consistency flying out
the window outright), C# 3.0, and LINQ. Personally, I think that it might be
a tiny bit less confusing if the Framework had a version-number neutral name such
as ".NET Framework 2006" which would allow doing what we do now with less potential
for confusion, but only a tiny bit. Certainly not enough to stage a war
over "2006" vs. "3.0".
</p>
        <p>
It's a matter of project management reality and also one of platform predictability
that the ASP.NET, or Windows Forms teams do not and should not ship a full
major-version revision of their bits every year. They shipped Whidbey (2.0) in late
2005 and hence it's healthy for them to have boarded the scheduled-to-arrive-in-2007
boat heading to Orcas. We (the "WinFX" teams) subscribed to the Vista ship docking later
this year and we bring great innovation which will be preinstalled on every copy of
it. LINQ as well as VB9 and C# incorporating it on a language-level are
very obviously Visual Studio bound and hence they are on the Orcas ferry as well.
The .NET Framework is a steadily growing development platform that spans technologies
from the Developer Division, Connected Systems, Windows Server, Windows Client, SQL
Server, and other groups, and my gut feeling is that it will become the norm that
it will be extended off-cycle from the Developer Division's Visual Studio and
CLR releases. Whenever a big ship docks in the port, may it be Office, SQL, BizTalk,
Windows Server, or Windows Client, and as more and more of the still-unmanaged Win32/Win64
surface area gets wrapped, augmented or replaced by managed-code APIs over time and
entirely new things are added, there might be bits that fit into and update the
Framework.  
</p>
        <p>
So one sane way to think about the .NET Framework version number is that it merely
labels the overall package and not the individual assemblies and components included
within it. Up to 2.0 everything was pretty synchronized, but given the ever-increasing
scale of the thing, it's good to think of that being a lucky (even if intended) coindicence
of scheduling. This surely <a href="http://en.wikipedia.org/wiki/Microsoft_BackOffice">isn't
the first time</a> that packages were versioned independently of their components.
There was and is no reason for the ASP.NET team to gratuitously recompile their existing
bits with a new version number just to have the GAC look pretty and to create the
illusion that everything is new - and to break Visual Studio compatibility in the
process.
</p>
        <p>
Of course, once we cover 100% of the Win32 surface area, we can rename it all into
WinFX again ;-)  (just kidding)
</p>
        <p>
[All the usual "personal opinion" disclaimers apply to this post]
</p>
        <p>
          <font size="1">
            <em>Update:</em> Removed reference to "Win64".</font>
        </p>
        <img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=57b03894-e197-4512-b9ea-648105890103" />
      </body>
      <title>Code-Name WinFX vs .NET Framework 3.0</title>
      <guid isPermaLink="false">http://vasters.com/clemensv/PermaLink,guid,57b03894-e197-4512-b9ea-648105890103.aspx</guid>
      <link>http://vasters.com/clemensv/2006/06/18/CodeName+WinFX+Vs+NET+Framework+30.aspx</link>
      <pubDate>Sun, 18 Jun 2006 12:39:48 GMT</pubDate>
      <description>&lt;p&gt;
I was sad when "Indigo" and "Avalon" went away. It'd be great&amp;nbsp;if we'd&amp;nbsp;have
a pool of cool legal-approved code-names for which we own the trademark rights and
which we could stick to.&amp;nbsp;Think Delphi or Safari. "Indigo" was cool insofar as
it was very handy to refer to the technology set, but&amp;nbsp;was removed&amp;nbsp;far&amp;nbsp;enough
from the specifics that it doesn't&amp;nbsp;create a sharply defined, product-like island
within the larger managed-code landscape or has legacy connotations&amp;nbsp;like "ADO.NET".
&amp;nbsp;Also, my talks these days could be 10 minutes shorter if I could refer to Indigo
instead of "Windows Communications Foundation". Likewise, my job title wouldn't have
to&amp;nbsp;have a line wrap on the business card of I ever spelled it out in full.
&lt;/p&gt;
&lt;p&gt;
However, when I learned about the WinFX name going away (several weeks before the
public announcement) and the new "Vista Wave" technologies (WPF/WF/WCF/WCS) being&amp;nbsp;rolled
up&amp;nbsp;under the&amp;nbsp;&lt;a href="http://msdn.microsoft.com/winfx/"&gt;.NET Framework&lt;/a&gt;&amp;nbsp;brand,
I was&amp;nbsp;quite happy. Ever since it became clear in 2004 that the grand plan to&amp;nbsp;put
a complete,&amp;nbsp;covers-all-and-everything&amp;nbsp;managed API on top (and on quite a
bit of the bottom) of everything Windows would have to wait until siginificantly after
Vista and that&amp;nbsp;therefore&amp;nbsp;the Win16&amp;gt;Win32&amp;gt;WinFX continuity would not
tell the true story, that name made only limited sense to stick to. The .NET Framework
is the #1 choice for business applications and a well established brand. People refer
to themselves as being "dotnet" developers. But even though the .NET Framework covers
a lot of ground and "Indigo", "Avalon", "InfoCard", and "Workflow" are&amp;nbsp;overwhelmingly
(or exclusively) managed-code based, there are still quite a few things in Windows
Vista that still require using P/Invoke or COM/Interop from managed code or unmanaged
code outright. That's not a problem.&amp;nbsp;Something has to manage the managed code
and there's no urgent need to rewrite entire subsystems to managed code if&amp;nbsp;you
only want to add or revise features.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
So now all the new stuff is now part of the .NET Framework. That is a good, good,
good&amp;nbsp;change. This says what it all is. 
&lt;/p&gt;
&lt;p&gt;
Admittedly confusing is the "3.0" bit. What we'll ship is a Framework 3.0 that rides
on top of the 2.0 CLR and includes the 2.0 versions of the Base-Class Library, Windows
Forms,&amp;nbsp;and ASP.NET. It doesn't include the formerly-announced-as-to-be-part-of-3.0
technologies like VB9 (there&amp;nbsp;you have the version number consistency flying out
the window outright), C# 3.0, and&amp;nbsp;LINQ. Personally, I think&amp;nbsp;that it might&amp;nbsp;be
a tiny bit less confusing if the Framework had a version-number neutral name such
as ".NET Framework 2006" which would allow&amp;nbsp;doing what we do now with less potential
for confusion, but only a tiny bit.&amp;nbsp;Certainly not enough to&amp;nbsp;stage a war
over "2006" vs. "3.0".
&lt;/p&gt;
&lt;p&gt;
It's a matter of project management&amp;nbsp;reality and also one of platform predictability
that the ASP.NET, or Windows Forms&amp;nbsp;teams&amp;nbsp;do not and should not ship a full
major-version revision of their bits every year. They shipped Whidbey (2.0) in late
2005 and hence&amp;nbsp;it's healthy for them&amp;nbsp;to&amp;nbsp;have boarded the scheduled-to-arrive-in-2007
boat heading to Orcas. We (the "WinFX" teams) subscribed to the Vista ship&amp;nbsp;docking&amp;nbsp;later
this year and we bring great innovation which will be preinstalled on every copy of
it. LINQ&amp;nbsp;as well as&amp;nbsp;VB9 and C# incorporating it on a language-level are
very obviously Visual Studio bound and hence they are on the Orcas ferry as well.
The .NET Framework is a steadily growing development platform that spans technologies
from the Developer Division, Connected Systems, Windows Server, Windows Client, SQL
Server, and other groups, and my gut feeling is that it will become the norm that
it will be extended off-cycle from the Developer Division's&amp;nbsp;Visual Studio and
CLR releases. Whenever a big ship docks in the port, may it be Office, SQL, BizTalk,
Windows Server, or Windows Client, and as more and more of the still-unmanaged Win32/Win64
surface area gets wrapped, augmented or replaced by managed-code APIs over time and
entirely new things are added, there might be bits that&amp;nbsp;fit into and update the
Framework. &amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
So one sane way to think about the .NET Framework version number is that&amp;nbsp;it merely
labels the overall package and not the individual assemblies and components included
within it. Up to 2.0&amp;nbsp;everything was pretty synchronized, but&amp;nbsp;given the ever-increasing
scale of the thing, it's good to think of that being a lucky (even if intended) coindicence
of scheduling. This surely &lt;a href="http://en.wikipedia.org/wiki/Microsoft_BackOffice"&gt;isn't
the first time&lt;/a&gt; that&amp;nbsp;packages were versioned independently of their components.
There was and is no reason for the ASP.NET team to gratuitously recompile their existing
bits with a new version number just to have the GAC look pretty and to create the
illusion that everything is new - and to break Visual Studio compatibility in the
process.
&lt;/p&gt;
&lt;p&gt;
Of course, once we cover 100% of the Win32 surface area, we can rename it all into
WinFX again ;-)&amp;nbsp; (just kidding)
&lt;/p&gt;
&lt;p&gt;
[All the usual&amp;nbsp;"personal opinion" disclaimers apply to this post]
&lt;/p&gt;
&lt;p&gt;
&lt;font size=1&gt;&lt;em&gt;Update:&lt;/em&gt; Removed reference to "Win64".&lt;/font&gt; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=57b03894-e197-4512-b9ea-648105890103" /&gt;</description>
      <comments>http://vasters.com/clemensv/CommentView,guid,57b03894-e197-4512-b9ea-648105890103.aspx</comments>
      <category>IT Strategy</category>
      <category>Technology</category>
      <category>Technology/ASP.NET</category>
      <category>Technology/Avalon</category>
      <category>Technology/CLR</category>
      <category>Technology/Indigo</category>
      <category>Technology/Longhorn</category>
      <category>Technology/WCF</category>
      <category>Technology/Windows</category>
    </item>
    <item>
      <trackback:ping>http://vasters.com/clemensv/Trackback.aspx?guid=af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb</trackback:ping>
      <pingback:server>http://vasters.com/clemensv/pingback.aspx</pingback:server>
      <pingback:target>http://vasters.com/clemensv/PermaLink,guid,af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://vasters.com/clemensv/CommentView,guid,af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb.aspx</wfw:comment>
      <wfw:commentRss>http://vasters.com/clemensv/SyndicationService.asmx/GetEntryCommentsRss?guid=af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Ok, ok. I've said this over and over to Microsoft people over the past year
and I can finally say it out loud. Ah, no, I won't. <a href="http://www.byte.com/art/9511/sec6/art14.htm">I'll
just link</a>.
</p>
        <img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb" />
      </body>
      <title>The Capital of Egypt</title>
      <guid isPermaLink="false">http://vasters.com/clemensv/PermaLink,guid,af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb.aspx</guid>
      <link>http://vasters.com/clemensv/2004/08/30/The+Capital+Of+Egypt.aspx</link>
      <pubDate>Mon, 30 Aug 2004 21:55:28 GMT</pubDate>
      <description>&lt;p&gt;
Ok, ok. I've said this&amp;nbsp;over and over to&amp;nbsp;Microsoft people over the past year
and&amp;nbsp;I can finally say it out loud. Ah, no, I won't. &lt;a href="http://www.byte.com/art/9511/sec6/art14.htm"&gt;I'll
just link&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb" /&gt;</description>
      <comments>http://vasters.com/clemensv/CommentView,guid,af558e79-5bca-4b5a-8ac7-ab3b5b2f69eb.aspx</comments>
      <category>Technology/Longhorn</category>
    </item>
    <item>
      <trackback:ping>http://vasters.com/clemensv/Trackback.aspx?guid=098e17df-8772-4751-953d-b4e0b25e078c</trackback:ping>
      <pingback:server>http://vasters.com/clemensv/pingback.aspx</pingback:server>
      <pingback:target>http://vasters.com/clemensv/PermaLink,guid,098e17df-8772-4751-953d-b4e0b25e078c.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://vasters.com/clemensv/CommentView,guid,098e17df-8772-4751-953d-b4e0b25e078c.aspx</wfw:comment>
      <wfw:commentRss>http://vasters.com/clemensv/SyndicationService.asmx/GetEntryCommentsRss?guid=098e17df-8772-4751-953d-b4e0b25e078c</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So my new notebook is an <a href="http://www.alienware.co.uk/system_pages/area-51m.aspx">Alienware
Area-51m</a>. It's really, really fast, and looks great, but as of now, it doesn't
get past the boot screen when I try to install Longhorn. The Longhorn boot screen
starts fading in and the machine locks up. Win03 and XP work just fine ("great!" I
should say). So I am sitting here, fiddling around with the install options and I
am suspecting that something in the BIOS isn't quite like Longhorn expects it to be.
To be continued ...
</p>
        <p align="center">
          <img src="/clemensv/content/binary/alien_cover.jpg" border="0" />
        </p>
        <img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=098e17df-8772-4751-953d-b4e0b25e078c" />
      </body>
      <title>The monster has arrived</title>
      <guid isPermaLink="false">http://vasters.com/clemensv/PermaLink,guid,098e17df-8772-4751-953d-b4e0b25e078c.aspx</guid>
      <link>http://vasters.com/clemensv/2004/01/12/The+Monster+Has+Arrived.aspx</link>
      <pubDate>Mon, 12 Jan 2004 17:58:33 GMT</pubDate>
      <description>&lt;p&gt;
So my new notebook is an &lt;a href="http://www.alienware.co.uk/system_pages/area-51m.aspx"&gt;Alienware
Area-51m&lt;/a&gt;. It's really, really&amp;nbsp;fast, and looks great, but as of now, it doesn't
get past the boot screen when I try to install&amp;nbsp;Longhorn. The Longhorn boot screen
starts fading in and the machine locks up. Win03 and XP work just fine ("great!" I
should say). So I am sitting here, fiddling around with the install options and I
am suspecting that something in the BIOS isn't quite like Longhorn expects it to be.
To be continued ...
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="/clemensv/content/binary/alien_cover.jpg" border=0&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=098e17df-8772-4751-953d-b4e0b25e078c" /&gt;</description>
      <comments>http://vasters.com/clemensv/CommentView,guid,098e17df-8772-4751-953d-b4e0b25e078c.aspx</comments>
      <category>Talks/EMEA Longhorn Preview</category>
      <category>Technology/Longhorn</category>
    </item>
    <item>
      <trackback:ping>http://vasters.com/clemensv/Trackback.aspx?guid=55de6909-7776-49c5-a227-59fc76606316</trackback:ping>
      <pingback:server>http://vasters.com/clemensv/pingback.aspx</pingback:server>
      <pingback:target>http://vasters.com/clemensv/PermaLink,guid,55de6909-7776-49c5-a227-59fc76606316.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://vasters.com/clemensv/CommentView,guid,55de6909-7776-49c5-a227-59fc76606316.aspx</wfw:comment>
      <wfw:commentRss>http://vasters.com/clemensv/SyndicationService.asmx/GetEntryCommentsRss?guid=55de6909-7776-49c5-a227-59fc76606316</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am using shared networking in my Longhorn VPC and I could browse
the web and connect to the network. So to make working on the network a
bit easier (and to try some more features) I thought it may make sense to add the
Longhorn Virtual PC on my box to our domain. Setting this up worked. 
</p>
        <p>
Now, if I boot up Longhorn and my box is connected to the network, I get to see "Press
Ctrl-Alt-Del to begin." and right after that, the VPC reboots. If I am quick enough
to get to the logon screen, Longhorn reboots right after accepting the password. If
I disconnect my machine from the network I can log into local LH accounts just fine.
</p>
        <img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=55de6909-7776-49c5-a227-59fc76606316" />
      </body>
      <title>The joy of running pre-alpha software. Longhorn VPC as a domain member.</title>
      <guid isPermaLink="false">http://vasters.com/clemensv/PermaLink,guid,55de6909-7776-49c5-a227-59fc76606316.aspx</guid>
      <link>http://vasters.com/clemensv/2003/11/13/The+Joy+Of+Running+Prealpha+Software+Longhorn+VPC+As+A+Domain+Member.aspx</link>
      <pubDate>Thu, 13 Nov 2003 13:54:33 GMT</pubDate>
      <description>&lt;p&gt;
I am using shared networking in&amp;nbsp;my Longhorn VPC&amp;nbsp;and&amp;nbsp;I could browse
the web and connect to&amp;nbsp;the network. So to&amp;nbsp;make working on the network a
bit easier (and to try some more features) I thought&amp;nbsp;it may make sense to add&amp;nbsp;the
Longhorn Virtual PC on my box to our domain. Setting this up&amp;nbsp;worked. 
&lt;/p&gt;
&lt;p&gt;
Now, if I boot up Longhorn and my box is connected to the network, I get to see "Press
Ctrl-Alt-Del to begin." and right after that, the VPC reboots. If I am quick enough
to get to the logon screen, Longhorn reboots right after accepting the password. If
I disconnect my machine from the network I can log into local LH accounts just fine.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=55de6909-7776-49c5-a227-59fc76606316" /&gt;</description>
      <comments>http://vasters.com/clemensv/CommentView,guid,55de6909-7776-49c5-a227-59fc76606316.aspx</comments>
      <category>Technology/Longhorn</category>
    </item>
    <item>
      <trackback:ping>http://vasters.com/clemensv/Trackback.aspx?guid=ac59f7fc-4018-4fdf-9131-064ee965f10e</trackback:ping>
      <pingback:server>http://vasters.com/clemensv/pingback.aspx</pingback:server>
      <pingback:target>http://vasters.com/clemensv/PermaLink,guid,ac59f7fc-4018-4fdf-9131-064ee965f10e.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://vasters.com/clemensv/CommentView,guid,ac59f7fc-4018-4fdf-9131-064ee965f10e.aspx</wfw:comment>
      <wfw:commentRss>http://vasters.com/clemensv/SyndicationService.asmx/GetEntryCommentsRss?guid=ac59f7fc-4018-4fdf-9131-064ee965f10e</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Because most teams at Microsoft seem already a milestone or two ahead of what the
Longhorn and Whidbey PDC builds reflect, how much is it worth to report bugs?
</p>
        <p>
Hello? Redmond? Comments?
</p>
        <img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=ac59f7fc-4018-4fdf-9131-064ee965f10e" />
      </body>
      <title>Reporting Longhorn / Whidbey bugs useful?</title>
      <guid isPermaLink="false">http://vasters.com/clemensv/PermaLink,guid,ac59f7fc-4018-4fdf-9131-064ee965f10e.aspx</guid>
      <link>http://vasters.com/clemensv/2003/11/11/Reporting+Longhorn+Whidbey+Bugs+Useful.aspx</link>
      <pubDate>Tue, 11 Nov 2003 14:30:39 GMT</pubDate>
      <description>&lt;p&gt;
Because most teams at Microsoft seem already a milestone or two ahead of what&amp;nbsp;the
Longhorn and Whidbey PDC builds reflect, how much is it worth to report bugs?
&lt;/p&gt;
&lt;p&gt;
Hello? Redmond? Comments?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=ac59f7fc-4018-4fdf-9131-064ee965f10e" /&gt;</description>
      <comments>http://vasters.com/clemensv/CommentView,guid,ac59f7fc-4018-4fdf-9131-064ee965f10e.aspx</comments>
      <category>Technology/Longhorn</category>
    </item>
    <item>
      <trackback:ping>http://vasters.com/clemensv/Trackback.aspx?guid=66d6f769-7286-462e-8193-4623313e3d40</trackback:ping>
      <pingback:server>http://vasters.com/clemensv/pingback.aspx</pingback:server>
      <pingback:target>http://vasters.com/clemensv/PermaLink,guid,66d6f769-7286-462e-8193-4623313e3d40.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://vasters.com/clemensv/CommentView,guid,66d6f769-7286-462e-8193-4623313e3d40.aspx</wfw:comment>
      <wfw:commentRss>http://vasters.com/clemensv/SyndicationService.asmx/GetEntryCommentsRss?guid=66d6f769-7286-462e-8193-4623313e3d40</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div class="Section1">
          <p>
I’ve got the PDC build running on my box. Jim Allchin was right; it isn’t
exactly screamingly fast – at least in Virtual PC. Here are a few notes:
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>Needless
to say, but: Have a dedicated box for Longhorn or use Virtual PC. I’ll likely
get a new box when I am back at home. Sounds like a machine brutally optimized for
3D gaming is a good bet – along with 2GB of memory.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>If
you can’t at least assign 256MB of memory to the VPC machine, forget it. If
you can allocate more, go for it. Shut down all apps and services on the host you
can and give Longhorn room to breathe.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>The
VPC2004 from the PDC disks will remove any previous Virtual PC builds from Connectix.
The version from the PDC disks will expire February 28<sup>th</sup>, 2004. Which means
that I just went from a licensed copy to a demo copy. I don’t like that, at
all.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>You
will need to log on to the windowsbeta.microsoft.com server to acquire your product
key. The userid and password is in the disk booklet.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>Take
your time. Installing into Virtual PC takes a very long time. Expect that your box
will take about 2-3 hours and I wouldn’t do too much on it during that time.
Expect the box to lock up, requiring a hard reset. It did that several times for me.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>I’ve
mounted one of the ISO images from Disk 2 into VPC, which seemed to be the most convenient
option.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>On
my Dell Inspiron 8100, Longhorn comes up in 4-bit color mode and that’s the
only mode available. You will have to install the VPC additions into Longhorn to get
a graphics driver that works, reboot and then switch to that one.
</p>
          <p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt">
            <span style="FONT-FAMILY: Symbol">·<span style="FONT: 7pt 'Times New Roman'">         </span></span>Just
right after install, with nothing done, the VPC disk size stands at 3GB. I think you
should have some 6-10GB available if you want to do anything with it but looking.
</p>
        </div>
        <img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=66d6f769-7286-462e-8193-4623313e3d40" />
      </body>
      <title>Installing the PDC build</title>
      <guid isPermaLink="false">http://vasters.com/clemensv/PermaLink,guid,66d6f769-7286-462e-8193-4623313e3d40.aspx</guid>
      <link>http://vasters.com/clemensv/2003/10/28/Installing+The+PDC+Build.aspx</link>
      <pubDate>Tue, 28 Oct 2003 19:55:19 GMT</pubDate>
      <description>&lt;div class=Section1&gt;
&lt;p&gt;
I&amp;#8217;ve got the PDC build running on my box. Jim Allchin was right; it isn&amp;#8217;t
exactly screamingly fast &amp;#8211; at least in Virtual PC. Here are a few notes:
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Needless
to say, but: Have a dedicated box for Longhorn or use Virtual PC. I&amp;#8217;ll likely
get a new box when I am back at home. Sounds like a machine brutally optimized for
3D gaming is a good bet &amp;#8211; along with 2GB of memory.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;If
you can&amp;#8217;t at least assign 256MB of memory to the VPC machine, forget it. If
you can allocate more, go for it. Shut down all apps and services on the host you
can and give Longhorn room to breathe.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;The
VPC2004 from the PDC disks will remove any previous Virtual PC builds from Connectix.
The version from the PDC disks will expire February 28&lt;sup&gt;th&lt;/sup&gt;, 2004. Which means
that I just went from a licensed copy to a demo copy. I don&amp;#8217;t like that, at
all.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;You
will need to log on to the windowsbeta.microsoft.com server to acquire your product
key. The userid and password is in the disk booklet.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Take
your time. Installing into Virtual PC takes a very long time. Expect that your box
will take about 2-3 hours and I wouldn&amp;#8217;t do too much on it during that time.
Expect the box to lock up, requiring a hard reset. It did that several times for me.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;I&amp;#8217;ve
mounted one of the ISO images from Disk 2 into VPC, which seemed to be the most convenient
option.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;On
my Dell Inspiron 8100, Longhorn comes up in 4-bit color mode and that&amp;#8217;s the
only mode available. You will have to install the VPC additions into Longhorn to get
a graphics driver that works, reboot and then switch to that one.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 36pt; TEXT-INDENT: -18pt"&gt;
&lt;span style="FONT-FAMILY: Symbol"&gt;&amp;#183;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Just
right after install, with nothing done, the VPC disk size stands at 3GB. I think you
should have some 6-10GB available if you want to do anything with it but looking.
&lt;/p&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://vasters.com/clemensv/aggbug.ashx?id=66d6f769-7286-462e-8193-4623313e3d40" /&gt;</description>
      <comments>http://vasters.com/clemensv/CommentView,guid,66d6f769-7286-462e-8193-4623313e3d40.aspx</comments>
      <category>Technology/Longhorn</category>
    </item>
  </channel>
</rss>