WCF Data Service template with Visual Studio 2013 preview

三世轮回 提交于 2019-12-13 06:25:45

问题


A day ago I reformatted my computer and installed Windows 8.1 and then Visual Studio 2013 Preview.

I was very VERY happy with all the changes, but I encountered one thing that's missing from 2012 version: WCF Data Service template

Thing is that not only the template is missing, but the one that works with 2012 is not compatible with 2013 Preview even when I add template package manualy and change the assembly version in .vstemplate file.

Am I missing something and this is not enough:

<Assembly>Microsoft.VisualStudio.Data.ServicesWizard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>

Change version from 11.0.0.0 to 12.0.0.0 like this:

<Assembly>Microsoft.VisualStudio.Data.ServicesWizard, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>

I need to set up OData service and without the template - it would be pain..


回答1:


[Update: you can find the 5.6 tools installer here: http://www.microsoft.com/en-us/download/details.aspx?id=39373]

Original response:

The WCF Data Services team just announced an alpha release of the installer that supports Visual Studio 2013. Right now (July 1, 2013), the download isn't actually up yet, but it should be available soon. The announcement post here will be updated when the download is ready.



来源:https://stackoverflow.com/questions/17393623/wcf-data-service-template-with-visual-studio-2013-preview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!