Answered Migrating DSL Tool from VS2010 to VS2012 RTM

  • Friday, August 17, 2012 2:09 AM
     
     

    Is there a tool / tutorial / blog post / guide available to assist in the migration of a DSL Tool to VS 2012 RTM (it started out as a DSL tool under VS2008, then migrated to VS 2010) 

    What are the known issues, bugs, new features, etc. as it relates to DSL Tools?

All Replies

  • Sunday, August 19, 2012 4:19 PM
     
     Answered

    You'll find a dedicated tool DslProjectsMigrationTool.exe into %Program Files%\Microsoft Visual Studio 11.0\VSSDK\VisualStudioIntegration\Tools\DSLTools\

    You have to follow the same recipe as in the past, in waiting for an update of the documentation

    How to: Migrate a Domain-Specific Language to a New Version

    About new features, it seems that this version is focus on bug fix.

    http://social.msdn.microsoft.com/Forums/pl/dslvsarchx/thread/c381c282-7add-4762-9d94-ec387eb60132

    Pascal


    blog.mexedge.com

    • Marked As Answer by Jaans Monday, August 20, 2012 1:01 AM
    •  
  • Monday, August 20, 2012 1:02 AM
     
     

    Brilliant!

    Thank you for all that - I'll check it out.

  • Thursday, November 29, 2012 8:36 AM
     
     

    Hi,

    I got the same problem. I used the migration guide at:

    http://msdn.microsoft.com/en-us/library/tfs/cc825931.aspx

    But I stuck at point 5. The button "transform all templates" is not visible. Also the .DSL file won't open in the designer view.

    Do you have any advice?

    Thanks!

  • Monday, December 10, 2012 7:44 AM
     
     
    C'mon. No idea? :-)
  • Thursday, January 10, 2013 11:42 AM
     
     

    "Transform All Templates" has moved to the "Build" menu. Have you tried to point the DevEnv to the Designer using "Open with" from the Contextmenu?

    Hope this helps... ;-)