question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install error on visual studio 2015 preview ctp6

See original GitHub issue

version 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:closed
  • Created 8 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bryanvanrijncommented, Nov 19, 2015

Try downgrading EF to 6.1.2

0reactions
rowanmillercommented, Nov 23, 2015

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found