Jonas Sourlier
Jonas Sourlier

Reputation: 14465

Entity Framework Extensibility with Visual Studio 2012

If you want to extend Entity Framework, Microsoft offers a project template for getting started in Visual Studio 2010:

http://archive.msdn.microsoft.com/DesignerExtStartKit

However, this template is for Visual Studio 2010 and there is no newer version. If you change the extension.vsixmanifest file, you can install it into VS2012 and it's possible to build the project. But after installing the generated VSIX file, nothing happens in the Entity Designer. The extension is listed as 'installed', but the additional properties do not appear in the designer.

Has anyone managed to build a Visual Studio 2012 extension that adds custom properties to the Properties Dialog of Entity Framework 5 Model First?

Upvotes: 0

Views: 214

Answers (1)

Pawel
Pawel

Reputation: 31620

You may want to go to the discussion page and take a look at the first thread. The author claims he has a version that supposedly on VS 2012. The link he provides seems to have a type but here is the link to the post on his blog

Upvotes: 1

Related Questions