Osmanosaman
Öğrenci
- Katılım
- 1 Mart 2010
- Mesajlar
- 79
- Reaksiyon puanı
- 0
- Puanları
- 0
Merhaba arkadaşlar app.config dosyasından connection string i cekerken Şöyle bir hata alıyorum
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 24: get Line 25: { Line 26: return ConfigurationManager.ConnectionStrings["MyBlogDatabaseName"].ConnectionString; Line 27: Line 28: }
Neyden kaynakalıyo olabilir acaba
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 24: get Line 25: { Line 26: return ConfigurationManager.ConnectionStrings["MyBlogDatabaseName"].ConnectionString; Line 27: Line 28: }
Neyden kaynakalıyo olabilir acaba