4

I try to install Entity Framework Power Tools for Visual Studio 2017 but it does not see Visual Studio 2017. What should I do?

B. Ulaş Şenol
  • 91
  • 1
  • 2
  • 8

1 Answers1

7

I have a "preview" build published here: https://github.com/aspnet/EntityFramework6/pull/154#issuecomment-267394589 and the EF team plans to release sometime "soon"

UPDATE I have now released a VS 2015/2017 version on VS MarketPlace

ErikEJ
  • 40,951
  • 5
  • 75
  • 115
  • I have Visual Studio Enterprise 2017 [15.1 (26403.7)]. It doesn't work. Thanks anyway. – B. Ulaş Şenol Apr 27 '17 at 16:26
  • Explain "it does not work" ?? – ErikEJ Apr 27 '17 at 16:35
  • I started the extension after I installed the extension. "Loading schema indormation..." and than "An error occurred while reverse engineering Code First. See the Output windows for details.". Error output is "Parameter is incorrect." http://i.hizliresim.com/O0bdd5.png – B. Ulaş Şenol Apr 27 '17 at 16:55
  • Yes, reverse engineering is broken, and will be removed in the release version - use the EF Tools, or the EF Reverse POCO template, they have the same features and are supported – ErikEJ Apr 27 '17 at 17:07
  • @ErikEJ getting the error "Unrecognised element 'Providers'" when trying to rebuild views with this. It does seem to have installed ok though until trying to use it. – gmn Jun 13 '17 at 11:22
  • I have visual studio Enterprise 2017 and I am getting the error "Object reference not set to an instance of an object" – Daniel Botero Correa Oct 25 '17 at 14:54
  • @DanielBoteroCorrea Suggest you post an issue with more details on Github – ErikEJ Oct 25 '17 at 19:11