<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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/" version="2.0">
  <channel>
    <title>This Old Code - Microsoft</title>
    <link>http://thisoldcode.net/</link>
    <description>(Architecture + Development) ^ Testing = Product </description>
    <language>en-us</language>
    <copyright>Aaron Fischer</copyright>
    <lastBuildDate>Tue, 22 Jan 2008 01:18:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>aaron@microfisch.com</managingEditor>
    <webMaster>aaron@microfisch.com</webMaster>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8ce54b19-987c-4d85-9a0b-87a2f2eea18a</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8ce54b19-987c-4d85-9a0b-87a2f2eea18a.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8ce54b19-987c-4d85-9a0b-87a2f2eea18a.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8ce54b19-987c-4d85-9a0b-87a2f2eea18a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft's new agile pace is just killing me.  I'm glad that sp1 will be out
some time in the<span style="background-color: #000000"></span> foreseeable future
but.  I don't want thing about upgrading to vs 10 in another 18 months.  
</p>
        <a href="http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx">C#
Debugging Improvements for VS 2008 SP1- Part 1</a>
        <p>
  
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8ce54b19-987c-4d85-9a0b-87a2f2eea18a" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>VS 2008 Sp1</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8ce54b19-987c-4d85-9a0b-87a2f2eea18a.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8ce54b19-987c-4d85-9a0b-87a2f2eea18a.aspx</link>
      <pubDate>Tue, 22 Jan 2008 01:18:07 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft's new agile pace is just killing me.&amp;nbsp; I'm glad that sp1 will be out
some time in the&lt;span style="background-color: #000000"&gt;&lt;/span&gt; foreseeable future
but.&amp;nbsp; I don't want thing about upgrading to vs 10 in another 18 months.&amp;nbsp; 
&lt;/p&gt;
&lt;a href="http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx"&gt;C#
Debugging Improvements for VS 2008 SP1- Part 1&lt;/a&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8ce54b19-987c-4d85-9a0b-87a2f2eea18a" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8ce54b19-987c-4d85-9a0b-87a2f2eea18a.aspx</comments>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=5fed22ae-c25c-49bf-86a1-8f4c301b20fa</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,5fed22ae-c25c-49bf-86a1-8f4c301b20fa.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,5fed22ae-c25c-49bf-86a1-8f4c301b20fa.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=5fed22ae-c25c-49bf-86a1-8f4c301b20fa</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
You might receive the "The debugger does not support debugging managed and native
code at the same time on this platform." error message in Visual studio 2005/2008
if you have a 32bit native/mixed mode dll linked to your x64bit assembly.  If
you change the project properties so that Platform target is x86 you should be able
to debug both assemblies.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5fed22ae-c25c-49bf-86a1-8f4c301b20fa" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>The debugger does not support debugging managed and native code at the same time on this platform.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,5fed22ae-c25c-49bf-86a1-8f4c301b20fa.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,5fed22ae-c25c-49bf-86a1-8f4c301b20fa.aspx</link>
      <pubDate>Mon, 19 Nov 2007 15:55:13 GMT</pubDate>
      <description>&lt;p&gt;
You might receive the "The debugger does not support debugging managed and native
code at the same time on this platform." error message in Visual studio 2005/2008
if you have a 32bit native/mixed mode dll linked to your x64bit assembly.&amp;nbsp; If
you change the project properties so that Platform target is x86 you should be able
to debug both assemblies.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5fed22ae-c25c-49bf-86a1-8f4c301b20fa" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,5fed22ae-c25c-49bf-86a1-8f4c301b20fa.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=22f7ea64-c219-4049-93ab-0ddcdc9c2ca5</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,22f7ea64-c219-4049-93ab-0ddcdc9c2ca5.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,22f7ea64-c219-4049-93ab-0ddcdc9c2ca5.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=22f7ea64-c219-4049-93ab-0ddcdc9c2ca5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The Vc++ team blog announced the <a href="http://blogs.msdn.com/vcblog/archive/2007/11/12/performance-improvements-in-visual-c.aspx">release
of performance improvements</a> for vc++ as a <a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=9436">General
Distribution Release</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=22f7ea64-c219-4049-93ab-0ddcdc9c2ca5" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Visual C++ Performance Improvements now a GDR</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,22f7ea64-c219-4049-93ab-0ddcdc9c2ca5.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,22f7ea64-c219-4049-93ab-0ddcdc9c2ca5.aspx</link>
      <pubDate>Mon, 12 Nov 2007 22:23:27 GMT</pubDate>
      <description>&lt;p&gt;
The Vc++ team blog announced the &lt;a href="http://blogs.msdn.com/vcblog/archive/2007/11/12/performance-improvements-in-visual-c.aspx"&gt;release
of performance improvements&lt;/a&gt; for vc++ as a &lt;a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=9436"&gt;General
Distribution Release&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=22f7ea64-c219-4049-93ab-0ddcdc9c2ca5" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,22f7ea64-c219-4049-93ab-0ddcdc9c2ca5.aspx</comments>
      <category>C++</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=6d22543c-2f2d-4cc1-821d-f9015e896177</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,6d22543c-2f2d-4cc1-821d-f9015e896177.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,6d22543c-2f2d-4cc1-821d-f9015e896177.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6d22543c-2f2d-4cc1-821d-f9015e896177</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Brad Abrams is taking a poll, <a href="http://blogs.msdn.com/brada/archive/2007/10/26/adhoc-poll-allowing-net-exes-to-run-off-a-network-share.aspx?CommentPosted=true#commentmessage" target="_blank">Allowing
.NET EXEs to run off a network share</a>.  There are a lot of useful solutions
that are blocked by the current .NET policy.  I would like to see it go the way
of the dodo.  It doesn't really offer protection since unmanaged code will execute
from a network share.  Removing this default limitation would allow for true
xcopy deployment.
</p>
        <p>
Please vote early and often!
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6d22543c-2f2d-4cc1-821d-f9015e896177" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Vote for .NET EXEs to run off a network share by default.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,6d22543c-2f2d-4cc1-821d-f9015e896177.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,6d22543c-2f2d-4cc1-821d-f9015e896177.aspx</link>
      <pubDate>Sat, 27 Oct 2007 19:43:28 GMT</pubDate>
      <description>&lt;p&gt;
Brad Abrams is taking a poll, &lt;a href="http://blogs.msdn.com/brada/archive/2007/10/26/adhoc-poll-allowing-net-exes-to-run-off-a-network-share.aspx?CommentPosted=true#commentmessage" target="_blank"&gt;Allowing
.NET EXEs to run off a network share&lt;/a&gt;.&amp;nbsp; There are a lot of useful solutions
that are blocked by the current .NET policy.&amp;nbsp; I would like to see it go the way
of the dodo.&amp;nbsp; It doesn't really offer protection since unmanaged code will execute
from a network share.&amp;nbsp; Removing this default limitation would allow for true
xcopy deployment.
&lt;/p&gt;
&lt;p&gt;
Please vote early and often!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6d22543c-2f2d-4cc1-821d-f9015e896177" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,6d22543c-2f2d-4cc1-821d-f9015e896177.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=fd34634f-7744-4fe4-9d26-d428177456de</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,fd34634f-7744-4fe4-9d26-d428177456de.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,fd34634f-7744-4fe4-9d26-d428177456de.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=fd34634f-7744-4fe4-9d26-d428177456de</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If your running Visual studio 2005 under Terminal services or Remote desktop
and you find the editor constantly refreshing ( repainting, flickering ) Disable font
smoothing on your remote desk top connection.  If you have your heart set on
using font smoothing try courier as your editors font.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=fd34634f-7744-4fe4-9d26-d428177456de" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Vs 2005 constantly repainting when running under remote desktop</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,fd34634f-7744-4fe4-9d26-d428177456de.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,fd34634f-7744-4fe4-9d26-d428177456de.aspx</link>
      <pubDate>Mon, 22 Oct 2007 22:34:35 GMT</pubDate>
      <description>&lt;p&gt;
If your running Visual studio 2005&amp;nbsp;under Terminal services or Remote desktop
and you find the editor constantly refreshing ( repainting, flickering ) Disable font
smoothing on your remote desk top connection.&amp;nbsp; If you have your heart set on
using font smoothing try courier as your editors font.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=fd34634f-7744-4fe4-9d26-d428177456de" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,fd34634f-7744-4fe4-9d26-d428177456de.aspx</comments>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=0a176e51-46f1-4385-93b8-6b5c9d4b26f7</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,0a176e51-46f1-4385-93b8-6b5c9d4b26f7.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,0a176e51-46f1-4385-93b8-6b5c9d4b26f7.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0a176e51-46f1-4385-93b8-6b5c9d4b26f7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Since I deal with a large VC++ of native-managed code I am glad to see Somasegar's
list of <a href="http://blogs.msdn.com/somasegar/archive/2007/10/10/vc-performance-improvements-in-vs-2008.aspx" target="_blank">VC++
performance enhancements in Visual studio 2008</a></p>
        <blockquote>
          <p>
· Editor responsiveness – Updating IntelliSense, displaying the QuickInfo tooltip
and processing AutoComplete requests won’t degrade editor experience. 
</p>
          <p>
· Goto Definition improvements – Significant reduction in the time required to “Goto
Definition”.  One customer reported that a 2 minute delay dropped to 10-20 seconds. 
</p>
          <p>
· Load solution performance – Load time of large Visual C++ solutions is much better. 
Some customers are reporting speed ups of 25%-70%. 
</p>
          <p>
· File lookup in projects – Provides improvements to several scenarios such as adding
files to projects, changing configurations, etc. 
</p>
          <p>
· Changing configuration options – Modifying options, such as adding an include directory
or changing the active configuration, are much faster for large solutions. 
</p>
          <p>
· Reduced CPU consumption – We now process low-priority background items (such as
IntelliSense population) using 20% less CPU time.
</p>
        </blockquote>
        <p>
I have had to deal with slow IntelliSense and solution load times. All of these issues
affect my daily use of VS.  Its great that the VC++ is finally able to address
them.  Its even better to hear there will be a patch for VS 2005. <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0a176e51-46f1-4385-93b8-6b5c9d4b26f7" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.
</p>
      </body>
      <title>Performance Improvements to VC++ in VS 2008</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,0a176e51-46f1-4385-93b8-6b5c9d4b26f7.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,0a176e51-46f1-4385-93b8-6b5c9d4b26f7.aspx</link>
      <pubDate>Thu, 11 Oct 2007 02:07:08 GMT</pubDate>
      <description>&lt;p&gt;
Since I deal with a large VC++ of native-managed code I am glad to see Somasegar's
list of &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/10/10/vc-performance-improvements-in-vs-2008.aspx" target="_blank"&gt;VC++
performance enhancements in Visual studio 2008&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
· Editor responsiveness – Updating IntelliSense, displaying the QuickInfo tooltip
and processing AutoComplete requests won’t degrade editor experience. 
&lt;p&gt;
· Goto Definition improvements – Significant reduction in the time required to “Goto
Definition”.&amp;nbsp; One customer reported that a 2 minute delay dropped to 10-20 seconds. 
&lt;p&gt;
· Load solution performance – Load time of large Visual C++ solutions is much better.&amp;nbsp;
Some customers are reporting speed ups of 25%-70%. 
&lt;p&gt;
· File lookup in projects – Provides improvements to several scenarios such as adding
files to projects, changing configurations, etc. 
&lt;p&gt;
· Changing configuration options – Modifying options, such as adding an include directory
or changing the active configuration, are much faster for large solutions. 
&lt;p&gt;
· Reduced CPU consumption – We now process low-priority background items (such as
IntelliSense population) using 20% less CPU time.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
I have had to deal with slow IntelliSense and solution load times. All of these issues
affect my daily use of VS.&amp;nbsp; Its great that the VC++ is finally able to address
them.&amp;nbsp; Its even better to hear there will be a patch for VS 2005. &lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0a176e51-46f1-4385-93b8-6b5c9d4b26f7" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,0a176e51-46f1-4385-93b8-6b5c9d4b26f7.aspx</comments>
      <category>C++</category>
      <category>MFC</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8bfbe375-8d1b-48ff-bed0-0716641b7f7d</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8bfbe375-8d1b-48ff-bed0-0716641b7f7d.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8bfbe375-8d1b-48ff-bed0-0716641b7f7d.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8bfbe375-8d1b-48ff-bed0-0716641b7f7d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Scott Gu announced the <a href="http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx">releasing
of .Net framework libraries</a> (<a href="http://www.microsoft.com/resources/sharedsource/licensingbasics/referencelicense.mspx">Microsoft
Reference License</a>).  This is good news its some thing that i miss very much
when not working with the MFC libraries.  Truth be told you could already view
and to some extent debug the .NET Framework with reflector but first class support
in VS 2008 is defiantly great news.  Scott Hanselman appears to already have
a <a href="http://www.hanselminutes.com/default.aspx?showid=101">Hansel Minutes</a> relating
to this announcement.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8bfbe375-8d1b-48ff-bed0-0716641b7f7d" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Source Code for the .NET Framework Libraries</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8bfbe375-8d1b-48ff-bed0-0716641b7f7d.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8bfbe375-8d1b-48ff-bed0-0716641b7f7d.aspx</link>
      <pubDate>Wed, 03 Oct 2007 16:55:29 GMT</pubDate>
      <description>&lt;p&gt;
Scott Gu announced the &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;releasing
of .Net framework libraries&lt;/a&gt;&amp;nbsp;(&lt;a href="http://www.microsoft.com/resources/sharedsource/licensingbasics/referencelicense.mspx"&gt;Microsoft
Reference License&lt;/a&gt;).&amp;nbsp; This is good news its some thing that i miss very much
when not working with the MFC libraries.&amp;nbsp; Truth be told you could already view
and to some extent debug the .NET Framework with reflector but first class support
in VS 2008 is defiantly great news.&amp;nbsp; Scott Hanselman appears to already have
a &lt;a href="http://www.hanselminutes.com/default.aspx?showid=101"&gt;Hansel Minutes&lt;/a&gt; relating
to this announcement.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8bfbe375-8d1b-48ff-bed0-0716641b7f7d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8bfbe375-8d1b-48ff-bed0-0716641b7f7d.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8f81094a-8ebf-4421-b142-5c8bd659023a</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8f81094a-8ebf-4421-b142-5c8bd659023a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In July Microsoft released Security Bulletin <a href="http://www.microsoft.com/technet/security/bulletin/ms07-040.mspx">MS07-040-Critical</a><a href="http://support.microsoft.com/kb/931212">Vulnerabilities
in .NET Framework Could Allow Remote Code Execution (931212)</a>  
</p>
        <p>
A Security Update for Microsoft.net Framework 2.0 (<a href="http://support.microsoft.com/kb/928365/">KB928365</a>)
was released for  windows server 2003 
</p>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BA3CEB78-8E1B-4C38-ADFD-E8BC95AE548D&amp;displaylang=en">this
updates System.web.dll</a>
        </p>
        <p>
I have found this security update to crash IIS and any asp.net 2.0 web site/web service
w3wp.exe to be restarted on every web request.
</p>
        <p>
It looks like this is only a problem when this security patch is automatically installed
via windows updates.  Once I uninstalled the security update the crashing issue
went away.  When I manually reinstalled the security update and rebooted IIS
and ASP.NET continued to function correctly with out error.
</p>
        <p>
 
</p>
        <p>
