Sign in
Jean-Marc Prieur's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Code Index SDK
DSL Tools
T4
Visual Studio 2010
Visual Studio 2012
VS2010
VSTS2010
VSX
Archive
Archives
September 2012
(1)
August 2012
(1)
June 2012
(1)
April 2012
(1)
March 2012
(3)
February 2011
(1)
August 2010
(1)
June 2010
(1)
May 2010
(4)
April 2010
(5)
February 2010
(3)
December 2009
(1)
October 2009
(3)
September 2009
(1)
July 2009
(7)
June 2009
(3)
May 2009
(1)
April 2009
(1)
March 2009
(1)
January 2009
(1)
November 2008
(2)
September 2008
(1)
August 2008
(1)
May 2008
(1)
April 2008
(3)
MSDN Blogs
>
Jean-Marc Prieur's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jean-Marc Prieur's Blog
We re-released the VsVmSdk for Visual Studio 2012 RTM
Posted
7 months ago
by
Jean-Marc Prieur
1
Comments
Last Friday, we have re-release the VsVmSdk that was originally released on 8/15. The new version of the file is 11.0.50727.01, which is lower than the previously released file (11.0.50727.03). This is by design. Note : installing this software requires...
Jean-Marc Prieur's Blog
Error Migrating some DSL solutions to Visual Studio 2012
Posted
9 months ago
by
Jean-Marc Prieur
0
Comments
As you may know, it is possible to migrate a DSL Project to the current version of Visual Studio using DslProjectMigrationTool.exe which is available from the Visualization and Modeling SDK. This is no exception for Visual Studio 2010, where the tool...
Jean-Marc Prieur's Blog
What is new in Visual Studio 2012 RC Visualization and Modeling SDK ?
Posted
11 months ago
by
Jean-Marc Prieur
0
Comments
Last week, we shipped the VsVm SDK RC ( Visual Studio 2012 RC Visualization and Modeling SDK ). Here is what is new with respect to VsVmSDK Beta: DSL Tools We fixed a few bugs in the runtime, in particular, adding an element to a compartment shape could...
Jean-Marc Prieur's Blog
What is new with T4 in Visual Studio 11 Beta?
Posted
over 1 year ago
by
Jean-Marc Prieur
0
Comments
In case you missed it, Gareth just blogged about what’s new with T4. As you know T4 is independent on the DSL Tools, but widely used by them.
Jean-Marc Prieur's Blog
More about the Code Index SDK
Posted
over 1 year ago
by
Jean-Marc Prieur
0
Comments
If you were waiting for more information about the code index SKD, please know that I’ve continued blogging about it on the visualstudioalm blog : http://blogs.msdn.com/b/visualstudioalm/archive/tags/code+index/
Jean-Marc Prieur's Blog
What is the code index SDK?
Posted
over 1 year ago
by
Jean-Marc Prieur
0
Comments
The Dependency Graphs in Visual Studio Ultimate are much more scalable … In Visual Studio 2010, we released the Dependency diagrams, which enabled you to visualize the dependencies between assemblies, namespaces, types or members through directed graphs...
Jean-Marc Prieur's Blog
Announcing the Visual Studio 11 Beta Visualization and Modeling SDK
Posted
over 1 year ago
by
Jean-Marc Prieur
0
Comments
After we released the Visual Studio 11 Beta (along with the Visual Studio 11 Beta SDK) yesterday morning, I’m excited to announce the availability, of the Visual Studio 11 Beta Visualization and Modeling SDK (VsVmSdk). As in Visual Studio 2010,...
Jean-Marc Prieur's Blog
How to get a unique name for connectors across a whole model?
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
Joeul asks an interesting question in his forum post . reference relationships' names are not normally unique across the whole model, but only to the 2 elements they link. How to change this behavior? Here is how to do to get unique name for reference...
Jean-Marc Prieur's Blog
New improved documents and sample available
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
If you don’t know it already, you’ll be pleased to learn that Alan has posted yesterday a news on the VsVmSdk forum about the documentation improvements for the DSL Tools. New improved documents and sample available
Jean-Marc Prieur's Blog
Working around a bug in the ProvideCodeGeneratorAttribute
Posted
over 3 years ago
by
Jean-Marc Prieur
1
Comments
Summary There is a bug in the ProvideCodeGeneratorAttribute, which breaks VSIX deployment because it generates absolute codebase in .pkgdef instead of Codebase relative to $PackageFolder$. This bug can be worked-around by not using the ProvideCodeGeneratorAttribute...
Jean-Marc Prieur's Blog
Enabling your DSL for MEF extensions
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
One month ago, I described an extension to the DslDesigner to author modelbus. This is a real life example of what could be a MEF extension to our authoring tool. Writing such an extension is easy as shown in the “ How to: extend the Domain-Specific Language...
Jean-Marc Prieur's Blog
A nice article from NetFxFactory about using WPF-databinding feature in the DSL Tools 2010
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Pascal and Anthony from the NetFxFactory community have just published another great article presenting a WPF based diagram that they ported to VS2010 using the new WPF (and Windows-Forms) form-based features present in the DSL Tools. And, since, “ it...
Jean-Marc Prieur's Blog
I just fixed a bug in the DslDesignerExtensionForModelBus sample
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
After my attention was drawn by a question on the forum ( StateKind Enumeration ), I discovered a bug in the DslDesignerExtensionForModelBus sample. Apparently there is no relationship between a problem on the DSL Tools Lab, and the DslDesignerExtensionForModelBus...
Jean-Marc Prieur's Blog
How to: Deploy the XML schema describing the serialization of your DSL?
Posted
over 3 years ago
by
Jean-Marc Prieur
3
Comments
The problem If you build a DSL and deploy it on a different machine by double-clicking on a VSIX, everything should be fine, except that you will get warnings "Cannot find a schema..." each time you open an instance of your DSL. This is because...
Jean-Marc Prieur's Blog
What’s new in T4 in Visual Studio 2010
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Gareth posted a list of new features for T4 in Visual Studio 2010: http://blogs.msdn.com/garethj/archive/2010/04/15/what-s-new-in-t4-in-visual-studio-2010.aspx
Jean-Marc Prieur's Blog
An update of the “DslTools Lab” is available for Visual Studio 2010
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Alan just published an update of the Visual Studio Visualization and Modeling SDK Lab (DSL Tools Lab) for Visual Studio 2010. It is available from http://code.msdn.microsoft.com/DSLToolsLab . Enjoy!
Jean-Marc Prieur's Blog
A new sample of why and how to extend the DslDesigner … but also a way of enabling the Modelbus in your DSL.
Posted
over 3 years ago
by
Jean-Marc Prieur
3
Comments
Along with our RTM version of the Visual Studio Visualization and Modeling SDK, we have posted a new sample on the Code Gallery site : DslDesigner extension for Modelbus authoring How to build the modelbus tool? Download the DslDesigner extension...
Jean-Marc Prieur's Blog
What happens when you unfold a new designer with VS2010 VsVm_Sdk RTM? T4-MsBuild in action!
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Unfolding a new Dsl In the RTM release of the Visualization and Modeling SDK, when we unfold a new designer, it really no time, and this is because you no longer need to wait for the text templates to be transformed. If you look in the GeneratedCode folders...
Jean-Marc Prieur's Blog
The RTM version of the Visual Studio Modeling and Visualization SDK is now available
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
We just released the RTM version of the Visual Studio Visualization and Modeling SDK (VsVm SDK), which is the successor for the DSL Tools. You can: download it from the download page . View the MSDN documentation in the MSDN library. There is one...
Jean-Marc Prieur's Blog
Where has the Dsl Designer gone?
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
In the VSSDK for Visual Studio 2008, (as well as in the DSL SDK for VS2010 Beta1) the DslDefinition.dll and the DslDesigner.dll were GAC-ed, and the included templates were located in %Program Files%\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration...
Jean-Marc Prieur's Blog
DSL designers built from migrated beta 2 solutions might have empty toolbox
Posted
over 3 years ago
by
Jean-Marc Prieur
1
Comments
Context information about the problem The VSSDK msbuild targets changed between Beta2 and RC so that the <RegisterWithCodebase> msbuild property must be defined before the VSSDK targets are imported, or otherwise, the .pkgdef that is created does...
Jean-Marc Prieur's Blog
The Visual Studio Visualization and Modeling SDK RC (DSL SDK RC) is available for download
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
I make a short break during my vacations to announce you that the DSL SDK is now part of the Visual Studio Visualization and Modeling SDK . The Visual Studio Visualization and Modeling SDK (in short VsVmSdk ) contains both the DSL Tools SDK, (what we...
Jean-Marc Prieur's Blog
Domain model libraries
Posted
over 4 years ago
by
Jean-Marc Prieur
0
Comments
What are Domain Model Libraries One of the new features in VS2010 is the notion of Domain Model Libraries . This is the equivalent for dslDefinition files, to the class libraries for assemblies. You can have, in a Domain Model Library types, (external...
Jean-Marc Prieur's Blog
Empty Toolbox for DSL Tools Diagram in experimental hive
Posted
over 4 years ago
by
Jean-Marc Prieur
3
Comments
There is already a post on the forum, about that, but I feel that I need to communicate a bit more. What is the problem? You downloaded and installed the brand new VS2010 Beta2, installed the VSSDK, and the DSL SDK You unfold a new Dsl, let’s say...
Jean-Marc Prieur's Blog
We released the DSL SDK for Visual Studio Beta2 this morning
Posted
over 4 years ago
by
Jean-Marc Prieur
1
Comments
I’m a bit late to announce it, but only now do I find the time to blog: this morning, we released the DSL SDK for Visual Studio Beta2. It is available from Visual Studio 2010 DSL SDK Beta2 , and, as for the Beta1, you’ll need to install the Visual Studio...
Page 1 of 2 (49 items)
1
2