I can not find the ADO.NET Entity Data Model template in VS2010

In VS2010, I can not find the ADO.NET Entity Data Model template from the Data section. I was doing:

  • create a silverlight project (version 4) using WebSite
  • right click web project, Add -> New Item -> Data Section (in fact, I tried each)

But I can not find it !! This is strange!

Then

  • I tried resetting my VS template, it did not work
  • I tried reinstalling VS2010, and I got a "Successful" message. I am also sure that the ADO.NET Entity Framework is installed appropriately.

So, is there anything else I can do? can i just install this template in VS?

+3
source share
1

, ADO.NET Entity Data Model Windows , . silverlight.

:
, 3.5

vs2010, ,
'% programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Data\1033\AdoNetEntityDataModelCSharp.zip'
'% programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Data\1033\AdoNetEntityDataModelVB.zip'
'% programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\Web\CSharp\1033\AdoNetEntityDataModelCSharp_ASPNET.zip'
'% programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\AdoNetEntityDataModelVB_ASPNET.zip'

( x64 "Program Files (x86)" % programfiles%)

, .
-ryan

0

Source: https://habr.com/ru/post/1764802/


All Articles