Visual Studio
No edit summary |
No edit summary |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
You have access to [[code generation]] when running MDriven in Visual Studio. | <message>Write the content here to display this box</message> | ||
You have access to [[Documentation:Code generation|code generation]] when running MDriven in Visual Studio. | |||
If you open the model from within Visual Studio and it loads as XML instead of as a model surface, | If you open the model from within Visual Studio and it loads as XML instead of as a model surface, this is probably one of two possible problems: | ||
# You have not installed the MDriven Framework for the correct version of Visual Studio | # You have not installed the MDriven Framework for the correct version of Visual Studio | ||
# Your ecomdl file has been tagged by VS to open in the XML designer | # Your ecomdl file has been tagged by VS to open in the XML designer. If this is the case, the project file looks like this on the node for the ecomdl file: | ||
<None Include="yourmodel.ecomdl"> | |||
<SubType>Designer</SubType> | |||
</None> | |||
< | When in fact, it should look like this: | ||
<None Include="yourmodel.ecomdl" /> | |||
Load the project file to manually fix this. | |||
Read more on the [[Documentation:MDriven Framework Visual Studio installation|MDriven Framework Visual Studio installation here.]] | |||
Read more on [[Documentation:Switching to VS from MDrivenDesigner to Access CodeDress|Switching to VS from MDrivenDesigner to Access CodeDress]] | |||
Read more on | |||
[[Category:Visual Studio]] | [[Category:Visual Studio]] | ||
{{Edited|July|12|2025}} |
Latest revision as of 05:29, 30 January 2025
This page was created by Hans.karlsen@mdriven.net on 2017-01-22. Last edited by Stephanie@mdriven.net on 2025-01-30.
You have access to code generation when running MDriven in Visual Studio.
If you open the model from within Visual Studio and it loads as XML instead of as a model surface, this is probably one of two possible problems:
- You have not installed the MDriven Framework for the correct version of Visual Studio
- Your ecomdl file has been tagged by VS to open in the XML designer. If this is the case, the project file looks like this on the node for the ecomdl file:
<None Include="yourmodel.ecomdl"> <SubType>Designer</SubType> </None>
When in fact, it should look like this:
<None Include="yourmodel.ecomdl" />
Load the project file to manually fix this.
Read more on the MDriven Framework Visual Studio installation here.
Read more on Switching to VS from MDrivenDesigner to Access CodeDress