Pablo Galiano : Integrating DSL RTM and GAX part two

Subscriptions

<January 2009>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

News

Subscribe to Pablo Galiano by Email

Post Categories

Integrating DSL RTM and GAX part two

Once we have the guidance package and the DSL package living on the same visual studio hive one thing that we will need for sure is the ability to launch recipes from the DSL designer.

For that we need to find out the command bar GUID of the DSL designer.

Steps:

  • Open the DSL solution
  • Open the Constants.cs file located under the DslPackage.csproj
  • Look for:         

    internal static partial class Constants

    {

        // Menu identifier

        public const string Language1CommandSetId = "a00ac613-8df8-4537-b7c7-89d31a44651c";

    }

  • Update the HostData section of the recipe manifest

  < HostData >

    < CommandBar Guid ="a00ac613-8df8-4537-b7c7-89d31a44651c"ID="65536"/>

  </ HostData

 

      Notice that the ID for the DSL RTM version will always be 65536.

 

Pablo

posted on Monday, October 09, 2006 9:39 AM by pga

# Building Software Factories Today @ Monday, January 08, 2007 10:09 AM

Software factories is an elusive concept nowadays. In this article, I will try to help you understand

Anonymous

# Genaro @ Wednesday, September 19, 2007 2:22 PM

http://3055afc6740510a180e8fafa08867656-t.uugowv.org <a href="http://3055afc6740510a180e8fafa08867656-h.uugowv.org">3055afc6740510a180e8fafa08867656</a> [url]http://3055afc6740510a180e8fafa08867656-b1.uugowv.org[/url] [url=http://3055afc6740510a180e8fafa08867656-b2.uugowv.org]3055afc6740510a180e8fafa08867656[/url] [u]http://3055afc6740510a180e8fafa08867656-b3.uugowv.org[/u] 514d733afec6f642f2a79083b4606e1b

Jerry