Also updated was,
</p>
        <blockquote>
          <p>
 <a href="http://support.microsoft.com/kb/940521/">940521</a> (http://support.microsoft.com/kb/940521/)
The behavior of UTF8Encoding, Unicode Encoding, and UTF32Encoding changes to comply
to the Unicode 5.0 requirements for Unicode encodings after you install the security
update for the .NET Framework 2.0 that is described in security bulletin MS07-040
</p>
        </blockquote>
        <p>
this seems to affect how ASP.NET generates its web control names.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8f81094a-8ebf-4421-b142-5c8bd659023a" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Security Updates Are Not Always Your Friends</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</link>
      <pubDate>Mon, 01 Oct 2007 17:27:40 GMT</pubDate>
      <description>&lt;p&gt;
In July Microsoft released Security Bulletin &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms07-040.mspx"&gt;MS07-040-Critical&lt;/a&gt; &lt;a href="http://support.microsoft.com/kb/931212"&gt;Vulnerabilities
in .NET Framework Could Allow Remote Code Execution (931212)&lt;/a&gt;&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
A Security Update for Microsoft.net Framework 2.0 (&lt;a href="http://support.microsoft.com/kb/928365/"&gt;KB928365&lt;/a&gt;)
was released for &amp;nbsp;windows server 2003 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BA3CEB78-8E1B-4C38-ADFD-E8BC95AE548D&amp;amp;displaylang=en"&gt;this
updates System.web.dll&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I have found this security update to crash IIS and any asp.net 2.0 web site/web service
w3wp.exe to be restarted on every web request.
&lt;/p&gt;
&lt;p&gt;
It looks like this is only a problem when this security patch is automatically installed
via windows updates.&amp;nbsp; Once I uninstalled the security update the crashing issue
went away.&amp;nbsp; When I manually reinstalled the security update and rebooted IIS
and ASP.NET continued to function correctly with out error.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Also updated was,
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/940521/"&gt;940521&lt;/a&gt; (http://support.microsoft.com/kb/940521/)
The behavior of UTF8Encoding, Unicode Encoding, and UTF32Encoding changes to comply
to the Unicode 5.0 requirements for Unicode encodings after you install the security
update for the .NET Framework 2.0 that is described in security bulletin MS07-040
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
this seems to affect how ASP.NET generates its web control names.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8f81094a-8ebf-4421-b142-5c8bd659023a" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8f81094a-8ebf-4421-b142-5c8bd659023a.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8524545c-8092-4025-a253-a6af967eca02</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8524545c-8092-4025-a253-a6af967eca02</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Doug Stewart has <a href="http://blogs.msdn.com/dougste/archive/2007/09/06/version-history-of-the-clr-2-0.aspx">posted
an extensive list of CRL 2.0 bug (hot)fixes</a>.  Its worth a look if your Dot
Net 2.0 app is having issues.  Thanks for putting together such a comprehensive
list Doug.  
</p>
        <p>
I have seen this issue on a QA server <a href="http://support.microsoft.com/kb/930771">The
managed heap becomes corrupted when you run a program that is built by using the Microsoft
.NET Framework 2.0</a> good to see its not my code and that there is a fix for it.
</p>
        <p>
Some of the Hot fix support articles do leave a little something to be desired though
I would like to see Microsoft spend the time to detail the cause for each issue so
I can better evaluate my need for a given fix.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8524545c-8092-4025-a253-a6af967eca02" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>A listing of CRL 2.0 Hot Fixes</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</link>
      <pubDate>Thu, 06 Sep 2007 14:27:40 GMT</pubDate>
      <description>&lt;p&gt;
Doug Stewart has &lt;a href="http://blogs.msdn.com/dougste/archive/2007/09/06/version-history-of-the-clr-2-0.aspx"&gt;posted
an extensive list of CRL 2.0 bug (hot)fixes&lt;/a&gt;.&amp;nbsp; Its worth a look if your Dot
Net 2.0 app is having issues.&amp;nbsp; Thanks for putting together such a comprehensive
list Doug.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
I have seen this issue on a QA server &lt;a href="http://support.microsoft.com/kb/930771"&gt;The
managed heap becomes corrupted when you run a program that is built by using the Microsoft
.NET Framework 2.0&lt;/a&gt; good to see its not my code and that there is a fix for it.
&lt;/p&gt;
&lt;p&gt;
Some of the Hot fix support articles do leave a little something to be desired though
I would like to see Microsoft spend the time to detail the cause for each issue so
I can better evaluate my need for a given fix.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8524545c-8092-4025-a253-a6af967eca02" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8524545c-8092-4025-a253-a6af967eca02.aspx</comments>
      <category>ASP.NET</category>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=17c8d443-940a-406b-8499-a67dab53278d</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=17c8d443-940a-406b-8499-a67dab53278d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am now running windows vista 64.  Which has been surprisingly simple how ever
I have run into a few issues.  Windows Explorer went insane and ignored the open
in same window setting (note open in new process option was set to false.) resulting
in a new window pre directory.  I find life impossible in that situation. 
After numerous attempts to correct this via registry edits, I failed.  Having
given up I installed xpore2 as a replacement. ( great program I always wanted
to filter my directory to only one file type) I now find after a reboot Windows Explorer
works correctly and recycles the the window when displaying a new directory.
</p>
        <p>
I have also found that you cannot just install sql management studio 64bit. 
you need to run(as admin) dvd drive:\Tools\Setup\SqlRun_Tools.msi otherwise
you go through all the motions but nothing gets installed.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=17c8d443-940a-406b-8499-a67dab53278d" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Windows Explorer gone mad</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</link>
      <pubDate>Thu, 09 Aug 2007 20:19:59 GMT</pubDate>
      <description>&lt;p&gt;
I am now running windows vista 64.&amp;nbsp; Which has been surprisingly simple how ever
I have run into a few issues.&amp;nbsp; Windows Explorer went insane and ignored the open
in same window setting (note open in new process option was set to false.) resulting
in a new window pre directory.&amp;nbsp; I find life impossible in that situation.&amp;nbsp;
After numerous attempts to correct this via registry edits, I failed.&amp;nbsp; Having
given up I installed xpore2 as&amp;nbsp;a replacement. ( great program I always wanted
to filter my directory to only one file type) I now find after a reboot Windows Explorer
works correctly and recycles the the window when displaying a new directory.
&lt;/p&gt;
&lt;p&gt;
I have also found that you cannot just install sql management studio 64bit.&amp;nbsp;
you need to&amp;nbsp;run(as admin)&amp;nbsp;dvd drive:\Tools\Setup\SqlRun_Tools.msi otherwise
you go through all the motions but nothing gets installed.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=17c8d443-940a-406b-8499-a67dab53278d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</comments>
      <category>Microsoft</category>
      <category>Ramblings</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=4e4d4093-9ed0-432b-8fde-b9d1085e86f6</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,4e4d4093-9ed0-432b-8fde-b9d1085e86f6.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,4e4d4093-9ed0-432b-8fde-b9d1085e86f6.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=4e4d4093-9ed0-432b-8fde-b9d1085e86f6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Is it a Memory leak or a Resource leak.
</p>
        <p>
It would seem that if you take a c++ managed extensions gc class containing a native
pointer to dot net 2.0.  The classes finalization does not happen correctly. 
Ie the destructor is no longer invoked.
</p>
        <p>
further more if you migrate said c++ code to c++/cli then your destructor will
not get called when the managed object is disposed of via garbage collection. 
You will need to either explicitly call the destructor or add a finalize to your reference
class.
</p>
        <p>
 
</p>
        <p>
Not the most obvious memory leak in the world to say the least.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=4e4d4093-9ed0-432b-8fde-b9d1085e86f6" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>A case of the AWAL Destructor.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,4e4d4093-9ed0-432b-8fde-b9d1085e86f6.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,4e4d4093-9ed0-432b-8fde-b9d1085e86f6.aspx</link>
      <pubDate>Thu, 02 Aug 2007 17:39:54 GMT</pubDate>
      <description>&lt;p&gt;
Is it a Memory leak or a Resource leak.
&lt;/p&gt;
&lt;p&gt;
It would seem that if you take a c++ managed extensions gc class containing a native
pointer to&amp;nbsp;dot net 2.0.&amp;nbsp; The classes finalization does not happen correctly.&amp;nbsp;
Ie the destructor is no longer invoked.
&lt;/p&gt;
&lt;p&gt;
further more if&amp;nbsp;you migrate said c++ code to c++/cli then your destructor will
not get called when the managed object is disposed of via garbage collection.&amp;nbsp;
You will need to either explicitly call the destructor or add a finalize to your reference
class.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Not the most obvious memory leak in the world to say the least.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=4e4d4093-9ed0-432b-8fde-b9d1085e86f6" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,4e4d4093-9ed0-432b-8fde-b9d1085e86f6.aspx</comments>
      <category>C++</category>
      <category>DotNet</category>
      <category>MFC</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=0dd4efb1-8cba-4ef6-a31e-93d52dced0b0</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,0dd4efb1-8cba-4ef6-a31e-93d52dced0b0.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,0dd4efb1-8cba-4ef6-a31e-93d52dced0b0.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0dd4efb1-8cba-4ef6-a31e-93d52dced0b0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft support has a Hotfix request Submission form now which promises;
</p>
        <blockquote>
          <p>
To obtain this Hotfix, please submit your request via this form to Microsoft Online
Customer Service and Support – you should expect to receive a download link via email
from Microsoft within 8 business hours.
</p>
        </blockquote>
        <p>
          <a href="https://support.microsoft.com/contactus2/emailcontact.aspx?scid=sw;en;1410&amp;WS=hotfix" target="_blank">HotFix
Request From</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0dd4efb1-8cba-4ef6-a31e-93d52dced0b0" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>The Way to Fast HotFixes</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,0dd4efb1-8cba-4ef6-a31e-93d52dced0b0.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,0dd4efb1-8cba-4ef6-a31e-93d52dced0b0.aspx</link>
      <pubDate>Sat, 28 Jul 2007 16:33:04 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft support has a Hotfix request Submission form now which promises;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
To obtain this Hotfix, please submit your request via this form to Microsoft Online
Customer Service and Support – you should expect to receive a download link via email
from Microsoft within 8 business hours.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&lt;a href="https://support.microsoft.com/contactus2/emailcontact.aspx?scid=sw;en;1410&amp;amp;WS=hotfix" target="_blank"&gt;HotFix
Request From&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0dd4efb1-8cba-4ef6-a31e-93d52dced0b0" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,0dd4efb1-8cba-4ef6-a31e-93d52dced0b0.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=3e8b11fe-be55-4bd0-925b-e1178ea48541</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,3e8b11fe-be55-4bd0-925b-e1178ea48541.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,3e8b11fe-be55-4bd0-925b-e1178ea48541.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=3e8b11fe-be55-4bd0-925b-e1178ea48541</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In your quest to down load all the visual studio 2008 goodness you may find this new
ctp tool from Microsoft very useful
</p>
        <h3>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9a927cf6-16e4-4e21-9608-77f06d2156bb&amp;displaylang=en" target="_blank">Microsoft
Secure Content Downloader July 2007 Community Technology Preview</a>
        </h3>
        <blockquote>
          <h6>
            <font color="#646464">Overview</font>
          </h6>
          <p>
            <a>
            </a>
            <font color="#646464">The Microsoft Secure Content Downloader (MSCD) is a peer-assisted
download manager capable of securely downloading specific files. MSCD is intended
for consumers who are downloading from a home PC, or business users whose computers
are not behind a corporate firewall. If you use MSCD from behind a corporate firewall,
you may be unable to download content, and may adversely affect other clients' ability
to download content.<br />
Main features of the MSCD are: </font>
          </p>
          <ul>
            <li>
              <font color="#646464">Secure content description </font>
              <ul>
                <li>
                  <font color="#646464">Each file available for download has a secure description, ensuring
the content you download is exactly what the publisher published.</font>
                </li>
              </ul>
            </li>
            <li>
              <font color="#646464">Scalable performance </font>
              <ul>
                <li>
                  <font color="#646464">MCSD is a peer-assisted technology. Each client downloads content
by exchanging parts of the file they’re interested in with other clients, in addition
to downloading parts from the server. </font>
                  <ul>
                    <li>
                      <font color="#646464">No matter how great the internet’s demand for the file, you
will always be able to make progress downloading. </font>
                    </li>
                    <li>
                      <font color="#646464">MSCD lets you download content more quickly than possible without
peer assistance.</font>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
          <p>
            <br />
            <font color="#646464">Some MSCD clients may be connected to each other via peer connections,
forming a ‘cloud’ of clients. Pieces of the file you are downloading are sent through
these peer connections between clients, as well as through connections with the file
server. As a member of the cloud, your computer both serves as a client and server
to other members of the cloud. Data destined for the cloud may be routed through your
computer and sent to other cloud members. The other cloud members connected to you
will be able to access only pieces of the file you are downloading via MSCD – they
have no access to any other data on your computer.<br />
You are only connected to other clients while you are downloading a file via MSCD.
When the file has finished downloading – or when you pause or cancel the download,
or exit the application – you disconnect from the cloud. Once you disconnect from
the cloud, you will no longer have any connections to any other members in the cloud
and no data will be routed through your computer.<br />
This version of MSCD is a Community Technology Preview, and will only allow you to
obtain current Visual Studio 2008 Beta 2. Since it is a Community Technology Preview,
additional information related to MSCD’s performance and network transactions -- including
your machine name and IP addresses -- may be logged to help evaluate and improve MSCD
performance.</font>
          </p>
        </blockquote>
        <p>
Just incase you have been under a rock here are the links to detailed information
about today's release of Visual studio via <a href="http://weblogs.asp.net/scottgu/archive/2007/07/26/vs-2008-and-net-3-5-beta-2-released.aspx" target="_blank">Scott
Gu</a> and <a href="http://blogs.msdn.com/somasegar/archive/2007/07/26/announcing-the-release-of-visual-studio-2008-beta-2-net-fx-3-5-beta-2-and-silverlight-1-0-rc.aspx" target="_blank">Somasegar</a> respective
blog posts.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=3e8b11fe-be55-4bd0-925b-e1178ea48541" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Microsoft Secure Content Downloader</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,3e8b11fe-be55-4bd0-925b-e1178ea48541.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,3e8b11fe-be55-4bd0-925b-e1178ea48541.aspx</link>
      <pubDate>Fri, 27 Jul 2007 05:52:06 GMT</pubDate>
      <description>&lt;p&gt;
In your quest to down load all the visual studio 2008 goodness you may find this new
ctp tool from Microsoft very useful
&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9a927cf6-16e4-4e21-9608-77f06d2156bb&amp;amp;displaylang=en" target="_blank"&gt;Microsoft
Secure Content Downloader July 2007 Community Technology Preview&lt;/a&gt;
&lt;/h3&gt;
&lt;blockquote&gt; 
&lt;h6&gt;&lt;font color="#646464"&gt;Overview&lt;/font&gt;
&lt;/h6&gt;
&lt;p&gt;
&lt;a&gt;&lt;/a&gt;&lt;font color="#646464"&gt;The Microsoft Secure Content Downloader (MSCD) is a peer-assisted
download manager capable of securely downloading specific files. MSCD is intended
for consumers who are downloading from a home PC, or business users whose computers
are not behind a corporate firewall. If you use MSCD from behind a corporate firewall,
you may be unable to download content, and may adversely affect other clients' ability
to download content.&lt;br&gt;
Main features of the MSCD are: &lt;/font&gt; 
&lt;ul&gt;
&lt;li&gt;
&lt;font color="#646464"&gt;Secure content description &lt;/font&gt; 
&lt;ul&gt;
&lt;li&gt;
&lt;font color="#646464"&gt;Each file available for download has a secure description, ensuring
the content you download is exactly what the publisher published.&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
&lt;font color="#646464"&gt;Scalable performance &lt;/font&gt; 
&lt;ul&gt;
&lt;li&gt;
&lt;font color="#646464"&gt;MCSD is a peer-assisted technology. Each client downloads content
by exchanging parts of the file they’re interested in with other clients, in addition
to downloading parts from the server. &lt;/font&gt; 
&lt;ul&gt;
&lt;li&gt;
&lt;font color="#646464"&gt;No matter how great the internet’s demand for the file, you
will always be able to make progress downloading. &lt;/font&gt; 
&lt;li&gt;
&lt;font color="#646464"&gt;MSCD lets you download content more quickly than possible without
peer assistance.&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;br&gt;
&lt;font color="#646464"&gt;Some MSCD clients may be connected to each other via peer connections,
forming a ‘cloud’ of clients. Pieces of the file you are downloading are sent through
these peer connections between clients, as well as through connections with the file
server. As a member of the cloud, your computer both serves as a client and server
to other members of the cloud. Data destined for the cloud may be routed through your
computer and sent to other cloud members. The other cloud members connected to you
will be able to access only pieces of the file you are downloading via MSCD – they
have no access to any other data on your computer.&lt;br&gt;
You are only connected to other clients while you are downloading a file via MSCD.
When the file has finished downloading – or when you pause or cancel the download,
or exit the application – you disconnect from the cloud. Once you disconnect from
the cloud, you will no longer have any connections to any other members in the cloud
and no data will be routed through your computer.&lt;br&gt;
This version of MSCD is a Community Technology Preview, and will only allow you to
obtain current Visual Studio 2008 Beta 2. Since it is a Community Technology Preview,
additional information related to MSCD’s performance and network transactions -- including
your machine name and IP addresses -- may be logged to help evaluate and improve MSCD
performance.&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Just incase you have been under a rock here are the links to detailed information
about today's release of Visual studio via &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/07/26/vs-2008-and-net-3-5-beta-2-released.aspx" target="_blank"&gt;Scott
Gu&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/07/26/announcing-the-release-of-visual-studio-2008-beta-2-net-fx-3-5-beta-2-and-silverlight-1-0-rc.aspx" target="_blank"&gt;Somasegar&lt;/a&gt;&amp;nbsp;respective
blog posts.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=3e8b11fe-be55-4bd0-925b-e1178ea48541" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,3e8b11fe-be55-4bd0-925b-e1178ea48541.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=41076921-5089-4064-ba6e-0d56015bb28b</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,41076921-5089-4064-ba6e-0d56015bb28b.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,41076921-5089-4064-ba6e-0d56015bb28b.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=41076921-5089-4064-ba6e-0d56015bb28b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have been having odd locking issues when using solutions that have  a c# project
that is referenced by a c++/cli project.  This would happen in  VS
2003 and VS2005.  What could cause this horrid behavior?  Intellisense. 
It has been locking the C#/VB output file while it updates.  Which means no building
of the solution.  
</p>
        <p>
While I am on Intellisense I have found many things in VC require it.  You need
Intellisense to go to declarations and definitions, you even need it for the winforms
designer to work.  Yet it is so utterly broken a large project will take any
system to its knees with every press of the space bar.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=41076921-5089-4064-ba6e-0d56015bb28b" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>VC++ and the Evil Intellisense</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,41076921-5089-4064-ba6e-0d56015bb28b.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,41076921-5089-4064-ba6e-0d56015bb28b.aspx</link>
      <pubDate>Wed, 11 Jul 2007 18:07:04 GMT</pubDate>
      <description>&lt;p&gt;
I have been having odd locking issues when using solutions that have&amp;nbsp; a c# project
that is referenced by a&amp;nbsp;c++/cli project.&amp;nbsp; This would happen in&amp;nbsp; VS
2003 and VS2005.&amp;nbsp; What could cause this horrid behavior?&amp;nbsp; Intellisense.&amp;nbsp;
It has been locking the C#/VB output file while it updates.&amp;nbsp; Which means no building
of the solution.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
While I am on Intellisense I have found many things in VC require it.&amp;nbsp; You need
Intellisense to go to declarations and definitions, you even need it for the winforms
designer to work.&amp;nbsp; Yet it is so utterly broken a large project will take any
system to its knees&amp;nbsp;with every press of the space bar.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=41076921-5089-4064-ba6e-0d56015bb28b" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,41076921-5089-4064-ba6e-0d56015bb28b.aspx</comments>
      <category>C++</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=611ccc6f-b803-4ba0-ba15-31e21db1fd01</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,611ccc6f-b803-4ba0-ba15-31e21db1fd01.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,611ccc6f-b803-4ba0-ba15-31e21db1fd01.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=611ccc6f-b803-4ba0-ba15-31e21db1fd01</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
 Found this in the new MSDN help.  Pretty nice feature this rebuild after
an assembly change has driven us nuts for years. 
</p>
        <blockquote>
          <h5>Managed Incremental Build Support
</h5>
          <dl>
            <dt>The compiler supports managed incremental builds 
<dd><p>
When you specify this option, the compiler will not recompile code when a referenced
assembly changes. Instead it will perform an incremental build. Files are recompiled
only if the changes affect the dependent code. For more information, see <a href="http://msdn2.microsoft.com/en-us/library/8x480de8(VS.90).aspx">General
Property Page (Project)</a>.
</p></dd></dt>
          </dl>
        </blockquote>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/bb384632(VS.90).aspx">What's New
in Visual C++ Codename "Orcas"</a>
        </p>
        <p>
 
</p>
        <p>
I have notice the online MSDN is much better now.  Slow but I do like the article
version specific note along with links to newer and older versions.
</p>
        <a href="http://thisoldcode.net/content/binary/WindowsLiveWriter/WhatsNewinVisualCCodenameOrcas_D83E/image.png" atomicselection="true">
          <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="210" alt="image" src="http://thisoldcode.net/content/binary/WindowsLiveWriter/WhatsNewinVisualCCodenameOrcas_D83E/image_thumb.png" width="229" border="0" />
        </a>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=611ccc6f-b803-4ba0-ba15-31e21db1fd01" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>What's New in Visual C++ Codename &amp;quot;Orcas&amp;quot;</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,611ccc6f-b803-4ba0-ba15-31e21db1fd01.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,611ccc6f-b803-4ba0-ba15-31e21db1fd01.aspx</link>
      <pubDate>Wed, 27 Jun 2007 22:22:39 GMT</pubDate>
      <description>&lt;p&gt;
&amp;nbsp;Found this in the new MSDN help.&amp;nbsp; Pretty nice feature this rebuild after
an assembly change has driven us nuts for years.&amp;nbsp;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;h5&gt;Managed Incremental Build Support
&lt;/h5&gt;
&lt;dl&gt;
&lt;dt&gt;The compiler supports managed incremental builds 
&lt;dd&gt;
&lt;p&gt;
When you specify this option, the compiler will not recompile code when a referenced
assembly changes. Instead it will perform an incremental build. Files are recompiled
only if the changes affect the dependent code. For more information, see &lt;a href="http://msdn2.microsoft.com/en-us/library/8x480de8(VS.90).aspx"&gt;General
Property Page (Project)&lt;/a&gt;.
&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/bb384632(VS.90).aspx"&gt;What's New
in Visual C++ Codename "Orcas"&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
I have notice the online MSDN is much better now.&amp;nbsp; Slow but I do like the article
version specific note along with links to newer and older versions.
&lt;/p&gt;
&lt;a href="http://thisoldcode.net/content/binary/WindowsLiveWriter/WhatsNewinVisualCCodenameOrcas_D83E/image.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="210" alt="image" src="http://thisoldcode.net/content/binary/WindowsLiveWriter/WhatsNewinVisualCCodenameOrcas_D83E/image_thumb.png" width="229" border="0"&gt;&lt;/a&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=611ccc6f-b803-4ba0-ba15-31e21db1fd01" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,611ccc6f-b803-4ba0-ba15-31e21db1fd01.aspx</comments>
      <category>C++</category>
      <category>Microsoft</category>
      <category>Ramblings</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=35d5f142-2d6d-44e7-a9a8-697906b52b9e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=35d5f142-2d6d-44e7-a9a8-697906b52b9e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft KB article <a href="http://support.microsoft.com/kb/894435">894435</a></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=35d5f142-2d6d-44e7-a9a8-697906b52b9e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Setting up ASP.NET 2.0 on 64-bit Windows</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</link>
      <pubDate>Tue, 19 Jun 2007 17:00:06 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft KB article &lt;a href="http://support.microsoft.com/kb/894435"&gt;894435&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=35d5f142-2d6d-44e7-a9a8-697906b52b9e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,35d5f142-2d6d-44e7-a9a8-697906b52b9e.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft's SoftGrid <a href="http://www.microsoft.com/windows/products/windowsvista/editions/enterprise/videos/sg.asx">Video</a></p>
        <blockquote>
          <p>
With Microsoft SoftGrid Application Virtualization, you can turn Windows applications
into centrally managed, virtual services that are never installed, and can be instantly
streamed to any desktop or laptop. In this one-hour video, learn how SoftGrid's virtualization
technology can simplify desktop administration by automating processes for deploying,
patching, updating, and terminating applications. It is now easier—and requires fewer
IT resources—to address complex critical business projects such as OS and application
migrations, security refreshes, and disaster recovery plans.
</p>
        </blockquote>
        <p>
 
</p>
        <p>
 
</p>
        <p>
As an ISV I am trying to think how I could leverage this to ease my deployments.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>SoftGrid Software Virtualization From Microsoft</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4.aspx</link>
      <pubDate>Mon, 18 Jun 2007 22:09:50 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft's SoftGrid &lt;a href="http://www.microsoft.com/windows/products/windowsvista/editions/enterprise/videos/sg.asx"&gt;Video&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
With Microsoft SoftGrid Application Virtualization, you can turn Windows applications
into centrally managed, virtual services that are never installed, and can be instantly
streamed to any desktop or laptop. In this one-hour video, learn how SoftGrid's virtualization
technology can simplify desktop administration by automating processes for deploying,
patching, updating, and terminating applications. It is now easier—and requires fewer
IT resources—to address complex critical business projects such as OS and application
migrations, security refreshes, and disaster recovery plans.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
As an ISV I am trying to think how I could leverage this to ease my deployments.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,f1ee1c82-7a40-4901-a654-2c7bf7e2e5d4.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=1055c19f-d367-44b3-add0-c58a274f0fff</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1055c19f-d367-44b3-add0-c58a274f0fff</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Scott posted a nice article <a href="http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx">Tip/Trick:
Creating Packaged ASP.NET Setup Programs with VS 2005</a>  for deploying your
Visual Studio 2005 project.  While Scott's article is focused on deploying to
a customer I have found those scenarios to be beyond what VS offers and requires Install
shield.  I do this this post is a handy trick for moving your project from dev
to QA to staging maybe even production.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=1055c19f-d367-44b3-add0-c58a274f0fff" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Packaged ASP.NET Programs</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</link>
      <pubDate>Fri, 15 Jun 2007 22:02:29 GMT</pubDate>
      <description>&lt;p&gt;
Scott posted a nice article &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx"&gt;Tip/Trick:
Creating Packaged ASP.NET Setup Programs with VS 2005&lt;/a&gt;&amp;nbsp; for deploying your
Visual Studio 2005 project.&amp;nbsp; While Scott's article is focused on deploying to
a customer I have found those scenarios to be beyond what VS offers and requires Install
shield.&amp;nbsp; I do this this post is a handy trick for moving your project from dev
to QA to staging maybe even production.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=1055c19f-d367-44b3-add0-c58a274f0fff" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,1055c19f-d367-44b3-add0-c58a274f0fff.aspx</comments>
      <category>ASP.NET</category>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>VB</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=9dea678e-fe5e-4952-a4db-bac69cbe5a2e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,9dea678e-fe5e-4952-a4db-bac69cbe5a2e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,9dea678e-fe5e-4952-a4db-bac69cbe5a2e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=9dea678e-fe5e-4952-a4db-bac69cbe5a2e</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If your moving MFC or C++ extensions to dot net 2.0 here are a few items you might
find useful
</p>
        <ul>
          <li>
Dudelabs offers <a href="http://www.dudelabs.com/Products.aspx">RC converter</a> which
will take MFC resource files and convert them into Winform ( I have played with the
demo it looks like it will help this conversion process).</li>
          <li>
Microsoft offers VC++ 2003 Managed Extensions to VC++2005 C++/CLI Conversion Tool,
a tool that was never finished but allows help for converting managed extensions to
C++/CLI.  You can down load it <a href="http://www.microsoft.com/downloads/details.aspx?familyid=a3581805-1af2-4c34-9d0e-6029cc078441&amp;displaylang=en">here</a></li>
          <li>
Microsoft has a <a href="http://msdn2.microsoft.com/en-us/library/ms235289%28vs.80%29.aspx">C++/CLI
Migration Primer</a> that is worth a read.</li>
          <li>
Microsoft also has <a href="http://msdn2.microsoft.com/en-us/library/b23b94s7%28vs.80%29.aspx">Managed
Extensions for C++ Syntax Upgrade Checklist</a> article.</li>
          <li>
Another Microsoft article <a href="http://msdn2.microsoft.com/en-us/library/ms379603%28VS.80%29.aspx">Translation
Guide: Moving Your Programs from Managed Extensions for C++ to C++/CLI</a></li>
          <li>
Codeproject has dot net <a title="http://www.codeproject.com/csharp/doctoolkit.asp" href="http://www.codeproject.com/csharp/doctoolkit.asp">Document
Management Toolkit Library</a> adds the idea of document/view</li>
          <li>
Codeproject also has <a href="http://www.codeproject.com/csharp/sdimdiwizards.asp">C#
SDI/MDI Application wizards</a></li>
          <li>
Codeguru has a article on Converting dialog resources to C# forms <a href="http://www.codeguru.com/Cpp/V-S/devstudio_macros/visualstudionet/article.php/c3199">Dialog
Resource to C# Form Converter</a></li>
        </ul>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9dea678e-fe5e-4952-a4db-bac69cbe5a2e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Some Links for Moving Between C++ Versions or to C#</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,9dea678e-fe5e-4952-a4db-bac69cbe5a2e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,9dea678e-fe5e-4952-a4db-bac69cbe5a2e.aspx</link>
      <pubDate>Fri, 15 Jun 2007 21:50:33 GMT</pubDate>
      <description>&lt;p&gt;
If your moving MFC or C++ extensions to dot net 2.0 here are a few items you might
find useful
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Dudelabs offers &lt;a href="http://www.dudelabs.com/Products.aspx"&gt;RC converter&lt;/a&gt; which
will take MFC resource files and convert them into Winform ( I have played with the
demo it looks like it will help this conversion process).&lt;/li&gt;
&lt;li&gt;
Microsoft offers VC++ 2003 Managed Extensions to VC++2005 C++/CLI Conversion Tool,
a tool that was never finished but allows help for converting managed extensions to
C++/CLI.&amp;nbsp; You can down load it &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=a3581805-1af2-4c34-9d0e-6029cc078441&amp;amp;displaylang=en"&gt;here&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
Microsoft has a &lt;a href="http://msdn2.microsoft.com/en-us/library/ms235289%28vs.80%29.aspx"&gt;C++/CLI
Migration Primer&lt;/a&gt; that is worth a read.&lt;/li&gt;
&lt;li&gt;
Microsoft also has &lt;a href="http://msdn2.microsoft.com/en-us/library/b23b94s7%28vs.80%29.aspx"&gt;Managed
Extensions for C++ Syntax Upgrade Checklist&lt;/a&gt;&amp;nbsp;article.&lt;/li&gt;
&lt;li&gt;
Another Microsoft article &lt;a href="http://msdn2.microsoft.com/en-us/library/ms379603%28VS.80%29.aspx"&gt;Translation
Guide: Moving Your Programs from Managed Extensions for C++ to C++/CLI&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
Codeproject has dot net &lt;a title="http://www.codeproject.com/csharp/doctoolkit.asp" href="http://www.codeproject.com/csharp/doctoolkit.asp"&gt;Document
Management Toolkit Library&lt;/a&gt;&amp;nbsp;adds the idea of document/view&lt;/li&gt;
&lt;li&gt;
Codeproject also has &lt;a href="http://www.codeproject.com/csharp/sdimdiwizards.asp"&gt;C#
SDI/MDI Application wizards&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
Codeguru has a article on Converting dialog resources to C# forms &lt;a href="http://www.codeguru.com/Cpp/V-S/devstudio_macros/visualstudionet/article.php/c3199"&gt;Dialog
Resource to C# Form Converter&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9dea678e-fe5e-4952-a4db-bac69cbe5a2e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,9dea678e-fe5e-4952-a4db-bac69cbe5a2e.aspx</comments>
      <category>C++</category>
      <category>DotNet</category>
      <category>MFC</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=3045034b-ba18-4b3c-8610-78672b5740b5</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,3045034b-ba18-4b3c-8610-78672b5740b5.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,3045034b-ba18-4b3c-8610-78672b5740b5.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=3045034b-ba18-4b3c-8610-78672b5740b5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <h4>Virtual Server 2005 R2 SP1 now available
</h4>
        <p>
          <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2007/06/11/virtual-server-2005-r2-sp1-now-available.aspx">details</a>
        </p>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bc49c7c8-4840-4e67-8dc4-1e6e218acce4&amp;DisplayLang=en">download</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=3045034b-ba18-4b3c-8610-78672b5740b5" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Virtual Server 2005 R2 SP1 released</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,3045034b-ba18-4b3c-8610-78672b5740b5.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,3045034b-ba18-4b3c-8610-78672b5740b5.aspx</link>
      <pubDate>Tue, 12 Jun 2007 02:28:08 GMT</pubDate>
      <description>&lt;h4&gt;Virtual Server 2005 R2 SP1 now available
&lt;/h4&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/virtual_pc_guy/archive/2007/06/11/virtual-server-2005-r2-sp1-now-available.aspx"&gt;details&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bc49c7c8-4840-4e67-8dc4-1e6e218acce4&amp;amp;DisplayLang=en"&gt;download&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=3045034b-ba18-4b3c-8610-78672b5740b5" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,3045034b-ba18-4b3c-8610-78672b5740b5.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=11bb9945-50a1-4cf9-857c-2bc4b691601d</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=11bb9945-50a1-4cf9-857c-2bc4b691601d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
There was a new drop of the AJAX Control Toolkit <a href="http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1813"><font color="#0080ff">10606
release</font></a>.
</p>
        <p>
for more details about what was included see <a href="http://blogs.msdn.com/delay/archive/2007/06/06/fixes-and-features-by-popular-demand-ajax-control-toolkit-update.aspx">Delay's
notes</a>.  If you would like pics with that visit <a href="http://blogs.msdn.com/sburke/archive/2007/06/07/updated-toolkit-release-now-available.aspx">Shawn's
notes</a>.  And just to play with the <a href="http://ajax.asp.net/ajaxtoolkit/">new
coolness</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=11bb9945-50a1-4cf9-857c-2bc4b691601d" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>AJAX Control Toolkit Release</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</link>
      <pubDate>Thu, 07 Jun 2007 07:44:31 GMT</pubDate>
      <description>&lt;p&gt;
There was a new drop of the AJAX Control Toolkit &lt;a href="http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1813"&gt;&lt;font color="#0080ff"&gt;10606
release&lt;/font&gt;&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
for more details about what was included see &lt;a href="http://blogs.msdn.com/delay/archive/2007/06/06/fixes-and-features-by-popular-demand-ajax-control-toolkit-update.aspx"&gt;Delay's
notes&lt;/a&gt;.&amp;nbsp; If you would like pics with that visit &lt;a href="http://blogs.msdn.com/sburke/archive/2007/06/07/updated-toolkit-release-now-available.aspx"&gt;Shawn's
notes&lt;/a&gt;.&amp;nbsp; And just to play with the &lt;a href="http://ajax.asp.net/ajaxtoolkit/"&gt;new
coolness&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=11bb9945-50a1-4cf9-857c-2bc4b691601d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,11bb9945-50a1-4cf9-857c-2bc4b691601d.aspx</comments>
      <category>ASP.NET</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=9e078407-18df-43be-a986-a1e261d07f3e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,9e078407-18df-43be-a986-a1e261d07f3e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,9e078407-18df-43be-a986-a1e261d07f3e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=9e078407-18df-43be-a986-a1e261d07f3e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
Erika wrote a couple posts worth a look regarding Data driven document generation.
</p>
        <p>
          <a href="http://blogs.msdn.com/erikaehrli/archive/2006/08/11/word2007DataDocumentGenerationPart1.aspx">Data-driven
document generation with Word 2007 and the Office XML File Formats: Part 1</a>
        </p>
        <p>
        </p>
        <p>
          <a href="http://blogs.msdn.com/erikaehrli/archive/2006/08/16/word2007DataDocumentGenerationPart2.aspx">Data-driven
document generation with Word 2007 and the Office XML File Formats: Part 2</a>
        </p>
        <p>
        </p>
        <p>
Also If you wanted to take a Mail Merge word doc and port it over to XML 
</p>
        <p>
          <a href="http://blogs.msdn.com/microsoft_office_word/archive/2007/03/28/migrating-mail-merge-fields-to-content-controls.aspx" target="_blank">Migrating
Mail Merge Fields to Content Controls</a> ( I republished the code so that its
legible)
</p>
        <p>
 
</p>
        <blockquote>
          <pre class="csharpcode">
            <span class="kwrd">Private</span>
            <span class="kwrd">Sub</span> Document_Open() <span class="kwrd">If</span> (MsgBox(<span class="str">"Convert
Mail Merge fields to Content Controls?"</span>, vbYesNo, <span class="str">"Convert
Mail Merge Fields"</span>) = vbYes) <span class="kwrd">Then</span> ConvertMailMergeFields <span class="kwrd">End</span><span class="kwrd">If</span><span class="kwrd">End</span><span class="kwrd">Sub</span><span class="rem">'**
Traverse Mail Merge fields collection and convert each mail merge field into a content
control</span><span class="rem">'** while preserving its font style and format.</span><span class="kwrd">Private</span><span class="kwrd">Sub</span> ConvertMailMergeFields() <span class="kwrd">Dim</span> i <span class="kwrd">As</span><span class="kwrd">Integer</span>,
Count <span class="kwrd">As</span><span class="kwrd">Integer</span><span class="kwrd">Dim</span> currentFont <span class="kwrd">As</span> Font <span class="kwrd">Dim</span> mergeFieldname <span class="kwrd">As</span><span class="kwrd">String</span><span class="kwrd">Dim</span> field <span class="kwrd">As</span> MailMergeField <span class="kwrd">For</span><span class="kwrd">Each</span> field <span class="kwrd">In</span> ActiveDocument.MailMerge.Fields <span class="rem">'**
Select Mail Merge field to process.</span> field.<span class="kwrd">Select</span><span class="kwrd">Set</span> currentFont
= Selection.Font <span class="rem">'** Set name for content control.</span> mergeFieldname
= GetMailMergeFieldName(field.Code) Debug.Print (<span class="str">"Processing ["</span> &amp;
mergeFieldname &amp; <span class="str">"]"</span>) <span class="rem">'** Remove Mail
Merge field and replace it with addition of new content control.</span> Selection.Cut <span class="rem">'**
Add new content control.</span> AddContentControl mergeFieldname, currentFont Count
= Count + 1 <span class="kwrd">Next</span> Debug.Print (<span class="str">"Number
of Mail Merge Fields converted to Content Controls: "</span> &amp; Count) <span class="kwrd">End</span><span class="kwrd">Sub</span><span class="rem">'**
Add new content control.</span><span class="kwrd">Private</span><span class="kwrd">Sub</span> AddContentControl(<span class="kwrd">ByVal</span> mergeFieldname <span class="kwrd">As</span><span class="kwrd">String</span>, <span class="kwrd">ByVal</span> currentFont <span class="kwrd">As</span> Font) <span class="kwrd">Dim</span> newControl <span class="kwrd">As</span> ContentControl <span class="kwrd">Dim</span> fontStyleName <span class="kwrd">As</span><span class="kwrd">String</span><span class="kwrd">Set</span> newControl
= ActiveDocument.ContentControls.Add(wdContentControlText) <span class="rem">'** The
Title property only allows for 64 characters.</span><span class="rem">'** If name
is longer, we will put the rest in the Tag property.</span><span class="kwrd">If</span> (Len(mergeFieldname)
&lt; 64) <span class="kwrd">Then</span> newControl.Title = mergeFieldname newControl.Tag
= <span class="str">""</span><span class="kwrd">Else</span> newControl.Title = Mid(mergeFieldname,
1, 64) newControl.Tag = Mid(mergeFieldname, 65, Len(mergeFieldname) - 64) <span class="kwrd">End</span><span class="kwrd">If</span> newControl.SetPlaceholderText
, , <span class="str">"Click to add."</span><span class="rem">'** Set font for content
control.</span> fontStyleName = GetFontStyleName(currentFont) SetFontStyle newControl,
fontStyleName, currentFont <span class="rem">'** Allow carriage return.</span> newControl.MultiLine
= <span class="kwrd">True</span><span class="kwrd">End</span><span class="kwrd">Sub</span><span class="rem">'**
Quick and dirty way to check to see if the given font style exist; if it does not,
create it.</span><span class="kwrd">Private</span><span class="kwrd">Sub</span> SetFontStyle(<span class="kwrd">ByRef</span> newControl <span class="kwrd">As</span> ContentControl, <span class="kwrd">ByVal</span> fontStyleName <span class="kwrd">As</span><span class="kwrd">String</span>, <span class="kwrd">ByVal</span> currentFont <span class="kwrd">As</span> Font) <span class="kwrd">On</span><span class="kwrd">Error</span><span class="kwrd">GoTo</span> Error_FontStyleDoesNotExist
newControl.DefaultTextStyle = fontStyleName <span class="kwrd">Exit</span><span class="kwrd">Sub</span> Error_FontStyleDoesNotExist:
AddNewFontStyle fontStyleName, currentFont newControl.DefaultTextStyle = fontStyleName <span class="kwrd">End</span><span class="kwrd">Sub</span><span class="kwrd">Private</span><span class="kwrd">Sub</span> AddNewFontStyle(<span class="kwrd">ByVal</span> newFontStyleName <span class="kwrd">As</span><span class="kwrd">String</span>, <span class="kwrd">ByVal</span> currentFont <span class="kwrd">As</span> Font) <span class="kwrd">Dim</span> fontStyle <span class="kwrd">As</span> Style <span class="kwrd">Set</span> fontStyle
= ActiveDocument.Styles.Add(newFontStyleName) <span class="kwrd">With</span> currentFont
fontStyle.Font.Name = .Name fontStyle.Font.Size = .Size fontStyle.Font.Bold = .Bold
fontStyle.Font.Italic = .Italic <span class="kwrd">End</span><span class="kwrd">With</span><span class="kwrd">End</span><span class="kwrd">Sub</span><span class="kwrd">Private</span><span class="kwrd">Function</span> GetFontStyleName(<span class="kwrd">ByVal</span> currentFont <span class="kwrd">As</span> Font) <span class="kwrd">As</span><span class="kwrd">String</span><span class="kwrd">Dim</span> fontStyleName <span class="kwrd">As</span><span class="kwrd">String</span><span class="kwrd">With</span> currentFont
fontStyleName = .Name fontStyleName = fontStyleName &amp; .Size fontStyleName = fontStyleName
&amp; .Bold fontStyleName = fontStyleName &amp; .Italic <span class="kwrd">End</span><span class="kwrd">With</span><span class="rem">'**
Return result.</span> GetFontStyleName = fontStyleName <span class="kwrd">End</span><span class="kwrd">Function</span><span class="kwrd">Private</span><span class="kwrd">Function</span> GetMailMergeFieldName(<span class="kwrd">ByVal</span> fieldCode <span class="kwrd">As</span><span class="kwrd">String</span>) <span class="kwrd">As</span><span class="kwrd">String</span><span class="kwrd">Dim</span> mergeFieldname <span class="kwrd">As</span><span class="kwrd">String</span>:
mergeFieldname = <span class="str">""</span><span class="rem">'** Name of Mail merge
field: MERGEFIELD MailMergeFieldName \* MERGEFORMAT</span> mergeFieldname = Replace(fieldCode, <span class="str">"MERGEFIELD"</span>, <span class="str">""</span>)
mergeFieldname = Replace(mergeFieldname, <span class="str">"\* MERGEFORMAT"</span>, <span class="str">""</span>)
mergeFieldname = Trim(mergeFieldname) <span class="rem">'** Return result.</span> GetMailMergeFieldName
= mergeFieldname <span class="kwrd">End</span> Function</pre>
        </blockquote>
        <style type="text/css">.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; }
</style>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9e078407-18df-43be-a986-a1e261d07f3e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Data driven document generation with Word 2007</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,9e078407-18df-43be-a986-a1e261d07f3e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,9e078407-18df-43be-a986-a1e261d07f3e.aspx</link>
      <pubDate>Tue, 29 May 2007 15:36:12 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Erika wrote a couple posts worth a look regarding Data driven document generation.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/erikaehrli/archive/2006/08/11/word2007DataDocumentGenerationPart1.aspx"&gt;Data-driven
document generation with Word 2007 and the Office XML File Formats: Part 1&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/erikaehrli/archive/2006/08/16/word2007DataDocumentGenerationPart2.aspx"&gt;Data-driven
document generation with Word 2007 and the Office XML File Formats: Part 2&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Also If you wanted to take a Mail Merge word doc and port it over to XML 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/microsoft_office_word/archive/2007/03/28/migrating-mail-merge-fields-to-content-controls.aspx" target="_blank"&gt;Migrating
Mail Merge Fields to Content Controls&lt;/a&gt;&amp;nbsp;( I republished the code so that its
legible)
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;blockquote&gt;&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; Document_Open() &lt;span class="kwrd"&gt;If&lt;/span&gt; (MsgBox(&lt;span class="str"&gt;"Convert
Mail Merge fields to Content Controls?"&lt;/span&gt;, vbYesNo, &lt;span class="str"&gt;"Convert
Mail Merge Fields"&lt;/span&gt;) = vbYes) &lt;span class="kwrd"&gt;Then&lt;/span&gt; ConvertMailMergeFields &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt; &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; &lt;span class="rem"&gt;'**
Traverse Mail Merge fields collection and convert each mail merge field into a content
control&lt;/span&gt; &lt;span class="rem"&gt;'** while preserving its font style and format.&lt;/span&gt; &lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; ConvertMailMergeFields() &lt;span class="kwrd"&gt;Dim&lt;/span&gt; i &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;Integer&lt;/span&gt;,
Count &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;Integer&lt;/span&gt; &lt;span class="kwrd"&gt;Dim&lt;/span&gt; currentFont &lt;span class="kwrd"&gt;As&lt;/span&gt; Font &lt;span class="kwrd"&gt;Dim&lt;/span&gt; mergeFieldname &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt; &lt;span class="kwrd"&gt;Dim&lt;/span&gt; field &lt;span class="kwrd"&gt;As&lt;/span&gt; MailMergeField &lt;span class="kwrd"&gt;For&lt;/span&gt; &lt;span class="kwrd"&gt;Each&lt;/span&gt; field &lt;span class="kwrd"&gt;In&lt;/span&gt; ActiveDocument.MailMerge.Fields &lt;span class="rem"&gt;'**
Select Mail Merge field to process.&lt;/span&gt; field.&lt;span class="kwrd"&gt;Select&lt;/span&gt; &lt;span class="kwrd"&gt;Set&lt;/span&gt; currentFont
= Selection.Font &lt;span class="rem"&gt;'** Set name for content control.&lt;/span&gt; mergeFieldname
= GetMailMergeFieldName(field.Code) Debug.Print (&lt;span class="str"&gt;"Processing ["&lt;/span&gt; &amp;amp;
mergeFieldname &amp;amp; &lt;span class="str"&gt;"]"&lt;/span&gt;) &lt;span class="rem"&gt;'** Remove Mail
Merge field and replace it with addition of new content control.&lt;/span&gt; Selection.Cut &lt;span class="rem"&gt;'**
Add new content control.&lt;/span&gt; AddContentControl mergeFieldname, currentFont Count
= Count + 1 &lt;span class="kwrd"&gt;Next&lt;/span&gt; Debug.Print (&lt;span class="str"&gt;"Number
of Mail Merge Fields converted to Content Controls: "&lt;/span&gt; &amp;amp; Count) &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; &lt;span class="rem"&gt;'**
Add new content control.&lt;/span&gt; &lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; AddContentControl(&lt;span class="kwrd"&gt;ByVal&lt;/span&gt; mergeFieldname &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt;, &lt;span class="kwrd"&gt;ByVal&lt;/span&gt; currentFont &lt;span class="kwrd"&gt;As&lt;/span&gt; Font) &lt;span class="kwrd"&gt;Dim&lt;/span&gt; newControl &lt;span class="kwrd"&gt;As&lt;/span&gt; ContentControl &lt;span class="kwrd"&gt;Dim&lt;/span&gt; fontStyleName &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt; &lt;span class="kwrd"&gt;Set&lt;/span&gt; newControl
= ActiveDocument.ContentControls.Add(wdContentControlText) &lt;span class="rem"&gt;'** The
Title property only allows for 64 characters.&lt;/span&gt; &lt;span class="rem"&gt;'** If name
is longer, we will put the rest in the Tag property.&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt; (Len(mergeFieldname)
&amp;lt; 64) &lt;span class="kwrd"&gt;Then&lt;/span&gt; newControl.Title = mergeFieldname newControl.Tag
= &lt;span class="str"&gt;""&lt;/span&gt; &lt;span class="kwrd"&gt;Else&lt;/span&gt; newControl.Title = Mid(mergeFieldname,
1, 64) newControl.Tag = Mid(mergeFieldname, 65, Len(mergeFieldname) - 64) &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;If&lt;/span&gt; newControl.SetPlaceholderText
, , &lt;span class="str"&gt;"Click to add."&lt;/span&gt; &lt;span class="rem"&gt;'** Set font for content
control.&lt;/span&gt; fontStyleName = GetFontStyleName(currentFont) SetFontStyle newControl,
fontStyleName, currentFont &lt;span class="rem"&gt;'** Allow carriage return.&lt;/span&gt; newControl.MultiLine
= &lt;span class="kwrd"&gt;True&lt;/span&gt; &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; &lt;span class="rem"&gt;'**
Quick and dirty way to check to see if the given font style exist; if it does not,
create it.&lt;/span&gt; &lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; SetFontStyle(&lt;span class="kwrd"&gt;ByRef&lt;/span&gt; newControl &lt;span class="kwrd"&gt;As&lt;/span&gt; ContentControl, &lt;span class="kwrd"&gt;ByVal&lt;/span&gt; fontStyleName &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt;, &lt;span class="kwrd"&gt;ByVal&lt;/span&gt; currentFont &lt;span class="kwrd"&gt;As&lt;/span&gt; Font) &lt;span class="kwrd"&gt;On&lt;/span&gt; &lt;span class="kwrd"&gt;Error&lt;/span&gt; &lt;span class="kwrd"&gt;GoTo&lt;/span&gt; Error_FontStyleDoesNotExist
newControl.DefaultTextStyle = fontStyleName &lt;span class="kwrd"&gt;Exit&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; Error_FontStyleDoesNotExist:
AddNewFontStyle fontStyleName, currentFont newControl.DefaultTextStyle = fontStyleName &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; &lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; AddNewFontStyle(&lt;span class="kwrd"&gt;ByVal&lt;/span&gt; newFontStyleName &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt;, &lt;span class="kwrd"&gt;ByVal&lt;/span&gt; currentFont &lt;span class="kwrd"&gt;As&lt;/span&gt; Font) &lt;span class="kwrd"&gt;Dim&lt;/span&gt; fontStyle &lt;span class="kwrd"&gt;As&lt;/span&gt; Style &lt;span class="kwrd"&gt;Set&lt;/span&gt; fontStyle
= ActiveDocument.Styles.Add(newFontStyleName) &lt;span class="kwrd"&gt;With&lt;/span&gt; currentFont
fontStyle.Font.Name = .Name fontStyle.Font.Size = .Size fontStyle.Font.Bold = .Bold
fontStyle.Font.Italic = .Italic &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;With&lt;/span&gt; &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Sub&lt;/span&gt; &lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt; GetFontStyleName(&lt;span class="kwrd"&gt;ByVal&lt;/span&gt; currentFont &lt;span class="kwrd"&gt;As&lt;/span&gt; Font) &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt; &lt;span class="kwrd"&gt;Dim&lt;/span&gt; fontStyleName &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt; &lt;span class="kwrd"&gt;With&lt;/span&gt; currentFont
fontStyleName = .Name fontStyleName = fontStyleName &amp;amp; .Size fontStyleName = fontStyleName
&amp;amp; .Bold fontStyleName = fontStyleName &amp;amp; .Italic &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;With&lt;/span&gt; &lt;span class="rem"&gt;'**
Return result.&lt;/span&gt; GetFontStyleName = fontStyleName &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt; &lt;span class="kwrd"&gt;Private&lt;/span&gt; &lt;span class="kwrd"&gt;Function&lt;/span&gt; GetMailMergeFieldName(&lt;span class="kwrd"&gt;ByVal&lt;/span&gt; fieldCode &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt;) &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt; &lt;span class="kwrd"&gt;Dim&lt;/span&gt; mergeFieldname &lt;span class="kwrd"&gt;As&lt;/span&gt; &lt;span class="kwrd"&gt;String&lt;/span&gt;:
mergeFieldname = &lt;span class="str"&gt;""&lt;/span&gt; &lt;span class="rem"&gt;'** Name of Mail merge
field: MERGEFIELD MailMergeFieldName \* MERGEFORMAT&lt;/span&gt; mergeFieldname = Replace(fieldCode, &lt;span class="str"&gt;"MERGEFIELD"&lt;/span&gt;, &lt;span class="str"&gt;""&lt;/span&gt;)
mergeFieldname = Replace(mergeFieldname, &lt;span class="str"&gt;"\* MERGEFORMAT"&lt;/span&gt;, &lt;span class="str"&gt;""&lt;/span&gt;)
mergeFieldname = Trim(mergeFieldname) &lt;span class="rem"&gt;'** Return result.&lt;/span&gt; GetMailMergeFieldName
= mergeFieldname &lt;span class="kwrd"&gt;End&lt;/span&gt; Function&lt;/pre&gt;
&lt;/blockquote&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;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9e078407-18df-43be-a986-a1e261d07f3e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,9e078407-18df-43be-a986-a1e261d07f3e.aspx</comments>
      <category>Microsoft</category>
      <category>VB</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=b8c3fb51-9c31-4093-ad53-be3c53cceec9</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,b8c3fb51-9c31-4093-ad53-be3c53cceec9.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,b8c3fb51-9c31-4093-ad53-be3c53cceec9.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b8c3fb51-9c31-4093-ad53-be3c53cceec9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
I found an interesting load generation tool on IIS.net defiantly worth a look
</p>
        <h4>Features
</h4>
        <ul>
          <li>
HTTP 1.0 and HTTP 1.1 capable 
</li>
          <li>
Supports IPv6 
</li>
          <li>
Multithreaded Support 
</li>
          <li>
Supports generating stress from multiple machines 
</li>
          <li>
Extensible through C plug-in DLLs 
</li>
          <li>
Supports Performance Counter integration 
</li>
          <li>
Measures throughput and response time 
</li>
          <li>
Supports SSL requests 
</li>
          <li>
NTLM Authentication request support 
</li>
          <li>
Easily supports testing thousand of concurrent users</li>
        </ul>
        <h4>Benefits
</h4>
        <ul>
          <li>
Very light weight (low hardware requirements) 
</li>
          <li>
Extensible to handle any aspect of the HTTP request or response 
</li>
          <li>
Allows remote collection of perfmon data and registry</li>
        </ul>
        <p>
          <a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1466" target="_blank">Down
Load</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=b8c3fb51-9c31-4093-ad53-be3c53cceec9" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Web Capacity Analysis Tool</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,b8c3fb51-9c31-4093-ad53-be3c53cceec9.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,b8c3fb51-9c31-4093-ad53-be3c53cceec9.aspx</link>
      <pubDate>Tue, 22 May 2007 16:37:33 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I found an interesting load generation tool on IIS.net defiantly worth a look
&lt;/p&gt;
&lt;h4&gt;Features
&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
HTTP 1.0 and HTTP 1.1 capable 
&lt;li&gt;
Supports IPv6 
&lt;li&gt;
Multithreaded Support 
&lt;li&gt;
Supports generating stress from multiple machines 
&lt;li&gt;
Extensible through C plug-in DLLs 
&lt;li&gt;
Supports Performance Counter integration 
&lt;li&gt;
Measures throughput and response time 
&lt;li&gt;
Supports SSL requests 
&lt;li&gt;
NTLM Authentication request support 
&lt;li&gt;
Easily supports testing thousand of concurrent users&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Benefits
&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
Very light weight (low hardware requirements) 
&lt;li&gt;
Extensible to handle any aspect of the HTTP request or response 
&lt;li&gt;
Allows remote collection of perfmon data and registry&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1466" target="_blank"&gt;Down
Load&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=b8c3fb51-9c31-4093-ad53-be3c53cceec9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,b8c3fb51-9c31-4093-ad53-be3c53cceec9.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=968a3f66-9f03-487f-995d-e5060cd7f6c2</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,968a3f66-9f03-487f-995d-e5060cd7f6c2.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,968a3f66-9f03-487f-995d-e5060cd7f6c2.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=968a3f66-9f03-487f-995d-e5060cd7f6c2</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/bb387098(VS.90).aspx">LINQ to XML</a>
        </p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/bb397926(VS.90).aspx">Language-Integrated
Query (LINQ)</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=968a3f66-9f03-487f-995d-e5060cd7f6c2" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Beta Documentation for LINQ to XML</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,968a3f66-9f03-487f-995d-e5060cd7f6c2.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,968a3f66-9f03-487f-995d-e5060cd7f6c2.aspx</link>
      <pubDate>Mon, 21 May 2007 03:44:55 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/bb387098(VS.90).aspx"&gt;LINQ to XML&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/bb397926(VS.90).aspx"&gt;Language-Integrated
Query (LINQ)&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=968a3f66-9f03-487f-995d-e5060cd7f6c2" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,968a3f66-9f03-487f-995d-e5060cd7f6c2.aspx</comments>
      <category>DotNet</category>
      <category>LINQ</category>
      <category>Microsoft</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=28a4a56d-43ae-49c0-a192-1f0dba71cf41</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,28a4a56d-43ae-49c0-a192-1f0dba71cf41.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,28a4a56d-43ae-49c0-a192-1f0dba71cf41.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=28a4a56d-43ae-49c0-a192-1f0dba71cf41</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is how Microsoft packages a product.
</p>
        <embed id="VideoPlayback" style="width: 400px; height: 326px" src="http://video.google.com/googleplayer.swf?docId=36099539665548298&amp;hl=en" type="application/x-shockwave-flash" flashvars="">
        </embed>
        <p>
Now see how Microsoft names their products.
</p>
        <embed name="msn_soapbox" pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" width="432" height="364" type="application/x-shockwave-flash" flashvars="c=v&amp;v=67f9742b-587c-4931-a611-c9c7f7125d4d" wmode="transparent" quality="high">
        </embed>
        <br />
        <a title="Windows Server 2008" href="http://soapbox.msn.com/video.aspx?vid=67f9742b-587c-4931-a611-c9c7f7125d4d" target="_new">Video:
Windows Server 2008</a>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=28a4a56d-43ae-49c0-a192-1f0dba71cf41" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>More fun and Microsoft's Expense.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,28a4a56d-43ae-49c0-a192-1f0dba71cf41.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,28a4a56d-43ae-49c0-a192-1f0dba71cf41.aspx</link>
      <pubDate>Sun, 20 May 2007 18:09:16 GMT</pubDate>
      <description>&lt;p&gt;
This is how Microsoft packages a product.
&lt;/p&gt;
&lt;embed id="VideoPlayback" style="width: 400px; height: 326px" src="http://video.google.com/googleplayer.swf?docId=36099539665548298&amp;amp;hl=en" type="application/x-shockwave-flash" flashvars=""&gt; &lt;/embed&gt; 
&lt;p&gt;
Now see how Microsoft names their products.
&lt;/p&gt;
&lt;embed name="msn_soapbox" pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" width="432" height="364" type="application/x-shockwave-flash" flashvars="c=v&amp;amp;v=67f9742b-587c-4931-a611-c9c7f7125d4d" wmode="transparent" quality="high"&gt;&lt;/embed&gt;
&lt;br&gt;
&lt;a title="Windows Server 2008" href="http://soapbox.msn.com/video.aspx?vid=67f9742b-587c-4931-a611-c9c7f7125d4d" target="_new"&gt;Video:
Windows Server 2008&lt;/a&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=28a4a56d-43ae-49c0-a192-1f0dba71cf41" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,28a4a56d-43ae-49c0-a192-1f0dba71cf41.aspx</comments>
      <category>Microsoft</category>
      <category>Ramblings</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=05a49754-3d61-4942-9f8b-544e1fadfe0d</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,05a49754-3d61-4942-9f8b-544e1fadfe0d.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,05a49754-3d61-4942-9f8b-544e1fadfe0d.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=05a49754-3d61-4942-9f8b-544e1fadfe0d</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
start by having a solution with two projects.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B5%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B4%5D.png" width="239" border="0" />
          </a>
        </p>
        <p>
In the solution exploder window right click the solution and choose add New or existing
item.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B1%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="200" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D.png" width="240" border="0" />
          </a>
        </p>
        <p>
 
</p>
        <p>
For this how two we will add a new c# class
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B3%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="150" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B2%5D.png" width="240" border="0" />
          </a>
        </p>
        <p>
click add.  Visual studio will create a new suborder under the solution called
"Solution Items" Class1.cs will be in this folder.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B7%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B6%5D.png" width="210" border="0" />
          </a>
        </p>
        <p>
now select one of your projects and right click select add existing item.  Navigate
to your solutions directory and select Class1.cs
</p>
        <p>
click the drop down arrow next to the add button
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B13%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="160" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B12%5D.png" width="240" border="0" />
          </a>
        </p>
        <p>
select add as link
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B15%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="132" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B14%5D.png" width="240" border="0" />
          </a>
        </p>
        <p>
You will now have a shared link to a common solution file/class
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B17%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B16%5D.png" width="179" border="0" />
          </a>
        </p>
        <p>
repeat for each project you wish to add this file/class to.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=05a49754-3d61-4942-9f8b-544e1fadfe0d" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>How-To share class/resources between projects in Visual Studio 2005</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,05a49754-3d61-4942-9f8b-544e1fadfe0d.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,05a49754-3d61-4942-9f8b-544e1fadfe0d.aspx</link>
      <pubDate>Fri, 18 May 2007 20:41:40 GMT</pubDate>
      <description>&lt;p&gt;
start by having a solution with two projects.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B5%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B4%5D.png" width="239" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
In the solution exploder window right click the solution and choose add New or existing
item.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B1%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="200" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D.png" width="240" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
For this how two we will add a new c# class
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B3%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="150" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B2%5D.png" width="240" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
click add.&amp;nbsp; Visual studio will create a new suborder under the solution called
"Solution Items" Class1.cs will be in this folder.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B7%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B6%5D.png" width="210" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
now select one of your projects and right click select add existing item.&amp;nbsp; Navigate
to your solutions directory and select Class1.cs
&lt;/p&gt;
&lt;p&gt;
click the drop down arrow next to the add button
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B13%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="160" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B12%5D.png" width="240" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
select add as link
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B15%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="132" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B14%5D.png" width="240" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
You will now have a shared link to a common solution file/class
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B17%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/HowToshareclassresourcesbetweenprojectsi_C089/image%7B0%7D%5B16%5D.png" width="179" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
repeat for each project you wish to add this file/class to.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=05a49754-3d61-4942-9f8b-544e1fadfe0d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,05a49754-3d61-4942-9f8b-544e1fadfe0d.aspx</comments>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>VB</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=87186b23-7993-43a9-94d1-51f9af74dd05</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=87186b23-7993-43a9-94d1-51f9af74dd05</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Some times I am pretty sure the Dev's at Microsoft are smoking something.  I
would like to know what, and if they would share.
</p>
        <p>
I have had a little trouble with the last IE update <a href="http://thisoldcode.microfisch.com/PermaLink,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx">Internet
Explorer and the Update of Doom (This Old Code ).</a>  and <a href="http://thisoldcode.microfisch.com/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx">IE
7 DOA after May 5th Cumulative Security update ( This Old Code ).</a>  
<br /></p>
        <blockquote>
          <p>
You install the May 2007 Cumulative Security Update for Internet Explorer (MS07-027),
and then you try to open Windows Internet Explorer 7. After you do this, the <strong class="uiterm">File
Download – Security Warning</strong> dialog box may open, and you may receive the
following message: 
</p>
          <div class="message">Do you want to save this file? 
</div>
The <strong class="uiterm">File Download – Security Warning</strong> dialog box also
refers to the "navcancl" file name. After you close this dialog box, you cannot start
Internet Explorer 7.<p></p></blockquote>Finally Microsoft has released a Knowledge base article to dell with
this issue <a href="http://support.microsoft.com/kb/937409">Microsoft Knowledge Base
article 937409</a> ( thanks to the IEBlog <a href="http://blogs.msdn.com/ie/archive/2007/05/16/follow-up-to-internet-explorer-may-2007-security-update.aspx">Follow
Up to Internet Explorer May 2007 Security Update</a>) 
<p></p><blockquote><p>
Method 2: Grant permissions to the "Temporary Internet Files" folder
</p><p>
To complete Method 2 on a Windows XP-based computer or on a Windows Server 2003-based
computer, follow these steps: 
</p><p>
1.<br />
Click <strong>Start</strong>, click <strong>Run</strong>, type inetcpl.cpl, and then
click <strong>OK</strong>. 
</p><p>
2.<br />
On the <strong>General</strong> tab, click <strong>Settings</strong> in the <strong>Browsing
History</strong> area. 
</p><p>
3.<br />
Click <strong>View Files</strong>. 
</p><p>
4.<br />
In Windows Explorer, move to the folder that contains the "Temporary Internet Files"
folder. 
</p><p>
5.<br />
In the right-pane, right-click an empty area, and then click <strong>Properties</strong>. 
</p><p>
6.<br />
On the <strong>Security</strong> tab, click the name of the affected user in the <strong>Group
or user names</strong> box. If the name of the affected user is not listed, follow
these steps: 
</p><p>
a. 
<br />
Click <strong>Add</strong>. 
</p><p>
b. 
<br />
In the <strong>Enter the object names to select</strong> box, type the name of the
affected user, and then click <strong>OK</strong>. 
</p><p>
c. 
<br />
In the <strong>Group or user names</strong> box, click the name of the affected user. 
</p><p>
7.<br />
In the <strong>Permissions for <var>User_Name</var></strong> box, click to select
the <strong>Full Control Allow</strong> check box. 
</p><p>
8.<br />
Click <strong>Apply</strong>, and then click <strong>OK</strong>. 
</p><p>
9.<br />
Close Windows Explorer. 
</p><p>
10.<br />
Click <strong>OK</strong> two times. 
</p><p>
11.<br />
Start Internet Explorer 7. 
</p></blockquote><p>
Funny thing about the Knowledge base article, its wrong the Temporary Internet Files
folder is a system folder us low admin's can't reset permissions on the folder. 
You can how ever move the folder which will allow ie to correctly run once with one
tab ( oddly enough, not very useful).  My temporary solution rather then uninstalling
the update yet again was to completely disable phishing( thankfully this feature is
not of much use.).
</p><h6>How to disable Phishing Filter ( in Windows XP)
</h6><ol><li>
start, run type inetcpl.cpl</li><li>
Click the Advanced tab.</li><li>
Scroll to the bottom of the screen up about six items is "Phishing Filter"</li><li>
Select "Disable Phishing Filter" ( turning it off will not work it must be disabled
)</li><li>
Click the ok button</li><li>
now start up ie and browse the Internet, just don't click any links from email ;)</li></ol><img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=87186b23-7993-43a9-94d1-51f9af74dd05" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>IE, and Stupid User Tricks</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx</link>
      <pubDate>Thu, 17 May 2007 16:56:44 GMT</pubDate>
      <description>&lt;p&gt;
Some times I am pretty sure the Dev's at Microsoft are smoking something.&amp;nbsp; I
would like to know what, and if they would share.
&lt;/p&gt;
&lt;p&gt;
I have had a little trouble with the last IE update &lt;a href="http://thisoldcode.microfisch.com/PermaLink,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx"&gt;Internet
Explorer and the Update of Doom (This Old Code ).&lt;/a&gt;&amp;nbsp; and &lt;a href="http://thisoldcode.microfisch.com/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx"&gt;IE
7 DOA after May 5th Cumulative Security update ( This Old Code ).&lt;/a&gt;&amp;nbsp; 
&lt;br&gt;
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
You install the May 2007 Cumulative Security Update for Internet Explorer (MS07-027),
and then you try to open Windows Internet Explorer 7. After you do this, the &lt;strong class="uiterm"&gt;File
Download – Security Warning&lt;/strong&gt; dialog box may open, and you may receive the
following message: 
&lt;/p&gt;
&lt;div class="message"&gt;Do you want to save this file? 
&lt;/div&gt;
The &lt;strong class="uiterm"&gt;File Download – Security Warning&lt;/strong&gt; dialog box also
refers to the "navcancl" file name. After you close this dialog box, you cannot start
Internet Explorer 7.&lt;p&gt;
&lt;/p&gt;
&lt;/blockquote&gt;Finally Microsoft has released a Knowledge base article to dell with
this issue &lt;a href="http://support.microsoft.com/kb/937409"&gt;Microsoft Knowledge Base
article 937409&lt;/a&gt;&amp;nbsp;( thanks to the IEBlog &lt;a href="http://blogs.msdn.com/ie/archive/2007/05/16/follow-up-to-internet-explorer-may-2007-security-update.aspx"&gt;Follow
Up to Internet Explorer May 2007 Security Update&lt;/a&gt;) 
&lt;p&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
Method 2: Grant permissions to the "Temporary Internet Files" folder
&lt;/p&gt;
&lt;p&gt;
To complete Method 2 on a Windows XP-based computer or on a Windows Server 2003-based
computer, follow these steps: 
&lt;/p&gt;
&lt;p&gt;
1.&lt;br&gt;
Click &lt;strong&gt;Start&lt;/strong&gt;, click &lt;strong&gt;Run&lt;/strong&gt;, type inetcpl.cpl, and then
click &lt;strong&gt;OK&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
2.&lt;br&gt;
On the &lt;strong&gt;General&lt;/strong&gt; tab, click &lt;strong&gt;Settings&lt;/strong&gt; in the &lt;strong&gt;Browsing
History&lt;/strong&gt; area. 
&lt;/p&gt;
&lt;p&gt;
3.&lt;br&gt;
Click &lt;strong&gt;View Files&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
4.&lt;br&gt;
In Windows Explorer, move to the folder that contains the "Temporary Internet Files"
folder. 
&lt;/p&gt;
&lt;p&gt;
5.&lt;br&gt;
In the right-pane, right-click an empty area, and then click &lt;strong&gt;Properties&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
6.&lt;br&gt;
On the &lt;strong&gt;Security&lt;/strong&gt; tab, click the name of the affected user in the &lt;strong&gt;Group
or user names&lt;/strong&gt; box. If the name of the affected user is not listed, follow
these steps: 
&lt;/p&gt;
&lt;p&gt;
a. 
&lt;br&gt;
Click &lt;strong&gt;Add&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
b. 
&lt;br&gt;
In the &lt;strong&gt;Enter the object names to select&lt;/strong&gt; box, type the name of the
affected user, and then click &lt;strong&gt;OK&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
c. 
&lt;br&gt;
In the &lt;strong&gt;Group or user names&lt;/strong&gt; box, click the name of the affected user. 
&lt;/p&gt;
&lt;p&gt;
7.&lt;br&gt;
In the &lt;strong&gt;Permissions for &lt;var&gt;User_Name&lt;/var&gt;&lt;/strong&gt; box, click to select
the &lt;strong&gt;Full Control Allow&lt;/strong&gt; check box. 
&lt;/p&gt;
&lt;p&gt;
8.&lt;br&gt;
Click &lt;strong&gt;Apply&lt;/strong&gt;, and then click &lt;strong&gt;OK&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
9.&lt;br&gt;
Close Windows Explorer. 
&lt;/p&gt;
&lt;p&gt;
10.&lt;br&gt;
Click &lt;strong&gt;OK&lt;/strong&gt; two times. 
&lt;/p&gt;
&lt;p&gt;
11.&lt;br&gt;
Start Internet Explorer 7. 
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Funny thing about the Knowledge base article, its wrong the Temporary Internet Files
folder is a system folder us low admin's can't reset permissions on the folder.&amp;nbsp;
You can how ever move the folder which will allow ie to correctly run once with one
tab ( oddly enough, not very useful).&amp;nbsp; My temporary solution rather then uninstalling
the update yet again was to completely disable phishing( thankfully this feature is
not of much use.).
&lt;/p&gt;
&lt;h6&gt;How to disable Phishing Filter ( in Windows XP)
&lt;/h6&gt;
&lt;ol&gt;
&lt;li&gt;
start,&amp;nbsp;run type inetcpl.cpl&lt;/li&gt;
&lt;li&gt;
Click the Advanced tab.&lt;/li&gt;
&lt;li&gt;
Scroll to the bottom of the screen up about six items is "Phishing Filter"&lt;/li&gt;
&lt;li&gt;
Select "Disable Phishing Filter" ( turning it off will not work it must be disabled
)&lt;/li&gt;
&lt;li&gt;
Click the ok button&lt;/li&gt;
&lt;li&gt;
now start up ie and browse the Internet, just don't click any links from email ;)&lt;/li&gt;
&lt;/ol&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=87186b23-7993-43a9-94d1-51f9af74dd05" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=07f46459-bd62-42a0-9bb8-6fee42b02d2e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,07f46459-bd62-42a0-9bb8-6fee42b02d2e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,07f46459-bd62-42a0-9bb8-6fee42b02d2e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=07f46459-bd62-42a0-9bb8-6fee42b02d2e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Here are a couple interactive command reference guides to help you find your way around <a href="http://office.microsoft.com/en-us/word/HA100744321033.aspx?pid=CH100487431033" target="_blank">Word</a> and <a href="http://office.microsoft.com/en-us/excel/HA101491511033.aspx" target="_blank">Excel</a>. 
These guides allow you to see were the 2003 UI has moved to in 2007. 
Nice find by <a href="http://blogs.msdn.com/alfredth/default.aspx" target="_blank">Alfred
Thompson</a></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=07f46459-bd62-42a0-9bb8-6fee42b02d2e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Lost in Office 2007?</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,07f46459-bd62-42a0-9bb8-6fee42b02d2e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,07f46459-bd62-42a0-9bb8-6fee42b02d2e.aspx</link>
      <pubDate>Wed, 16 May 2007 14:15:27 GMT</pubDate>
      <description>&lt;p&gt;
Here are a couple interactive command reference guides to help you find your way around &lt;a href="http://office.microsoft.com/en-us/word/HA100744321033.aspx?pid=CH100487431033" target="_blank"&gt;Word&lt;/a&gt; and &lt;a href="http://office.microsoft.com/en-us/excel/HA101491511033.aspx" target="_blank"&gt;Excel&lt;/a&gt;.&amp;nbsp;
These guides&amp;nbsp;allow you to see were the 2003 UI&amp;nbsp;has moved to in 2007.&amp;nbsp;
Nice find by &lt;a href="http://blogs.msdn.com/alfredth/default.aspx" target="_blank"&gt;Alfred
Thompson&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=07f46459-bd62-42a0-9bb8-6fee42b02d2e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,07f46459-bd62-42a0-9bb8-6fee42b02d2e.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/">Stop SQL Injection
Attacks Before They Stop You</a>
        </p>
SecureConnection.GetCnxString <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>2004 MSDN  on SQL Injection Attacks</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</link>
      <pubDate>Tue, 15 May 2007 05:27:15 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/"&gt;Stop SQL Injection
Attacks Before They Stop You&lt;/a&gt;
&lt;/p&gt;
SecureConnection.GetCnxString &lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</comments>
      <category>Microsoft</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=194f3dc4-22f2-4081-9ea3-53e95398dac2</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=194f3dc4-22f2-4081-9ea3-53e95398dac2</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Previously I installed an Internet Explorer cumulative update KB931768 and ran in
to a little problem with <a href="http://thisoldcode.microfisch.com/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx">IE7
no longer working</a></p>
        <p>
I see that <a href="http://msmvps.com/blogs/spywaresucks/default.aspx" target="_blank">Spyware
Suckes</a> has a <a href="http://msmvps.com/blogs/spywaresucks/archive/2007/05/13/901373.aspx" target="_blank">post</a> describing
the solution to this issue:
</p>
        <p>
 
</p>
        <blockquote>
          <p>
            <em>You have installed the Internet Explorer cumulative update KB931768 and have previously
moved your temporary internet file folder from it's default location.</em>
          </p>
          <p>
            <em>You see an error like this one:</em>
          </p>
          <p>
            <em>File Download - Security Warning<br />
Do you want to save this file?<br />
Name: navcancl<br />
Type: Unknown File Type, 2.64KB<br />
From: ieframe.dll<br />
Save Cancel</em>
          </p>
          <p>
            <strong>
              <em>FIX:</em>
            </strong>
          </p>
          <p>
            <em>If your temporary internet files folder has been moved from its default location,
move it back.</em>
          </p>
          <p>
            <em>An alternative is to run IE as an Administrator (right click the IE icon, select
"Run as Administrator", but I *strongly* advise against this.</em>
          </p>
          <p>
            <em>
              <font style="background-color: yellow;">***DO NOT*** uninstall the cumulative
update.</font>
            </em>
          </p>
        </blockquote>
        <p>
While I am puzzled how I am supposed to surf the web to fine a fix to this issue with
out uninstalling the patch.  I also do not recall ever changing the path for
IE.  Since this is XP sp2 its clearly not a rights issue since I have admin rights. 
But I am game to try any thing once, well see how it works out.
</p>
        <p>
-Update 05/14/2007-
</p>
        <p>
I double checked the Temporay Internet Files location and it is infact using the default
C:\Documents and Settings\&lt;UserName&gt;\Local Settings\Temporary Internet Files. 
I also tried disabling Phishing which some people reported success with on the <a href="http://blogs.msdn.com/ie/archive/2007/05/08/ie-may-2007-security-update-available-now.aspx">IE
Team Bog</a></p>
        <br />
        <p>
-Update 05/29/2007-<br /></p>
        <p>
I have a new post detailing how i resolved this issue by <a href="http://thisoldcode.microfisch.com/PermaLink,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx">truning
off Internet Explorers Phishing Filter</a>.<br /></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=194f3dc4-22f2-4081-9ea3-53e95398dac2" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Internet Explorer and the Update of Doom.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx</link>
      <pubDate>Sun, 13 May 2007 18:38:15 GMT</pubDate>
      <description>&lt;p&gt;
Previously I installed an Internet Explorer cumulative update KB931768 and ran in
to a little problem with &lt;a href="http://thisoldcode.microfisch.com/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx"&gt;IE7
no longer working&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I see that &lt;a href="http://msmvps.com/blogs/spywaresucks/default.aspx" target="_blank"&gt;Spyware
Suckes&lt;/a&gt; has a &lt;a href="http://msmvps.com/blogs/spywaresucks/archive/2007/05/13/901373.aspx" target="_blank"&gt;post&lt;/a&gt; describing
the solution to this issue:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&lt;em&gt;You have installed the Internet Explorer cumulative update KB931768 and have previously
moved your temporary internet file folder from it's default location.&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;You see an error like this one:&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;File Download - Security Warning&lt;br&gt;
Do you want to save this file?&lt;br&gt;
Name: navcancl&lt;br&gt;
Type: Unknown File Type, 2.64KB&lt;br&gt;
From: ieframe.dll&lt;br&gt;
Save Cancel&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;em&gt;FIX:&lt;/em&gt;&lt;/strong&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;If your temporary internet files folder has been moved from its default location,
move it back.&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;An alternative is to run IE as an Administrator (right click the IE icon, select
"Run as Administrator", but I *strongly* advise against this.&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;&lt;font style="background-color: yellow;"&gt;***DO NOT*** uninstall the cumulative
update.&lt;/font&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
While I am puzzled how I am supposed to surf the web to fine a fix to this issue with
out uninstalling the patch.&amp;nbsp; I also do not recall ever changing the path for
IE.&amp;nbsp; Since this is XP sp2 its clearly not a rights issue since I have admin rights.&amp;nbsp;
But I am game to try any thing once, well see how it works out.
&lt;/p&gt;
&lt;p&gt;
-Update 05/14/2007-
&lt;/p&gt;
&lt;p&gt;
I double checked the Temporay Internet Files location and it is infact using the default
C:\Documents and Settings\&amp;lt;UserName&amp;gt;\Local Settings\Temporary Internet Files.&amp;nbsp;
I also tried disabling Phishing which some people reported success with on the &lt;a href="http://blogs.msdn.com/ie/archive/2007/05/08/ie-may-2007-security-update-available-now.aspx"&gt;IE
Team Bog&lt;/a&gt;
&lt;/p&gt;
&lt;br&gt;
&lt;p&gt;
-Update 05/29/2007-&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
I have a new post detailing how i resolved this issue by &lt;a href="http://thisoldcode.microfisch.com/PermaLink,guid,87186b23-7993-43a9-94d1-51f9af74dd05.aspx"&gt;truning
off Internet Explorers Phishing Filter&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=194f3dc4-22f2-4081-9ea3-53e95398dac2" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,194f3dc4-22f2-4081-9ea3-53e95398dac2.aspx</comments>
      <category>Microsoft</category>
      <category>Ramblings</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=c73069b8-5bb7-4c1a-8f51-2af4338cb4ba</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,c73069b8-5bb7-4c1a-8f51-2af4338cb4ba.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,c73069b8-5bb7-4c1a-8f51-2af4338cb4ba.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c73069b8-5bb7-4c1a-8f51-2af4338cb4ba</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is interesting.
</p>
        <p>
Microsoft SharedView is a fast and 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.
</p>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ddbf048d-db67-4c56-9335-6964e15975d2&amp;DisplayLang=en" target="_blank">download</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=c73069b8-5bb7-4c1a-8f51-2af4338cb4ba" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>SharedView</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,c73069b8-5bb7-4c1a-8f51-2af4338cb4ba.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,c73069b8-5bb7-4c1a-8f51-2af4338cb4ba.aspx</link>
      <pubDate>Thu, 10 May 2007 20:06:52 GMT</pubDate>
      <description>&lt;p&gt;
This is interesting.
&lt;/p&gt;
&lt;p&gt;
Microsoft SharedView is a fast and 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.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ddbf048d-db67-4c56-9335-6964e15975d2&amp;amp;DisplayLang=en" target="_blank"&gt;download&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=c73069b8-5bb7-4c1a-8f51-2af4338cb4ba" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,c73069b8-5bb7-4c1a-8f51-2af4338cb4ba.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
On my Windows Xp sp2 box I now cannot use IE 7 after running the Cumulative security
update for Internet explorer 7 I was greeted with 
</p>
        <p>
"navcancl from ieframe.dll" on the first launch it would appear as if Internet Explorer
cannot open any Internet files ie aspx, html ....
</p>
        <p>
If any one know how to fix this please leave a comment.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>IE 7 DOA after May 5th Cumulative Security update</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx</link>
      <pubDate>Wed, 09 May 2007 18:54:05 GMT</pubDate>
      <description>&lt;p&gt;
On my Windows Xp sp2 box I now cannot use IE 7 after running the Cumulative security
update for Internet explorer 7 I was greeted with 
&lt;/p&gt;
&lt;p&gt;
"navcancl from ieframe.dll" on the first launch it would appear as if Internet Explorer
cannot open any Internet files ie aspx, html ....
&lt;/p&gt;
&lt;p&gt;
If any one know how to fix this please leave a comment.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,cf4ef0e1-cdc3-4dd3-9943-ce26d214a6c6.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=645c99f5-f9a7-4c88-90db-4cd17e8c1682</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,645c99f5-f9a7-4c88-90db-4cd17e8c1682.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,645c99f5-f9a7-4c88-90db-4cd17e8c1682.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=645c99f5-f9a7-4c88-90db-4cd17e8c1682</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
It seems to have been under reported but <a href="http://www.microsoft.com/expression/" target="_blank">Expression
Studio</a> was released today.  I don't see Blend on the MSDN Subscriber download
yet.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=645c99f5-f9a7-4c88-90db-4cd17e8c1682" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Expression Blend Today</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,645c99f5-f9a7-4c88-90db-4cd17e8c1682.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,645c99f5-f9a7-4c88-90db-4cd17e8c1682.aspx</link>
      <pubDate>Tue, 01 May 2007 04:29:09 GMT</pubDate>
      <description>&lt;p&gt;
It seems to have been under reported but &lt;a href="http://www.microsoft.com/expression/" target="_blank"&gt;Expression
Studio&lt;/a&gt; was released today.&amp;nbsp; I don't see Blend on the MSDN Subscriber download
yet.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=645c99f5-f9a7-4c88-90db-4cd17e8c1682" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,645c99f5-f9a7-4c88-90db-4cd17e8c1682.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=2a561ce3-0ed9-4c61-816e-6fc51c9729ef</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,2a561ce3-0ed9-4c61-816e-6fc51c9729ef.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,2a561ce3-0ed9-4c61-816e-6fc51c9729ef.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2a561ce3-0ed9-4c61-816e-6fc51c9729ef</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Nice little WPF sample application put together by Vertigo Software for Microsoft. 
It is a demo involving this display of a family tree,  I saw a demo at VSLive
and its now available to be downloaded.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/Family.Show_7158/image%7B0%7D%5B1%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="185" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/Family.Show_7158/image%7B0%7D.png" width="240" border="0" />
          </a>
        </p>
        <p>
          <a title="http://www.vertigo.com/downloads/familyshow/FamilyShowSource.zip" href="http://www.vertigo.com/downloads/familyshow/FamilyShowSource.zip">Family.Show
Source Code</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=2a561ce3-0ed9-4c61-816e-6fc51c9729ef" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Family.Show</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,2a561ce3-0ed9-4c61-816e-6fc51c9729ef.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,2a561ce3-0ed9-4c61-816e-6fc51c9729ef.aspx</link>
      <pubDate>Sat, 28 Apr 2007 15:03:43 GMT</pubDate>
      <description>&lt;p&gt;
Nice little WPF sample application put together by Vertigo Software for Microsoft.&amp;nbsp;
It is a demo involving this display of a family tree,&amp;nbsp; I saw&amp;nbsp;a demo at VSLive
and its now available to be downloaded.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/Family.Show_7158/image%7B0%7D%5B1%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="185" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/Family.Show_7158/image%7B0%7D.png" width="240" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;a title="http://www.vertigo.com/downloads/familyshow/FamilyShowSource.zip" href="http://www.vertigo.com/downloads/familyshow/FamilyShowSource.zip"&gt;Family.Show
Source Code&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=2a561ce3-0ed9-4c61-816e-6fc51c9729ef" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,2a561ce3-0ed9-4c61-816e-6fc51c9729ef.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=b2286aad-0dff-4cf8-93b2-ebe85b3e2609</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,b2286aad-0dff-4cf8-93b2-ebe85b3e2609.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,b2286aad-0dff-4cf8-93b2-ebe85b3e2609.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b2286aad-0dff-4cf8-93b2-ebe85b3e2609</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Check out <a href="http://www.securelm.net/" target="_blank">SecureLM</a>'s <a href="http://www.securelm.net/SecureLM_FAQ.htm#_Toc134274464" target="_blank">FAQ</a></p>
        <p>
 
</p>
        <blockquote>
          <h4>
            <a>How SecureLM works?</a>
          </h4>
          <p>
1. The software that is going to be distributed should be integrated with SecureLM.
If you protecting your software using SecureLM Code Protector, the integration is
almost done. In order to enable or disable GUI elements related to licensed functionality
of software SecureLM API can be used. However, licensed functionality of protected
software will not be executed without a valid license even if an attacker eliminates
API checks. 
</p>
          <p>
2. Protected program requires a valid license in order to run. The creation and installation
of a license for specific machine or USB hardware key is called Activation. The activation
can be done online, via e-mail or via phone. A license is usually locked to machine,
USB hardware key or USB flash disk. Non locked licenses are also allowed. Usually
end user receives an activation key that allows software activation. SecureLM provides
friendly user interface for software activation. 
</p>
          <p>
3. SecureLM server provides Web interface that allows performing operations like: 
</p>
          <p>
· Issue licenses 
</p>
          <p>
· Reissue existing licenses 
</p>
          <p>
· Perform e-mail and phone activations 
</p>
          <p>
· Increase number of allowed activations per license key 
</p>
          <p>
· Track issued licenses and online activations 
</p>
          <p>
· Define system configuration 
</p>
          <p>
· Much more. 
</p>
          <p>
  
</p>
          <h4>
            <a>What kind of software can be distributed with SecureLM?</a>
          </h4>
          <p>
Any Windows application or library can be distributed with SecureLM. 
</p>
          <p>
· .NET 1.1 or 2.0 Windows applications, services, or components 
</p>
          <p>
· ASP.NET 1.1. or 2.0 applications or components 
</p>
          <p>
· VC++/VB6/Delphi applications
</p>
        </blockquote>
        <p>
I am just stumbling around their site it sounds interesting and worth a try. 
Its nice to see another Giant in this market.  At least there is an alternative
to <a href="http://www.macrovision.com/products/flexnet_publisher/index.shtml" target="_blank">MacroVision</a></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=b2286aad-0dff-4cf8-93b2-ebe85b3e2609" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Microsoft Has A Software License Management System</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,b2286aad-0dff-4cf8-93b2-ebe85b3e2609.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,b2286aad-0dff-4cf8-93b2-ebe85b3e2609.aspx</link>
      <pubDate>Tue, 24 Apr 2007 15:07:38 GMT</pubDate>
      <description>&lt;p&gt;
Check out &lt;a href="http://www.securelm.net/" target="_blank"&gt;SecureLM&lt;/a&gt;'s &lt;a href="http://www.securelm.net/SecureLM_FAQ.htm#_Toc134274464" target="_blank"&gt;FAQ&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;h4&gt;&lt;a&gt;How SecureLM works?&lt;/a&gt;
&lt;/h4&gt;
&lt;p&gt;
1. The software that is going to be distributed should be integrated with SecureLM.
If you protecting your software using SecureLM Code Protector, the integration is
almost done. In order to enable or disable GUI elements related to licensed functionality
of software SecureLM API can be used. However, licensed functionality of protected
software will not be executed without a valid license even if an attacker eliminates
API checks. 
&lt;p&gt;
2. Protected program requires a valid license in order to run. The creation and installation
of a license for specific machine or USB hardware key is called Activation. The activation
can be done online, via e-mail or via phone. A license is usually locked to machine,
USB hardware key or USB flash disk. Non locked licenses are also allowed. Usually
end user receives an activation key that allows software activation. SecureLM provides
friendly user interface for software activation. 
&lt;p&gt;
3. SecureLM server provides Web interface that allows performing operations like: 
&lt;p&gt;
· Issue licenses 
&lt;p&gt;
· Reissue existing licenses 
&lt;p&gt;
· Perform e-mail and phone activations 
&lt;p&gt;
· Increase number of allowed activations per license key 
&lt;p&gt;
· Track issued licenses and online activations 
&lt;p&gt;
· Define system configuration 
&lt;p&gt;
· Much more. 
&lt;p&gt;
&amp;nbsp; 
&lt;h4&gt;&lt;a&gt;What kind of software can be distributed with SecureLM?&lt;/a&gt;
&lt;/h4&gt;
&lt;p&gt;
Any Windows application or library can be distributed with SecureLM. 
&lt;p&gt;
· .NET 1.1 or 2.0 Windows applications, services, or components 
&lt;p&gt;
· ASP.NET 1.1. or 2.0 applications or components 
&lt;p&gt;
· VC++/VB6/Delphi applications
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
I am just stumbling around their site it sounds interesting and worth a try.&amp;nbsp;
Its nice to see another Giant in this market.&amp;nbsp; At least there is an alternative
to &lt;a href="http://www.macrovision.com/products/flexnet_publisher/index.shtml" target="_blank"&gt;MacroVision&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=b2286aad-0dff-4cf8-93b2-ebe85b3e2609" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,b2286aad-0dff-4cf8-93b2-ebe85b3e2609.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Check out Microsoft's free <a href="http://msdn2.microsoft.com/en-us/virtuallabs/aa740389.aspx" target="_blank">.Net
Framework 3.0 Virtual Labs</a> and if you take part in any TechNet or MSDN virtual
lab or labcast  you could <a href="http://www.microsoft.com/events/officialrules_vlabcamera.mspx" target="_blank">win</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Attend A Virtual Lab and Win a Cannon Digital SLR</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747.aspx</link>
      <pubDate>Sat, 21 Apr 2007 21:42:23 GMT</pubDate>
      <description>&lt;p&gt;
Check out Microsoft's free &lt;a href="http://msdn2.microsoft.com/en-us/virtuallabs/aa740389.aspx" target="_blank"&gt;.Net
Framework 3.0 Virtual Labs&lt;/a&gt; and if you take part in any TechNet or MSDN virtual
lab or labcast&amp;nbsp; you could &lt;a href="http://www.microsoft.com/events/officialrules_vlabcamera.mspx" target="_blank"&gt;win&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,9cb6d2d0-b7e5-40b6-b64c-7b39ea65a747.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=853eb8c2-e5e5-443c-b8f4-19dc18544453</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=853eb8c2-e5e5-443c-b8f4-19dc18544453</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was having some trouble figuring out how to use the new ado.net entity framework
in the last March Orcas CTP, but leave it to <a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank">Scott</a> to
have all the answers.  Scott has posted a nice video covering
</p>
        <ul>
          <li>
new asp.net WYSIWYG HTML designer.</li>
          <li>
create classes's from the ORM designer.</li>
          <li>
Intellisense for LINQ.</li>
        </ul>
        <p>
full detailed <a href="http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx" target="_blank">blog
post</a>.  And you can find the video <a href="http://www.scottgu.com/blogposts/video/linqtalk1.wmv">here</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=853eb8c2-e5e5-443c-b8f4-19dc18544453" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Orcas Entity/ORM support</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</link>
      <pubDate>Sat, 21 Apr 2007 21:33:48 GMT</pubDate>
      <description>&lt;p&gt;
I was having some trouble figuring out how to use the new ado.net entity framework
in the last March Orcas CTP, but leave it to &lt;a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank"&gt;Scott&lt;/a&gt; to
have all the answers.&amp;nbsp; Scott has posted a nice video covering
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
new asp.net WYSIWYG HTML designer.&lt;/li&gt;
&lt;li&gt;
create classes's from the ORM designer.&lt;/li&gt;
&lt;li&gt;
Intellisense for LINQ.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
full detailed &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx" target="_blank"&gt;blog
post&lt;/a&gt;.&amp;nbsp; And you can find the video &lt;a href="http://www.scottgu.com/blogposts/video/linqtalk1.wmv"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=853eb8c2-e5e5-443c-b8f4-19dc18544453" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>LINQ</category>
      <category>Microsoft</category>
      <category>SQL</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=91fedf3a-1be4-48c2-8250-8828f24536d6</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=91fedf3a-1be4-48c2-8250-8828f24536d6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Incase you missed it yesterday Soma announced the <a href="http://blogs.msdn.com/somasegar/archive/2007/04/19/visual-studio-orcas-and-net-fx-3-5-beta1-shipped.aspx" target="_blank">release
of Orcas Beta 1,</a> it can be downloaded <a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx" target="_blank">here</a>. 
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=91fedf3a-1be4-48c2-8250-8828f24536d6" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Beta 1 Of Orcas Released Into The Wild</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</link>
      <pubDate>Fri, 20 Apr 2007 21:43:03 GMT</pubDate>
      <description>&lt;p&gt;
Incase you missed it yesterday Soma announced the &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/04/19/visual-studio-orcas-and-net-fx-3-5-beta1-shipped.aspx" target="_blank"&gt;release
of Orcas Beta 1,&lt;/a&gt; it can be downloaded &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx" target="_blank"&gt;here&lt;/a&gt;. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=91fedf3a-1be4-48c2-8250-8828f24536d6" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,91fedf3a-1be4-48c2-8250-8828f24536d6.aspx</comments>
      <category>ASP.NET</category>
      <category>CSharp</category>
      <category>DotNet</category>
      <category>LINQ</category>
      <category>Microsoft</category>
      <category>VB</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=a65cb89e-1808-4609-b7d0-da9fe7a56bac</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,a65cb89e-1808-4609-b7d0-da9fe7a56bac.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,a65cb89e-1808-4609-b7d0-da9fe7a56bac.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=a65cb89e-1808-4609-b7d0-da9fe7a56bac</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
It sounds like Microsoft's Consulting Services has extended  Mr.Walker's
OR-LOS for Commercial Lending.  If you have the time (28 minutes) its worth a
look but my overall impression is this could only be useful for a supper huge bank/lender
that has the IT staff to pull it off otherwise its just overly complicated. 
The question still remains how scalable and dependable this framework would be.
</p>
        <p>
        </p>
        <embed name="msn_soapbox" pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" type="application/x-shockwave-flash" flashvars="c=v&amp;v=db86ec08-f911-4a2f-860c-366e428ac6e2" wmode="transparent" quality="high" height="362" width="412">
          <p>
          </p>
          <p>
            <br />
            <a title="Loan Origination Commercial Extension" href="http://soapbox.msn.com/video.aspx?vid=db86ec08-f911-4a2f-860c-366e428ac6e2" target="_new">Video:
Loan Origination Commercial Extension</a>
          </p>
          <p>
Also according to Mr. Walker Microsoft will increase its participation with industry
standards ( ie MISMO)
</p>
          <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=a65cb89e-1808-4609-b7d0-da9fe7a56bac" />
          <br />
          <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.
</embed>
      </body>
      <title>MCS use OR-LOS for Commercial Lending.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,a65cb89e-1808-4609-b7d0-da9fe7a56bac.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,a65cb89e-1808-4609-b7d0-da9fe7a56bac.aspx</link>
      <pubDate>Wed, 11 Apr 2007 22:25:27 GMT</pubDate>
      <description>&lt;p&gt;
It sounds&amp;nbsp;like Microsoft's Consulting Services has extended &amp;nbsp;Mr.Walker's
OR-LOS for Commercial Lending.&amp;nbsp; If you have the time (28 minutes) its worth a
look but my overall impression is this could only be useful for a supper huge bank/lender
that has the IT staff to pull it off otherwise its just overly complicated.&amp;nbsp;
The question still remains how scalable and dependable this framework would be.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;embed name="msn_soapbox" pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" type="application/x-shockwave-flash" flashvars="c=v&amp;amp;v=db86ec08-f911-4a2f-860c-366e428ac6e2" wmode="transparent" quality="high" height="362" width="412"&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;a title="Loan Origination Commercial Extension" href="http://soapbox.msn.com/video.aspx?vid=db86ec08-f911-4a2f-860c-366e428ac6e2" target="_new"&gt;Video:
Loan Origination Commercial Extension&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Also according to Mr. Walker Microsoft will increase its participation with industry
standards ( ie MISMO)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=a65cb89e-1808-4609-b7d0-da9fe7a56bac" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,a65cb89e-1808-4609-b7d0-da9fe7a56bac.aspx</comments>
      <category>Microsoft</category>
      <category>XML</category>
      <category>MISMO</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=d8957d68-a5f0-4e7f-afcf-af333954580b</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,d8957d68-a5f0-4e7f-afcf-af333954580b.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,d8957d68-a5f0-4e7f-afcf-af333954580b.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=d8957d68-a5f0-4e7f-afcf-af333954580b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft has announced that Expression Web is now available for all MSDN Premium
subscribers.  Further more Expression Blend will be available shortly after the
Expression Studio release.  Its been a long time coming but it's fantastic to
see Microsoft change there mind based on our feed back.
</p>
        <p>
You can find out more at 
</p>
        <p>
Scott Gu's <a href="http://weblogs.asp.net/scottgu/archive/2007/04/03/expression-added-to-msdn.aspx" target="_blank">blog</a> or
Somasegar's <a href="http://blogs.msdn.com/somasegar/archive/2007/04/03/listening-to-your-feedback-expression-and-msdn.aspx" target="_blank">weblog</a> (
who broke the news.)
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=d8957d68-a5f0-4e7f-afcf-af333954580b" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Expressions Are Waiting</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,d8957d68-a5f0-4e7f-afcf-af333954580b.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,d8957d68-a5f0-4e7f-afcf-af333954580b.aspx</link>
      <pubDate>Tue, 03 Apr 2007 20:15:14 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft has announced that Expression Web is now available for all MSDN Premium
subscribers.&amp;nbsp; Further more Expression Blend will be available shortly after the
Expression Studio release.&amp;nbsp; Its been a long time coming but it's fantastic to
see Microsoft change there mind based on our feed back.
&lt;/p&gt;
&lt;p&gt;
You can find out more at 
&lt;/p&gt;
&lt;p&gt;
Scott Gu's &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/04/03/expression-added-to-msdn.aspx" target="_blank"&gt;blog&lt;/a&gt; or
Somasegar's&amp;nbsp;&lt;a href="http://blogs.msdn.com/somasegar/archive/2007/04/03/listening-to-your-feedback-expression-and-msdn.aspx" target="_blank"&gt;weblog&lt;/a&gt; (
who broke the news.)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=d8957d68-a5f0-4e7f-afcf-af333954580b" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,d8957d68-a5f0-4e7f-afcf-af333954580b.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=76469058-aa7b-4e13-a5f5-76c889546322</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,76469058-aa7b-4e13-a5f5-76c889546322.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,76469058-aa7b-4e13-a5f5-76c889546322.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=76469058-aa7b-4e13-a5f5-76c889546322</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was taking a look at <a href="http://weblogs.asp.net/scottgu/archive/2007/03/30/slides-from-my-asp-net-connections-talks-wpf-e-linq-and-asp-net-tips-tricks.aspx" target="_blank">Scott
Guthrie's</a> Developing Data-Driven Web Applications using LINQ.  This is going
to make life a little less dreary.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/LINQWarmFuzzyFeeling_D3BA/image%7B0%7D%5B1%5D.png" atomicselection="true">
            <img style="border: 0px none ;" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/LINQWarmFuzzyFeeling_D3BA/image%7B0%7D.png" border="0" height="120" width="240" />
          </a>
        </p>
        <p>
I like the second to the  last line results.Skip(startRow).Take(10);
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=76469058-aa7b-4e13-a5f5-76c889546322" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>LINQ == Warm Fuzzy Feeling</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,76469058-aa7b-4e13-a5f5-76c889546322.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,76469058-aa7b-4e13-a5f5-76c889546322.aspx</link>
      <pubDate>Sat, 31 Mar 2007 22:03:28 GMT</pubDate>
      <description>&lt;p&gt;
I was taking a look at &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/03/30/slides-from-my-asp-net-connections-talks-wpf-e-linq-and-asp-net-tips-tricks.aspx" target="_blank"&gt;Scott
Guthrie's&lt;/a&gt; Developing Data-Driven Web Applications using LINQ.&amp;nbsp; This is going
to make life a little less dreary.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/LINQWarmFuzzyFeeling_D3BA/image%7B0%7D%5B1%5D.png" atomicselection="true"&gt;&lt;img style="border: 0px none ;" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/LINQWarmFuzzyFeeling_D3BA/image%7B0%7D.png" border="0" height="120" width="240"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I like the second to the &amp;nbsp;last line results.Skip(startRow).Take(10);
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=76469058-aa7b-4e13-a5f5-76c889546322" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,76469058-aa7b-4e13-a5f5-76c889546322.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>Visual Studio</category>
      <category>LINQ</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=70fb3065-98a7-4131-b3aa-296146f4ed00</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,70fb3065-98a7-4131-b3aa-296146f4ed00.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,70fb3065-98a7-4131-b3aa-296146f4ed00.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=70fb3065-98a7-4131-b3aa-296146f4ed00</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If your interested Microsoft released " Office Business Applications" OBAs Their first
target is a Reference Application Pack for Loan Origination Systems.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/OBAforLOS_1358F/image%7B0%7D%5B1%5D.png" atomicselection="true">
            <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="73" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/OBAforLOS_1358F/image%7B0%7D.png" width="240" border="0" />
          </a>
        </p>
        <p>
Thanks Mike now every one and their mother will think they can build an LOS and Wholesale
system.
</p>
        <p>
          <embed name="msn_soapbox" pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" width="412" height="362" type="application/x-shockwave-flash" flashvars="c=v&amp;v=47130c2b-010b-493a-ba8d-437de2518be6" wmode="transparent" quality="high">
          </embed>
          <br />
          <a title="Microsoft Loan Origination Reference Architecture" href="http://soapbox.msn.com/video.aspx?vid=47130c2b-010b-493a-ba8d-437de2518be6" target="_new">Video:
Microsoft Loan Origination Reference Architecture</a>
        </p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
Building Distributed Applications 
</p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/bb233047.aspx" target="_blank">Architecting
Regulatory-Compliant Architectures</a>
        </p>
        <p>
  
</p>
        <p>
        </p>
        <p>
Building Distributed Applications 
</p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/bb330937.aspx" target="_blank">Architecting
Enterprise Loan Workflows and Orchestrations</a>
        </p>
        <p>
  
</p>
        <p>
Building Distributed Applications 
</p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/architecture/bb220800.aspx" target="_blank">Office
Business Applications: Building Composite Applications Using the Microsoft Platform</a>
        </p>
        <p>
  
</p>
        <h3>
          <a href="http://msdn2.microsoft.com/en-us/architecture/aa699365.aspx" target="_blank">MSDN
Financial Services Industry Center</a>
        </h3>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=70fb3065-98a7-4131-b3aa-296146f4ed00" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>OBA for LOS</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,70fb3065-98a7-4131-b3aa-296146f4ed00.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,70fb3065-98a7-4131-b3aa-296146f4ed00.aspx</link>
      <pubDate>Wed, 28 Mar 2007 05:00:58 GMT</pubDate>
      <description>&lt;p&gt;
If your interested Microsoft released " Office Business Applications" OBAs Their first
target is a Reference Application Pack for Loan Origination Systems.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/OBAforLOS_1358F/image%7B0%7D%5B1%5D.png" atomicselection="true"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="73" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/OBAforLOS_1358F/image%7B0%7D.png" width="240" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Thanks Mike now every one and their mother will think they can build an LOS and Wholesale
system.
&lt;/p&gt;
&lt;p&gt;
&lt;embed name="msn_soapbox" pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" width="412" height="362" type="application/x-shockwave-flash" flashvars="c=v&amp;amp;v=47130c2b-010b-493a-ba8d-437de2518be6" wmode="transparent" quality="high"&gt;&lt;/embed&gt;
&lt;br&gt;
&lt;a title="Microsoft Loan Origination Reference Architecture" href="http://soapbox.msn.com/video.aspx?vid=47130c2b-010b-493a-ba8d-437de2518be6" target="_new"&gt;Video:
Microsoft Loan Origination Reference Architecture&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Building&amp;nbsp;Distributed&amp;nbsp;Applications 
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/bb233047.aspx" target="_blank"&gt;Architecting
Regulatory-Compliant Architectures&lt;/a&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Building&amp;nbsp;Distributed&amp;nbsp;Applications 
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/bb330937.aspx" target="_blank"&gt;Architecting
Enterprise Loan Workflows and Orchestrations&lt;/a&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
Building&amp;nbsp;Distributed&amp;nbsp;Applications 
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/architecture/bb220800.aspx" target="_blank"&gt;Office
Business Applications: Building Composite Applications Using the Microsoft Platform&lt;/a&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;h3&gt;&lt;a href="http://msdn2.microsoft.com/en-us/architecture/aa699365.aspx" target="_blank"&gt;MSDN
Financial Services Industry Center&lt;/a&gt;
&lt;/h3&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=70fb3065-98a7-4131-b3aa-296146f4ed00" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,70fb3065-98a7-4131-b3aa-296146f4ed00.aspx</comments>
      <category>Microsoft</category>
      <category>Point</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=c57c9c2a-ae3b-4e58-9c95-10534f2b4d14</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,c57c9c2a-ae3b-4e58-9c95-10534f2b4d14.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,c57c9c2a-ae3b-4e58-9c95-10534f2b4d14.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c57c9c2a-ae3b-4e58-9c95-10534f2b4d14</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The Ado and Data blogs have posted links for the screen casts from this mornings VSLive
KeyNote.
</p>
        <p>
          <a href="http://blogs.msdn.com/data/archive/2007/03/27/vslive-keynote-san-francisco.aspx?" target="_blank">Data</a>
        </p>
        <p>
          <a href="http://blogs.msdn.com/adonet/archive/2007/03/27/edm-wizard-and-designer-featured-in-vslive-san-francisco-keynote.aspx" target="_blank">ADO.Net</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=c57c9c2a-ae3b-4e58-9c95-10534f2b4d14" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>This Morning's VSLive Key Note</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,c57c9c2a-ae3b-4e58-9c95-10534f2b4d14.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,c57c9c2a-ae3b-4e58-9c95-10534f2b4d14.aspx</link>
      <pubDate>Wed, 28 Mar 2007 04:48:58 GMT</pubDate>
      <description>&lt;p&gt;
The Ado and Data blogs have posted links for the screen casts from this mornings VSLive
KeyNote.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/data/archive/2007/03/27/vslive-keynote-san-francisco.aspx?" target="_blank"&gt;Data&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/adonet/archive/2007/03/27/edm-wizard-and-designer-featured-in-vslive-san-francisco-keynote.aspx" target="_blank"&gt;ADO.Net&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=c57c9c2a-ae3b-4e58-9c95-10534f2b4d14" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,c57c9c2a-ae3b-4e58-9c95-10534f2b4d14.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=6bff69db-9566-4c2e-9a19-514b5413ec0e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,6bff69db-9566-4c2e-9a19-514b5413ec0e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,6bff69db-9566-4c2e-9a19-514b5413ec0e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6bff69db-9566-4c2e-9a19-514b5413ec0e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft's XML Team just announced the <a href="http://blogs.msdn.com/xmlteam/archive/2007/03/22/xml-notepad-2007-version-2-3-is-now-available.aspx" target="_blank">release
of XML Notepad 2007 2.3</a></p>
        <p>
You can find the change log <a href="http://download.microsoft.com/download/6/e/e/6eef2361-33d4-48a2-b52e-5827c7f2ad68/Updates.xml" target="_blank">here</a> and
down load <a href="http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&amp;displaylang=en" target="_blank">here</a>.
</p>
        <p>
This is the new feature that caught my eye.
</p>
        <blockquote>
          <p>
            <em>"better handling of XML documents containing illegal characters"</em>
          </p>
        </blockquote>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6bff69db-9566-4c2e-9a19-514b5413ec0e" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>XML Notepad 2007 version 2.3</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,6bff69db-9566-4c2e-9a19-514b5413ec0e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,6bff69db-9566-4c2e-9a19-514b5413ec0e.aspx</link>
      <pubDate>Fri, 23 Mar 2007 04:27:02 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft's XML Team just announced the &lt;a href="http://blogs.msdn.com/xmlteam/archive/2007/03/22/xml-notepad-2007-version-2-3-is-now-available.aspx" target="_blank"&gt;release
of XML Notepad 2007 2.3&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
You can find the change log &lt;a href="http://download.microsoft.com/download/6/e/e/6eef2361-33d4-48a2-b52e-5827c7f2ad68/Updates.xml" target="_blank"&gt;here&lt;/a&gt; and
down load &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&amp;amp;displaylang=en" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
This is the new feature that caught my eye.
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&lt;em&gt;"better handling of XML documents containing illegal characters"&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6bff69db-9566-4c2e-9a19-514b5413ec0e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,6bff69db-9566-4c2e-9a19-514b5413ec0e.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=64662bd9-6700-45a7-b06f-07d31bdad692</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,64662bd9-6700-45a7-b06f-07d31bdad692.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,64662bd9-6700-45a7-b06f-07d31bdad692.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=64662bd9-6700-45a7-b06f-07d31bdad692</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was talking about the new crypto algorithms in Orcas with a co-worker today, and
since <a href="http://www.danielmoth.com/Blog/2007/03/new-security-stuff-in-orcas-framework.html" target="_blank">The
Moth</a> was kind enough to remind me I figured I would post a link to the <a href="http://blogs.msdn.com/shawnfa/archive/2007/01/17/new-crypto-algorithms-in-orcas.aspx" target="_blank">.Net
Security Blog</a> Covering them
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=64662bd9-6700-45a7-b06f-07d31bdad692" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Crypto Algorithms In Orcas</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,64662bd9-6700-45a7-b06f-07d31bdad692.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,64662bd9-6700-45a7-b06f-07d31bdad692.aspx</link>
      <pubDate>Thu, 15 Mar 2007 02:05:25 GMT</pubDate>
      <description>&lt;p&gt;
I was talking about the new crypto algorithms in Orcas with a co-worker today, and
since &lt;a href="http://www.danielmoth.com/Blog/2007/03/new-security-stuff-in-orcas-framework.html" target="_blank"&gt;The
Moth&lt;/a&gt; was kind enough to remind me I figured I would post a link to the &lt;a href="http://blogs.msdn.com/shawnfa/archive/2007/01/17/new-crypto-algorithms-in-orcas.aspx" target="_blank"&gt;.Net
Security Blog&lt;/a&gt; Covering them
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=64662bd9-6700-45a7-b06f-07d31bdad692" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,64662bd9-6700-45a7-b06f-07d31bdad692.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=3afa2394-39eb-4bc1-b8cc-b2a45738ec27</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,3afa2394-39eb-4bc1-b8cc-b2a45738ec27.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,3afa2394-39eb-4bc1-b8cc-b2a45738ec27.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=3afa2394-39eb-4bc1-b8cc-b2a45738ec27</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote>
          <p>
          </p>
        </blockquote>
        <p>
Thought I would pass along this little message to all the Vista users out there 
</p>
        <p>
from the <a href="http://blogs.msdn.com/ie/archive/2007/03/14/using-outlook-web-acess-owa-on-ie7-and-windows-vista.aspx">IEBlog</a></p>
        <blockquote>
          <p>
Hi, I’m B. Ashok, the Product Unit Manager for <a href="http://blogs.msdn.com/webdevtools">Web
Development Tools</a>.  As mentioned in my earlier <a href="http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx">post</a> last
summer, we have removed the DHTML Editing Control from Windows Vista as part of making
the operating system more secure.  
</p>
          <p>
One application that used the DHTML Editing Control in the past was OWA (Outlook Web
Access). We have issued a required <a href="http://support.microsoft.com/kb/911829">update</a> to
both Exchange 2000 and 2003 that enables OWA support for IE7 in Windows Vista. However
if your server does not have this update applied, you may experience the inability
to compose and edit e-mail messages on OWA when running IE7 in Windows Vista. When
this happens, you will see a red ‘x’ in place of your e-mail message body. 
</p>
          <p>
The Exchange team has a good blog <a href="http://msexchangeteam.com/archive/2006/11/16/431521.aspx">post</a> which
explains the issue in more detail, and describes how to update your Exchange 2000/2003
server to remedy this issue. The update does <b>not</b> require a reboot of the
Exchange server and will fully enable OWA to work for clients using IE7 in Windows
Vista. If you run into this problem, we highly recommend that you contact your
Exchange 2000/2003 administrator to make sure they have installed this update. 
</p>
          <p>
One other item to note is that the update referenced in this post, was re-released
on Feb 2007 to fix two additional issues: 
</p>
          <ul>
            <li>
Fixed inability to edit replies to messages composed in Entourage Exchange client 
</li>
            <li>
Fixed inability to edit replies to meeting requests</li>
          </ul>
          <p>
If you are running into either of these two issues, installing the <a href="http://support.microsoft.com/kb/911829">current
version of the update</a> should fix the problem. 
</p>
          <p>
Hopefully this helps anyone using Windows Vista who may be experiencing this issue
with OWA. 
</p>
          <p>
--Bash 
</p>
          <p>
            <img height="1" src="http://blogs.msdn.com/aggbug.aspx?PostID=1877269" width="1" />
          </p>
        </blockquote>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=3afa2394-39eb-4bc1-b8cc-b2a45738ec27" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Ashok on the IEBlog has some info for OWA users.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,3afa2394-39eb-4bc1-b8cc-b2a45738ec27.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,3afa2394-39eb-4bc1-b8cc-b2a45738ec27.aspx</link>
      <pubDate>Wed, 14 Mar 2007 23:31:25 GMT</pubDate>
      <description>&lt;blockquote&gt; 
&lt;p&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Thought I would pass along this little message to all the Vista users out there 
&lt;p&gt;
from the &lt;a href="http://blogs.msdn.com/ie/archive/2007/03/14/using-outlook-web-acess-owa-on-ie7-and-windows-vista.aspx"&gt;IEBlog&lt;/a&gt; &lt;blockquote&gt; 
&lt;p&gt;
Hi, I’m B. Ashok, the Product Unit Manager for &lt;a href="http://blogs.msdn.com/webdevtools"&gt;Web
Development Tools&lt;/a&gt;.&amp;nbsp;&amp;nbsp;As mentioned in my earlier &lt;a href="http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx"&gt;post&lt;/a&gt; last
summer, we have removed the DHTML Editing Control from Windows Vista as part of making
the operating system more secure.&amp;nbsp; 
&lt;p&gt;
One application that used the DHTML Editing Control in the past was OWA (Outlook Web
Access).&amp;nbsp;We have issued a required &lt;a href="http://support.microsoft.com/kb/911829"&gt;update&lt;/a&gt; to
both Exchange 2000 and 2003 that enables OWA support for IE7 in&amp;nbsp;Windows Vista.&amp;nbsp;However
if your server does not have this update applied, you may experience the inability
to compose and edit e-mail messages on OWA when running IE7 in Windows Vista.&amp;nbsp;When
this happens, you will see a red ‘x’ in place of your e-mail message body. 
&lt;p&gt;
The Exchange team has a good blog &lt;a href="http://msexchangeteam.com/archive/2006/11/16/431521.aspx"&gt;post&lt;/a&gt; which
explains the issue in more detail, and describes how to update your Exchange 2000/2003
server to remedy this issue.&amp;nbsp;The update does &lt;b&gt;not&lt;/b&gt; require a reboot of the
Exchange server and will fully enable OWA to work for clients using IE7 in Windows
Vista.&amp;nbsp;If you run into this problem, we highly recommend that you contact your
Exchange 2000/2003 administrator to make sure they have installed this update. 
&lt;p&gt;
One other item to note is that the update referenced in this post, was re-released
on Feb 2007 to fix two additional issues: 
&lt;ul&gt;
&lt;li&gt;
Fixed inability to edit replies to messages composed in Entourage Exchange client 
&lt;li&gt;
Fixed inability to edit replies to meeting requests&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
If you are running into either of these two issues, installing the &lt;a href="http://support.microsoft.com/kb/911829"&gt;current
version of the update&lt;/a&gt; should fix the problem. 
&lt;p&gt;
Hopefully this helps anyone using Windows Vista who may be experiencing this issue
with OWA. 
&lt;p&gt;
--Bash 
&lt;p&gt;
&lt;img height="1" src="http://blogs.msdn.com/aggbug.aspx?PostID=1877269" width="1"&gt;
&lt;/p&gt;
&lt;/blockquote&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=3afa2394-39eb-4bc1-b8cc-b2a45738ec27" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,3afa2394-39eb-4bc1-b8cc-b2a45738ec27.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=2286f82a-b248-44cb-a4a7-8c48185721b4</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,2286f82a-b248-44cb-a4a7-8c48185721b4.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,2286f82a-b248-44cb-a4a7-8c48185721b4.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2286f82a-b248-44cb-a4a7-8c48185721b4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
J.D. Meier Blogged about <a href="http://blogs.msdn.com/jmeier/archive/2007/03/14/structuring-web-projects-for-source-control-in-team-foundation-server.aspx" target="_blank">Structuring
Projects for Team Foundation Server</a></p>
        <p>
Interesting very similar to what we have adopted for our projects.
</p>
        <p>
Other links that I found of use regarding structuring projects all form Microsoft's
Patterns &amp; Practices team.
</p>
        <ul>
          <li>
            <a href="http://msdn2.microsoft.com/en-us/library/ms998208.aspx" target="_blank">Structuring
Solutions and Projects</a>
          </li>
          <li>
            <a href="http://msdn2.microsoft.com/en-us/library/ms998215.aspx" target="_blank">Managing
Dependencies</a>
          </li>
          <li>
            <a href="http://msdn2.microsoft.com/en-us/library/ms998174.aspx" target="_blank">BuildIt</a>
          </li>
        </ul>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=2286f82a-b248-44cb-a4a7-8c48185721b4" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Guide Lines For Structuring Team Projects</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,2286f82a-b248-44cb-a4a7-8c48185721b4.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,2286f82a-b248-44cb-a4a7-8c48185721b4.aspx</link>
      <pubDate>Wed, 14 Mar 2007 13:48:05 GMT</pubDate>
      <description>&lt;p&gt;
J.D. Meier Blogged about &lt;a href="http://blogs.msdn.com/jmeier/archive/2007/03/14/structuring-web-projects-for-source-control-in-team-foundation-server.aspx" target="_blank"&gt;Structuring
Projects for Team Foundation Server&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Interesting very similar to what we have adopted for our projects.
&lt;/p&gt;
&lt;p&gt;
Other links that I found of use regarding structuring projects all form Microsoft's
Patterns &amp;amp; Practices team.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms998208.aspx" target="_blank"&gt;Structuring
Solutions and Projects&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms998215.aspx" target="_blank"&gt;Managing
Dependencies&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms998174.aspx" target="_blank"&gt;BuildIt&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=2286f82a-b248-44cb-a4a7-8c48185721b4" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,2286f82a-b248-44cb-a4a7-8c48185721b4.aspx</comments>
      <category>DotNet</category>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=830a2557-66ad-48e2-ae67-16e2beaccd71</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,830a2557-66ad-48e2-ae67-16e2beaccd71.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,830a2557-66ad-48e2-ae67-16e2beaccd71.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=830a2557-66ad-48e2-ae67-16e2beaccd71</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Mary  Foley blogs <a href="http://blogs.zdnet.com/microsoft/?p=315">Microsoft
builds a ‘MySpace for financial pros’</a></p>
        <blockquote>
          <p>
I'll be interested to see whether this site gains much traction. Corporate controllers
and accountants don't strike me as folks who have a lot of time or interest to blog,
chat and share photos and play lists.
</p>
        </blockquote>
        <p>
It seems they do if you look at <a href="http://www.brokeruniverse.com/grapevine/" target="_blank">Mortgage
Grapevine.</a>  Many people are contributing questions and answers it looks like
they may have a need for their space.  The real question is will  Microsoft's(<a href="http://community.dynamics.com/" target="_blank">Microsoft
Dynamics Live Beta Community</a>) start up site have the traction to draw traffic
away from the Grapevine and <a href="http://www.brokeroutpost.com/" target="_blank">BrokerOutpost</a>?
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=830a2557-66ad-48e2-ae67-16e2beaccd71" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Do Financial pros need their own myspace?</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,830a2557-66ad-48e2-ae67-16e2beaccd71.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,830a2557-66ad-48e2-ae67-16e2beaccd71.aspx</link>
      <pubDate>Tue, 13 Mar 2007 03:12:42 GMT</pubDate>
      <description>&lt;p&gt;
Mary&amp;nbsp; Foley blogs &lt;a href="http://blogs.zdnet.com/microsoft/?p=315"&gt;Microsoft
builds a ‘MySpace for financial pros’&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
I'll be interested to see whether this site gains much traction. Corporate controllers
and accountants don't strike me as folks who have a lot of time or interest to blog,
chat and share photos and play lists.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
It seems they do if you look at &lt;a href="http://www.brokeruniverse.com/grapevine/" target="_blank"&gt;Mortgage
Grapevine.&lt;/a&gt;&amp;nbsp; Many people are contributing questions and answers it looks like
they may have&amp;nbsp;a need for their space.&amp;nbsp; The real question is will&amp;nbsp; Microsoft's(&lt;a href="http://community.dynamics.com/" target="_blank"&gt;Microsoft
Dynamics Live Beta Community&lt;/a&gt;) start up site have the traction to draw traffic
away from the Grapevine and &lt;a href="http://www.brokeroutpost.com/" target="_blank"&gt;BrokerOutpost&lt;/a&gt;?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=830a2557-66ad-48e2-ae67-16e2beaccd71" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,830a2557-66ad-48e2-ae67-16e2beaccd71.aspx</comments>
      <category>Microsoft</category>
      <category>Ramblings</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=bfbb9a69-2421-4fd9-8fc8-5347c7d71650</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,bfbb9a69-2421-4fd9-8fc8-5347c7d71650.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,bfbb9a69-2421-4fd9-8fc8-5347c7d71650.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=bfbb9a69-2421-4fd9-8fc8-5347c7d71650</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
It would appear that Microsoft has released Visual Studio 2005 Service Pack 1 update
for Windows Vista today. <a href="http://www.microsoft.com/presspass/features/2007/mar07/03-06VisualStudio.mspx" target="_blank">Q&amp;A:
Visual Studio 2005 Refresh Helps Developers Take Full Advantage of Windows Vista</a></p>
        <p>
However the <a href="http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx" target="_blank">down
load</a> page only seems to list the Beta currently.
</p>
        <p>
Download it <a href="http://www.microsoft.com/downloads/details.aspx?familyid=90E2942D-3AD1-4873-A2EE-4ACC0AACE5B6&amp;displaylang=en">here</a><br /></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bfbb9a69-2421-4fd9-8fc8-5347c7d71650" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Visual Studio 2005 SP1 for Vista... very soon</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,bfbb9a69-2421-4fd9-8fc8-5347c7d71650.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,bfbb9a69-2421-4fd9-8fc8-5347c7d71650.aspx</link>
      <pubDate>Tue, 06 Mar 2007 23:37:17 GMT</pubDate>
      <description>&lt;p&gt;
It would appear that Microsoft has released Visual Studio 2005 Service Pack 1 update
for Windows Vista today. &lt;a href="http://www.microsoft.com/presspass/features/2007/mar07/03-06VisualStudio.mspx" target="_blank"&gt;Q&amp;amp;A:
Visual Studio 2005 Refresh Helps Developers Take Full Advantage of Windows Vista&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
However the &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx" target="_blank"&gt;down
load&lt;/a&gt; page only seems to list the Beta currently.
&lt;/p&gt;
&lt;p&gt;
Download it &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=90E2942D-3AD1-4873-A2EE-4ACC0AACE5B6&amp;amp;displaylang=en"&gt;here&lt;/a&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bfbb9a69-2421-4fd9-8fc8-5347c7d71650" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,bfbb9a69-2421-4fd9-8fc8-5347c7d71650.aspx</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=bb77a659-49c5-4c35-a2c3-5bd8c26f4566</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=bb77a659-49c5-4c35-a2c3-5bd8c26f4566</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
March 07 newsletter from Calyx Software: 
</p>
        <blockquote>
          <p>
            <img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image001.gif" border="0" />
            <br />
            <strong>It’s Calyx Software’s goal to keep up with the needs of our customers. 
In keeping with this goal, we’ve made sure that our latest 5.4 version of Point 
is 100% compatible with Microsoft Vista</strong>™<strong>.</strong></p>
          <p>
            <b>
              <img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image003.gif" border="0" />
            </b>
          </p>
          <p>
            <em>Note: Windows Vista and the Windows logo are trademarks or registered trademarks
of Microsoft Corporation in the United States and/or other countries.</em>
          </p>
        </blockquote>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bb77a659-49c5-4c35-a2c3-5bd8c26f4566" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Its official Point 5.4 and Vista.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</link>
      <pubDate>Mon, 05 Mar 2007 17:03:35 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
March 07 newsletter from Calyx Software: &lt;blockquote&gt; 
&lt;p&gt;
&lt;img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image001.gif" border="0"&gt;
&lt;br&gt;
&lt;strong&gt;It’s Calyx Software’s goal to keep up with the needs of our customers.&amp;nbsp;
In keeping with this goal, we’ve made sure that our latest 5.4 version of Point&amp;nbsp;
is 100% compatible with Microsoft Vista&lt;/strong&gt;™&lt;strong&gt;.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image003.gif" border="0"&gt;&lt;/b&gt; 
&lt;p&gt;
&lt;em&gt;Note: Windows Vista and the Windows logo are trademarks or registered trademarks
of Microsoft Corporation in the United States and/or other countries.&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bb77a659-49c5-4c35-a2c3-5bd8c26f4566" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</comments>
      <category>Calyx</category>
      <category>Microsoft</category>
      <category>Point</category>
    </item>
  </channel>
</rss>