我试图设置一个启动模板来使用样板,看看它可能提供什么,并且我遇到了设置本地数据库的问题。
我已经尝试过核心启动模板下载以及MVC 5,他们到目前为止都给了我同样的问题。我将在VS 2017中打开解决方案,清理解决方案,重建,进入Package Manager控制台并在EntityFramework项目上执行Update-Database,我在这两个项目中都会收到此错误,
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:2,State:0,Class:20
A network-related or instance-specific error occurred while establishing
a connection to SQL Server. The server was not found or was not accessible.
Verify that the instance name is correct and that SQL Server is configured
to allow remote connections. (provider: Named Pipes Provider, error: 40 -
Could not open a connection to SQL Server)
我很难理解这可能表明的是什么。我很确定我最近能够在其他项目中使用我的本地数据库。