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