Entity Framework 4 this operation requires connection to the 'master' Database Error Solution

Source: Internet
Author: User

In the first runProgramWhen you use the Entity Framework to modify or delete the database, the system always reports that this operation requires you to connect to the 'master' database. If you modify or delete the database again, this error will not occur, because Entity Framework 4 is also the first time to use this error. It took a long time to find a solution for Google. Today, it's a bit time, so I tried to find a solution in a comment reply from a foreigner.

"This operation requires a connection to
'Master' database. Unable to create a connection to the 'master' Database
Because the original database connection has been opened and credentials have
Been removed from the connection string. supply an unopened connection ."

I had this error and solved it by adding "persist
Security info = true "to the connection string.

Persist Security info = true is added to the connection string.

Persist Security info = true
This means that. Net keeps saving the connection password. The default value is false.

I just don't understand why it won't happen again after an error
. NET will automatically save the password?

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.