<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Deep's Weblog</title><subtitle type="html" /><id>http://blogs.msdn.com/ddubey/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/ddubey/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-03-01T20:33:00Z</updated><entry><title>Moving on to New Avenues!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2008/05/24/moving-on-to-new-avenues.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2008/05/24/moving-on-to-new-avenues.aspx</id><published>2008-05-24T08:58:00Z</published><updated>2008-05-24T08:58:00Z</updated><content type="html">&lt;P&gt;I had a fun ride on the VSX team over the last 3 years. It was great shipping VS 2005, VS 2008 and the SDKs and also working with VSIP partners, attending VSIP conferences and sharing some great ideas on improving developer productivity. I am confident that VSX is in great hands and the team will deliver enhanced support for seamless integration for partner products with VS.&lt;/P&gt;
&lt;P&gt;It is time for me to move on to new things. I am taking on a new role in the Live Services Division working in Display Advertisement Targeting. This is a new areas for me and I am excited about the oppurtunities for Microsoft in the Live world.&lt;/P&gt;
&lt;P&gt;Thanks everyone in the VSX community for the moments I got to share with you!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8544735" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="services" scheme="http://blogs.msdn.com/ddubey/archive/tags/services/default.aspx" /><category term="vsx" scheme="http://blogs.msdn.com/ddubey/archive/tags/vsx/default.aspx" /><category term="live" scheme="http://blogs.msdn.com/ddubey/archive/tags/live/default.aspx" /></entry><entry><title>Off to Barcelona TechEd EMEA/VSIP Dev Lab!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/11/02/off-to-barcelona-teched-emea-vsip-dev-lab.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/11/02/off-to-barcelona-teched-emea-vsip-dev-lab.aspx</id><published>2007-11-02T09:14:00Z</published><updated>2007-11-02T09:14:00Z</updated><content type="html">&lt;P&gt;I will be attending &lt;A class="" title="TechED EMEA" href="http://www.mseventseurope.com/TechEd/" mce_href="http://www.mseventseurope.com/TechEd/"&gt;TechEd EMEA&lt;/A&gt; in Barcelona and presenting at the VSIP dev lab being held on Nov 9 and Nov 10. &lt;/P&gt;
&lt;P&gt;We have a couple of talks on customizing Visual Studio in the general sessions:&lt;BR&gt;- Discussing Various Scenarios for Customizing Visual Studio - From Visual Studio Shell to Visual Studio Tools for Applications&amp;nbsp; &lt;BR&gt;- Build your Own IDE with the Visual Studio Shell&amp;nbsp; &lt;BR&gt;&lt;BR&gt;The VSIP dev lab will cover technical aspects of Visual Studio extensibility using MPF/VSIP APIs and also provide overview of the upcoming VS 2008 SDK V1 release.&lt;/P&gt;
&lt;P&gt;I am looking forward to this trip. We are going to have a fun time in Barcelona. I look forward to meeting you if you are coming to TechEd Barcelona.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR&gt;Deep&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5829057" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author></entry><entry><title>Tools for Tools</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/10/27/tools-for-tools.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/10/27/tools-for-tools.aspx</id><published>2007-10-27T03:36:00Z</published><updated>2007-10-27T03:36:00Z</updated><content type="html">&lt;P&gt;As we come close to shipping VS 2008 SDK V1, I would like to talk a little about the future of the VS SDK and the plans we have around supporting the extensibility community.&lt;/P&gt;
&lt;P&gt;We have been focussing a lot on the samples and tooling to make it easier for extenders to use the VSIP APIs and consume the VS SDK but now we are going to be changing the focus to build &lt;STRONG&gt;Tools for Tools&lt;/STRONG&gt;. What this means is that we want to make it create Tools that make it easy for the VSX extenders to create the developer tools for the end users.&lt;/P&gt;
&lt;P&gt;It has been challenging for the&amp;nbsp;VSX community to create extensions and deploy these extensions. It is also tricky migrating extensions from previous versions of Visual Studio to a later version. VS Shell introduces another layer of complexity in sharing extensions. We are now taking this challenge and will try to provide solutions tha will make some of these tasks easier in future.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Make it easier to create extensions&lt;BR&gt;&lt;/STRONG&gt;–VSX DSL for defining packages containing commands, tool windows etc.&lt;BR&gt;–Generate the skeleton code from a VSX definition&lt;BR&gt;–Similar to experience that DSL Tools offers for creating DSLs&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;Make it easier to test and debug extensions&lt;BR&gt;&lt;/STRONG&gt;–Generate test stubs from a VSX definition&lt;BR&gt;–Specialized inspectors to view the state of extensions during debugging&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;Make it easier to deploy extensions&lt;BR&gt;&lt;/STRONG&gt;–VSX Setup DSL to define set of VSX assets to be deployed&lt;BR&gt;–Experience to get a PLK from within VS&lt;BR&gt;–Experience to upload/list your extension on online catalog&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;Make it easier to migrate extensions between versions of VS&lt;BR&gt;&lt;/STRONG&gt;–Exploit VSX DSL and code generation&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Make it easier to customize the VS Shell&lt;BR&gt;&lt;/STRONG&gt;–Specialized designers for customizing the shell&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know what you think about these ideas and challenges&amp;nbsp;that we are taking on!&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks&lt;BR&gt;Deep&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5697948" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vs sdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+sdk/default.aspx" /><category term="ecosystem" scheme="http://blogs.msdn.com/ddubey/archive/tags/ecosystem/default.aspx" /><category term="tools" scheme="http://blogs.msdn.com/ddubey/archive/tags/tools/default.aspx" /></entry><entry><title>Oct 2007 VSIP Conference</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/10/13/oct-2007-vsip-conference.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/10/13/oct-2007-vsip-conference.aspx</id><published>2007-10-13T04:12:00Z</published><updated>2007-10-13T04:12:00Z</updated><content type="html">&lt;P&gt;The next VSIP conference starts Oct 15 and runs through Oct 17. This is one of the biggest VSIP conference we have organized in the history of the VSIP program. I will be presenting&amp;nbsp;on Oct 16, 2007 during the conference and&amp;nbsp;my presentation will provide an overview of the V1 VS 2008 SDK and the future plans and vision. We have some great presentations during this conference and if you are there you are going to love the content. I am looking forward to the conference and meeting VSIP partners attending the conference to get some valuable feedback on the V1 SDK so that we can go back to the draweing board and plan the future releases.&lt;/P&gt;
&lt;P&gt;We have a partner get together at the Chateau Ste Michelle&amp;nbsp;winery in woodinville. I love their Syrah's. I hope you will make it to this event if you are attending the conference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See you at the Conference!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5432662" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vs sdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+sdk/default.aspx" /><category term="vsip conference" scheme="http://blogs.msdn.com/ddubey/archive/tags/vsip+conference/default.aspx" /></entry><entry><title>VB Pack for VS SDK 2005</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/09/16/vb-pack-for-vs-sdk-2005.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/09/16/vb-pack-for-vs-sdk-2005.aspx</id><published>2007-09-17T01:15:00Z</published><updated>2007-09-17T01:15:00Z</updated><content type="html">&lt;P&gt;The &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3844FD97-51CB-4DD4-BC90-E149B8D360F1&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3844FD97-51CB-4DD4-BC90-E149B8D360F1&amp;amp;displaylang=en"&gt;VB pack for VS SDK 2005&lt;/A&gt; is now released. It provides the SDK samples converted in the Visual Basic language and a new wizard that is used for generating Visual Basic based integration Packages for Microsoft Visual Studio. This download is an add-on to &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=51a5c65b-c020-4e08-8ac0-3eb9c06996f4&amp;amp;displaylang=en"&gt;VS SDK 2005 4.0&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VB support for the upcoming VS 2008 SDK will be included in the SDK and won't be a separate add-on pack.&lt;/P&gt;
&lt;P&gt;The VB Pack for VS SDK 2005 includes Visual Basic Samples which were converted from the C# samples in the SDK. The new Visual Basic samples can be accessed from the Visual Studio SDK Browser. It also as the Visual Basic Visual Studio Integration Package Wizard&amp;nbsp;that will assist in generating Visual Basic Integration Packages for Microsoft Visual Studio.&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4946832" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vb pack" scheme="http://blogs.msdn.com/ddubey/archive/tags/vb+pack/default.aspx" /><category term="vssdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vssdk/default.aspx" /><category term="vsip" scheme="http://blogs.msdn.com/ddubey/archive/tags/vsip/default.aspx" /></entry><entry><title>VS Shell Isolated Development</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/09/08/vs-shell-isolated-development.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/09/08/vs-shell-isolated-development.aspx</id><published>2007-09-08T03:55:00Z</published><updated>2007-09-08T03:55:00Z</updated><content type="html">&lt;P&gt;We are working actively to enhance the expereince of package development for VS Shell Isolated SKU for the VS 2008 V1 VS SDK to be released to target VS 2008 RTM. This will make is easier to add new and existing VSIP packages to a VS Shell SKU. We will be adding support for creation of pkgdef files for the managed packages added to the SKU. The F-5 scenario will also be enhanced to detect the updated to the packages and automatically run the Setup for the SKU to re-create the registry hive for the SKU. We are currently investigating how to enable creation of pkgdef file for native packages. The packages will also support targeting VS Shell SKU to run integration tests added by the packages. This should help test the new packages added to the SKU and reduce the overall cost of testing the SKU.&lt;/P&gt;
&lt;P&gt;Stay tuned for these enahncements planned for VS SDK V1 release for VS 2008!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4819340" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vs sdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+sdk/default.aspx" /><category term="vs shell" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+shell/default.aspx" /></entry><entry><title>Visual Studio Shell</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/06/07/visual-studio-shell.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/06/07/visual-studio-shell.aspx</id><published>2007-06-08T01:15:00Z</published><updated>2007-06-08T01:15:00Z</updated><content type="html">&lt;P&gt;We announced a new product "Visual Studio Shell" that will be released with Visual Studio 2008. This SKU of Visual Studio will be available to VSIP partners when Visual Studio 2008 BETA 2 ships.&lt;/P&gt;
&lt;P&gt;The Shell comes in 2 flavors: Integrated and Isolated:&lt;/P&gt;
&lt;P&gt;The "Integrated" flavor is the core Visual Studio Shell with all the Microsoft provided languages removed. This was called Premier Partner Edition in VS 2005 and VS 2003. It is branded as "Microsoft Visual Studio". If you are a VSIP partner with&amp;nbsp;your own language or developer tool that could run on it's own, or integrate if the user has a full edition of Visual Studio installed, this is usually the right flavor.&lt;/P&gt;
&lt;P&gt;The "Isolated" flavor of the Visual Studio Shell allows re-branding of the shell. This enables you to brand an application built on Visual Studio Shell completely.&amp;nbsp; The Visual Studio Shell "Isolated" based application live entirely independent from Microsoft Visual Studio SKUs.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3150996" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="shell" scheme="http://blogs.msdn.com/ddubey/archive/tags/shell/default.aspx" /><category term="ppe" scheme="http://blogs.msdn.com/ddubey/archive/tags/ppe/default.aspx" /><category term="visual studio" scheme="http://blogs.msdn.com/ddubey/archive/tags/visual+studio/default.aspx" /></entry><entry><title>VS SDK Code Name "Orcas" June CTP Released!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/06/07/vs-sdk-code-name-orcas-june-ctp-released.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/06/07/vs-sdk-code-name-orcas-june-ctp-released.aspx</id><published>2007-06-08T00:58:00Z</published><updated>2007-06-08T00:58:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;The VS SDK team released the&amp;nbsp;latest VS SDK targeting &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;A href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx"&gt;&lt;SPAN style="COLOR: purple; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial"&gt;Visual Studio Orcas Beta 1&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;last week&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;. You can download it from &lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1C99A9C8-ADFC-4DE6-8B9E-2A5C6B540332&amp;amp;displaylang=en"&gt;&lt;FONT color=#0000ff&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=1C99A9C8-ADFC-4DE6-8B9E-2A5C6B540332&amp;amp;displaylang=en&lt;/FONT&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;This SDK exposes the Run As Normal User (RANU) feature for the first time. When the Visual Studio SDK is installed on a computer, a user with non-administrator permissions can now&amp;nbsp;create a package by using the wizard, and then press F5 to open the new package in the experimental hive. There are a few issues in the platform that causes the devenv /setup action to fail so you might still have to be an admin on the box but the registry re-direction is implemented and the packlages registration happens under HKCU when RANU is used. These issues in the platform are being fixed for BETA 2 release. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;There were also some changes to DSL Tools. These include new path editing. In DSL Tools, paths are used in a DSL definition to specify diagram element maps and explorer behavior. This CTP adds richer path editing to the DSL Designer, in the form of a drop-down tree control. You can now either type the path syntax, or you can display a tree view of all the valid paths from the current starting point. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: auto 0in auto 0.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Also, with the current release of the CTP, we have removed the Release month, for example 2007.04, from the SDK folder structure and “Microsoft” was added to the VS SDK shortcut and root folder name. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: auto 0in auto 0.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;Thanks&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: auto 0in auto 0.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;Deep&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3149310" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vs sdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+sdk/default.aspx" /><category term="ranu" scheme="http://blogs.msdn.com/ddubey/archive/tags/ranu/default.aspx" /><category term="dsl" scheme="http://blogs.msdn.com/ddubey/archive/tags/dsl/default.aspx" /></entry><entry><title>RANU Package Development</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/05/08/ranu-package-development.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/05/08/ranu-package-development.aspx</id><published>2007-05-09T00:37:00Z</published><updated>2007-05-09T00:37:00Z</updated><content type="html">&lt;P&gt;Today I want to talk about &lt;STRONG&gt;RANU&lt;/STRONG&gt; for Package development. RANU stands for Run as Normal user. In Orcas VS SDK, we are providing package developers the ability to create packages as a normal user. Package developers do not need to be administrators on the development box. This was the requirement in VS 2005 SDK since the packages were registered in the experimental VS hive under HKLM.&lt;/P&gt;
&lt;P&gt;In Orcas SDKs we will provide the ability to use HKCU as the package registrative hive for package development purposes. There is a new switch added to &lt;STRONG&gt;devnev.exe /RANU&lt;/STRONG&gt;. This switch launches VS and uses the&amp;nbsp;hive under HKCU.&amp;nbsp;In the VS SDK,&amp;nbsp;the vsregx tool will be updated to create experimental hive under HKCU. Regpkg.exe tool will be updated to register packages under HKCU. The VS SDK samples build tasks will be uodated to use the regpkg.exe that registers the package in the HKCU experimental hive.&lt;/P&gt;
&lt;P&gt;RANU does not enable package deployment under HKCU though. You will continue to deploy VS packages under the HKLM hive of VS. For this purpose we continue to give the ability to use HKLM for package development. You would need to create the experimental hive in HKLM manually using the vsregx tool and modify the build task on the sample in SDK to register the package under HKLM.&lt;/P&gt;
&lt;P&gt;These changes are currently not in the VS SDK BETA 1 CTP&amp;nbsp;targeting Orcas. We hope to provide this functionality in the next CTP of VS SDK.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2487625" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vs sdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+sdk/default.aspx" /><category term="package development" scheme="http://blogs.msdn.com/ddubey/archive/tags/package+development/default.aspx" /><category term="run as normal user" scheme="http://blogs.msdn.com/ddubey/archive/tags/run+as+normal+user/default.aspx" /><category term="ranu" scheme="http://blogs.msdn.com/ddubey/archive/tags/ranu/default.aspx" /></entry><entry><title>V4 VS SDK Targeting VS 2005 Released!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/ddubey/archive/2007/03/01/v4-vs-sdk-targeting-vs-2005-released.aspx" /><id>http://blogs.msdn.com/ddubey/archive/2007/03/01/v4-vs-sdk-targeting-vs-2005-released.aspx</id><published>2007-03-01T23:33:00Z</published><updated>2007-03-01T23:33:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;On behalf of the VS Tools Ecosystem team, I am&amp;nbsp;pleased to announce that after months of hard work,&amp;nbsp;VS SDK 4.0&amp;nbsp;has been released! This is the last SDK release planned for Visual Studio 2005. The team&amp;nbsp;has done a ton of work to make this release friendly to developers who are new to Visual Studio extensibility. It is available for immediate download on the &lt;A title="http://www.microsoft.com/downloads/details.aspx?FamilyID=51a5c65b-c020-4e08-8ac0-3eb9c06996f4&amp;amp;displaylang=en&amp;#10;http://www.vsipmembers.com/" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=51a5c65b-c020-4e08-8ac0-3eb9c06996f4&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=51a5c65b-c020-4e08-8ac0-3eb9c06996f4&amp;amp;displaylang=en"&gt;&lt;FONT color=#0000ff&gt;Microsoft Download Center&lt;/FONT&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Some of the new features included in this release:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in" type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;VS SDK Browser&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt; – the new entry-point to the entire SDK; includes new QuickStart Tutorials and a completely revamped sample browsing experience, community resources and tools info&lt;/SPAN&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Package Load Analyzer&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt; – allows you to&amp;nbsp;easily diagnose package load failures&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Toolbox Installer redistributable package&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt; – allows component vendors to&amp;nbsp;simplify deployment, along with a sample demonstrating how to do it all.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/LI&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;
&lt;LI class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;TFS Contents&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt; – new and updated TFS samples and documentation&lt;/SPAN&gt; 
&lt;LI class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Sandcastle&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt; – new set of tools for generating managed class library documentation (Sandcastle)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt; &lt;/SPAN&gt;
&lt;LI class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Updated Setup experience&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'"&gt; &lt;/SPAN&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;/B&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in" type=disc&gt;&lt;/SPAN&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1781399" width="1" height="1"&gt;</content><author><name>ddubey</name><uri>http://blogs.msdn.com/members/ddubey.aspx</uri></author><category term="vs sdk" scheme="http://blogs.msdn.com/ddubey/archive/tags/vs+sdk/default.aspx" /></entry></feed>