connectionstring not working in nhibernate.xml #617
Unanswered
listentomyblues
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an issue:
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: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Cannot create an automatic instance. See the Windows Application event log for error details. )
it seems that I cannot connect to my local database which is configured in my nhibernate.xml. the same connection string is working when using other forms of connection (ADO.net, EntityFrameWork). Am I missing something here?
here is my xml file:
Beta Was this translation helpful? Give feedback.
All reactions