Ask a questionAsk a question
 

AnswerDSL: Visual Studio 2010 Deployment Issue

  • Monday, September 07, 2009 9:21 AMPhill Duffy Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Has Code
    I was wondering whether this is a known issue we are experiencing - using Visual Studio 2010 and DSL Toolkit Beta 1

    We can create our DSL fine, we can F5 Deploy and Debug great too, however if we run the Microsoft Visual Studio Extension to install it onto our non-experimental hive Visual Studio then the Diagram is not recognised, the Diagram File and the .diagram file sit at the same level and you can only open with XML editor.

    The CSProj file looks different too - this might be a result rather than a cause of something

    Working:

      <ItemGroup>
        <None Include="MyTest.testdsl" />
        <None Include="MyTest.testdsl.diagram">
          <DependentUpon>BCSMetaMan2.testdsl</DependentUpon>
        </None>
    ...
    


    Non-Working:

    <ItemGroup>
        <None Include="MyTest.testdsl" />
        <None Include="MyTest.testdsl.diagram" />
    ...
    


    Any help is greatfuly recieved, Thanks, Phill


    BDC Meta Man Web Edition - Out Now
    • Moved byWesley YaoMSFT, ModeratorWednesday, September 09, 2009 3:23 AMvs2010 extensibility (From:Visual Studio Extensibility)
    •  

Answers

All Replies