<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>Edward Bakker</title>
    <link>http://www.edwardbakker.nl/</link>
    <description>Guidance, automation and factories</description>
    <language>en-us</language>
    <copyright>Edward Bakker </copyright>
    <lastBuildDate>Tue, 23 Dec 2008 20:58:40 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.2</generator>
    <managingEditor>ef.bakker@quicknet.nl</managingEditor>
    <webMaster>ef.bakker@quicknet.nl</webMaster>
    <item>
      <trackback:ping>http://www.edwardbakker.nl/Trackback.aspx?guid=f9693cff-97a4-4e40-8eea-b944c3b62eef</trackback:ping>
      <pingback:server>http://www.edwardbakker.nl/pingback.aspx</pingback:server>
      <pingback:target>http://www.edwardbakker.nl/PermaLink,guid,f9693cff-97a4-4e40-8eea-b944c3b62eef.aspx</pingback:target>
      <dc:creator>Edward Bakker (Edward Bakker)</dc:creator>
      <wfw:comment>http://www.edwardbakker.nl/CommentView,guid,f9693cff-97a4-4e40-8eea-b944c3b62eef.aspx</wfw:comment>
      <wfw:commentRss>http://www.edwardbakker.nl/SyndicationService.asmx/GetEntryCommentsRss?guid=f9693cff-97a4-4e40-8eea-b944c3b62eef</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      For some (experimental) work that I am currently doing with <a href="http://clemensreijnen.nl/">Clemens</a> we
      needed a version of <a href="http://www.codeplex.com/blueprints">Blueprints</a> that
      installs on the current <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;displaylang=en">VS
      2010 CTP</a>. I am sure every developer already knows how to modify an .MSI package
      by using ‘Orca’ (part of Windows SDK) so I am not going to explain in detail how to
      do that. However, the good news is, that if we open the <a href="http://www.codeplex.com/blueprints/Release/ProjectReleases.aspx?ReleaseId=20784">Blueprints
      2.1.2 CTP</a> in Orca, replace every occurrence of ‘Visual Studio 9.0’ by ‘Visual
      Studio 10.0’ and save it again we are good to go. No other changes needed. The modified
      installer runs without issues on <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;displaylang=en">VS
      2010 CTP</a> and so far we haven’t found any problems with Blueprints on VS 2010. 
   </p>
        <p>
      If you are interested in the work we are doing, I suggest to go read an <a href="http://www.clemensreijnen.nl/post/The-VSTA-Layer-Diagram-and-the-P5eP-App-Arch-Guide-20.aspx">introductional
      post</a> that <a href="http://www.clemensreijnen.nl/">Clemens</a> just posted which
      describes some early ideas. Expect some more details in the next coming days, weeks,
      months on both <a href="http://www.clemensreijnen.nl/">Clemens</a> blog and/or this
      one. 
   </p>
        <img width="0" height="0" src="http://www.edwardbakker.nl/aggbug.ashx?id=f9693cff-97a4-4e40-8eea-b944c3b62eef" />
      </body>
      <title>Blueprints: Visual Studio 2010 CTP</title>
      <guid>http://www.edwardbakker.nl/PermaLink,guid,f9693cff-97a4-4e40-8eea-b944c3b62eef.aspx</guid>
      <link>http://www.edwardbakker.nl/PermaLink,guid,f9693cff-97a4-4e40-8eea-b944c3b62eef.aspx</link>
      <pubDate>Tue, 23 Dec 2008 20:58:40 GMT</pubDate>
      <description>&lt;p&gt;
   For some (experimental) work that I am currently doing with &lt;a href="http://clemensreijnen.nl/"&gt;Clemens&lt;/a&gt; we
   needed a version of &lt;a href="http://www.codeplex.com/blueprints"&gt;Blueprints&lt;/a&gt; that
   installs on the current &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;amp;displaylang=en"&gt;VS
   2010 CTP&lt;/a&gt;. I am sure every developer already knows how to modify an .MSI package
   by using ‘Orca’ (part of Windows SDK) so I am not going to explain in detail how to
   do that. However, the good news is, that if we open the &lt;a href="http://www.codeplex.com/blueprints/Release/ProjectReleases.aspx?ReleaseId=20784"&gt;Blueprints
   2.1.2 CTP&lt;/a&gt; in Orca, replace every occurrence of ‘Visual Studio 9.0’ by ‘Visual
   Studio 10.0’ and save it again we are good to go. No other changes needed. The modified
   installer runs without issues on &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;amp;displaylang=en"&gt;VS
   2010 CTP&lt;/a&gt; and so far we haven’t found any problems with Blueprints on VS 2010. 
&lt;p&gt;
   If you are interested in the work we are doing, I suggest to go read an &lt;a href="http://www.clemensreijnen.nl/post/The-VSTA-Layer-Diagram-and-the-P5eP-App-Arch-Guide-20.aspx"&gt;introductional
   post&lt;/a&gt; that &lt;a href="http://www.clemensreijnen.nl/"&gt;Clemens&lt;/a&gt; just posted which
   describes some early ideas. Expect some more details in the next coming days, weeks,
   months on both &lt;a href="http://www.clemensreijnen.nl/"&gt;Clemens&lt;/a&gt; blog and/or this
   one. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.edwardbakker.nl/aggbug.ashx?id=f9693cff-97a4-4e40-8eea-b944c3b62eef" /&gt;</description>
      <comments>http://www.edwardbakker.nl/CommentView,guid,f9693cff-97a4-4e40-8eea-b944c3b62eef.aspx</comments>
      <category>Blueprints;VSTA;ALM</category>
    </item>
  </channel>
</rss>