Install error on visual studio 2015 preview ctp6
See original GitHub issueversion is 6.1.3, this error will happen every time I install since 7.0 is unlisted on nuget recent, so I can’t test 7.0.
error information
Executing script file 'D:\helloworld\packages\EntityFramework.6.1.3\tools\install.ps1'...
Initialize-EFConfiguration : The term 'Initialize-EFConfiguration' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is c
orrect and try again.
At D:\helloworld\packages\EntityFramework.6.1.3\tools\install.ps1:3 char:1
+ Initialize-EFConfiguration $project
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Initialize-EFConfiguration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Add-EFProvider : The term 'Add-EFProvider' is not recognized as the name of a cmdlet, function, script file, or operabl
e program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At D:\helloworld\packages\EntityFramework.6.1.3\tools\install.ps1:4 char:1
+ Add-EFProvider $project 'System.Data.SqlClient' 'System.Data.Entity.SqlServer.Sq ...
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Add-EFProvider:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Type 'get-help EntityFramework' to see all available Entity Framework commands.
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Trying to install VS2015.1 CTP, I received this error
Method 2: Perform a Clean boot and then try installing the Visual Studio 2015.1 CTP. Perform a clean boot to check if any...
Read more >Can't open simple Console Application with Visual Studio ...
I downloaded Visual Studio 2015 CTP Preview because I wanted to test to see if I could load in a Roslyn Code Issue...
Read more >How to fix VS2015 CTP6 NuGet installation failure - John Louros
So I began VS2015 CTP6 installation, but at the end the installer returned a warning with the following statement "Microsoft NuGet - Visual...
Read more >ReSharper 9 not compatible with Visual Studio 2015 CTP 5
After updating Visual Studio 2015 Preview to VS2015 CTP 5, ReSharper is broken again on matching PCL types vs platform specific types, see...
Read more >Command fails with error code 255 on Visual Studio 2015 ...
I recently started using the Visual Studio 2015 RC image for one of my projects and calls to protoc.exe are now failing with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try downgrading EF to 6.1.2
The original issue this bug was tracking has been resolved and I have just tested on VS2015 Update 1 and not been able to reproduce any issues.
If you are seeing the failure, can you open a new issue with the Visual Studio and NuGet version numbers, as well as the output from Package Manager Console.