Tagged Questions
2
votes
0answers
91 views
How to make DSL compatible w/ both VS2010 and 2012?
I'm in charge of a DSL/VSVM VSIX extension at work and, since VS2012 just got released, I want to make it compatible with both.
The VSIX is already installable in both environments, but I get load ...
7
votes
6answers
2k views
Textual Domain-Specific language (DSL) development with Microsoft Visual Studio
I did some researches on developing a DSL in visual studio. At the beginning, I found out there is a Visualization and Modeling SDK for VS2010. It has a tool called DSL tool. But it seems that it is ...
0
votes
1answer
65 views
how to configure the vs.net dsl's Rule dynamically
I want to configure the dsl's rule dynamically
control the RuleOn dynamically
[RuleOn(typeof(Entity),FireTime........]
add parameter to Rule with xml file
can I inheritance my ...
0
votes
1answer
140 views
Why is the 'Named Domain Class' tool missing in the DSL Designer category in the toolbox?
I have the Domain-Specific development with VS DSL Tools book by Cook, Jones, et.all
The book and various tutorials online mention a NamedDomainClass tool that should be present in the DSL Designer ...
1
vote
1answer
106 views
Permanent node in DSL explorer
In my custom DSL tool I want a node in its Explorer which cannot be removed. Other than that, I want it to be like a regular node. Basically what I want is a node like the Xml Serialization Behavior ...
0
votes
1answer
426 views
Troubleshooting Plk Verification for Visual Studio Package in a VSIP Development Edition
I have a custom domain specific language project which was developed a while back, was deployed and run on the same machine inside the normal Visual Studio hive with no problems.
Server has been ...
1
vote
1answer
279 views
How to fix blurred Icon Decorator on DSL Tools?
I faced this problem and after an extensive research I found its root cause and a workaround that can be useful for other people.
The icon decorator becomes "blurred" because its positioning on the ...
0
votes
1answer
419 views
Visual Studio DSL Tools and Server Explorer
Is it possible to enable users to drag and drop a Table from the Visual Studio Server Explorer onto my own DSL Diagram?
I can drop custom Domain Classes I have created but want to make use of the ...
9
votes
4answers
2k views
Microsoft Visual Studio SDK DSL Tools - Any serious takers?
We are considering Microsoft DSL toolkit for creating some abstract designers. I already did some POCs, but would like to get some opinions on the same.
Any one here to share their experiences ...
0
votes
2answers
914 views
DSL Tools: How to create the DLL as weak-named
I have a DSL Tools solution.
I need to add a weak-named reference to this project.
Because the DSL Tools project DLL is strong-named i cannot used the weak-named DLL.
I cannot make the DLL ...
