Cannot connect to microsoft sql server 08
-
12 April 2012 6:59
whenever i start the server it just give me the error..
Cannot connect to local server
the type initializer for 'system.data.sqlclient.sqlconnection' threw an exception (system.data)
attempted to read or write protected memory this is an indication that other memory is corrupt.
Semua Balasan
-
12 April 2012 11:21
Try this!!
when you open ssms
go to the window tab ->Reset Window Layout
Regards
Addie
- Disarankan sebagai Jawaban oleh Naomi NMicrosoft Community Contributor, Moderator 13 April 2012 0:13
-
12 April 2012 18:24
At least it's a local server (it would be harder to do this for a remote server). Check out these resources:
#1) - Make sure SQL Server service is running:
#2) - Check ports, firewalls, etc.
Ryan Shuell
- Ditandai sebagai Jawaban oleh KJian_ 18 April 2012 2:07
-
13 April 2012 0:47
This could be an error in your app.config file, e.g. badly formed XML or unexpected elements. The error happens because the static fields inside SqlConnection read from app.config to determine trace detail level as described here: http://msdn.microsoft.com/en-us/library/ms254503.aspx
Here's is a thread about that may help also:
http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/701e6845-3573-42e2-9f02-6b3387768f99/
John
http://knowledgy.org- Ditandai sebagai Jawaban oleh KJian_ 18 April 2012 2:07