[h=2]Projeyi çalıştırdıktan sonra database ile bağlantı kuruluyor datalar listeleniyor. Fakat bir yerde veritabanında bir sorgulama işlemi yapıp, bu sorgulama işlemine göre işlem yaptırmak istediğimde aşağıdaki hatayı alıyorum. Nette araştırdım biraz da bi çözüm yolu bulamadım. Bilgisi olan varmı?
---------------------------------
Unable to open the physical file "D:\...\App_Data\blog.mdf". Operating system error 32: "32(failed to retrieve text for this error. Reason: 15105)".
An attempt to attach an auto-named database for file D:\...\App_Data\blog.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. [/h]Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Unable to open the physical file "D:\...\App_Data\blog.mdf". Operating system error 32: "32(failed to retrieve text for this error. Reason: 15105)".
An attempt to attach an auto-named database for file D:\...\App_Data\blog.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Source Error:
[TABLE="width: 100%"]
[TR]
[TD]An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. [/TD]
[/TR]
[/TABLE]
---------------------------------
Unable to open the physical file "D:\...\App_Data\blog.mdf". Operating system error 32: "32(failed to retrieve text for this error. Reason: 15105)".
An attempt to attach an auto-named database for file D:\...\App_Data\blog.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. [/h]Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Unable to open the physical file "D:\...\App_Data\blog.mdf". Operating system error 32: "32(failed to retrieve text for this error. Reason: 15105)".
An attempt to attach an auto-named database for file D:\...\App_Data\blog.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Source Error:
[TABLE="width: 100%"]
[TR]
[TD]An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. [/TD]
[/TR]
[/TABLE]