Entity Framework4.3 Installation and error (the underlying connection has been closed: failed for SSL/TLS ...) Problem Solving!

Source: Internet
Author: User

The Entity framework is referred to as EF

The step to install EF4.3 is to install vs extension NuGet First, and then use NuGet to install the EF package

After installing NuGet you can install EF and there are two ways to install EF:

1. Using commands

Install-package Entityframework-pre

However, the following error occurred:

2. Use the visualizer, menu bar >> Tools >> Package Manager >> Manage package for solution

The following error is also present

This error occurs because there is only one default after installing the NuGet extension package SourceThe EF package we need to use is not in the default package source, so we're going to add a package source:Open the menu bar >> tools >> Options >> Expand Package Manager >> Select package source input:Name: Enter a randomSource: http://go.microsoft.com/fwlink/?LinkID=206669then choose Add, then use the above two ways to install EF, the problem is solved perfectly!

Note: If the problem persists, select the package source name that you added in the package source (I'm taking the name "EF package").

Entity Framework4.3 Installation and error (the underlying connection has been closed: failed for SSL/TLS ...) Problem Solving!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.