我試圖在asp.net應用程序的項目中添加一個「基於服務的數據庫」(.mdf)。從那裏我開始嘗試創建一個實體框架模型文件(.edmx)。由於無法爲用戶實例啓動進程而無法生成SQL Server的用戶實例。連接將被關閉
在這樣做時,我得到了錯誤:
An error occurred while connecting to the database. The database might be unavailable. An exception of type 'System.Data.SqlClient.SqlException' occurred. The error message is: 'Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.'.
我得的SQL Server 2008安裝在我的機器上R2 Express版本。
任何想法將不勝感激。
你的連接字符串是什麼樣的? – VoodooChild
http://stackoverflow.com/questions/7381591/problem-connecting-to-database-user-instance-and-entity-framework-issue –
對我來說有效的是我在上面的鏈接中給出的答案^ –