Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Linkbutton, Target="_blank" Pin
Member 364489322-Nov-11 3:13
Member 364489322-Nov-11 3:13 
GeneralRe: Linkbutton, Target="_blank" Pin
Not Active29-Sep-09 14:16
mentorNot Active29-Sep-09 14:16 
GeneralRe: Linkbutton, Target="_blank" Pin
harold aptroot30-Sep-09 1:30
harold aptroot30-Sep-09 1:30 
GeneralRe: Linkbutton, Target="_blank" Pin
harold aptroot30-Sep-09 1:42
harold aptroot30-Sep-09 1:42 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar130-Sep-09 7:36
JohnQuar130-Sep-09 7:36 
QuestionData connection from C# web service Pin
jbanko365129-Sep-09 6:56
jbanko365129-Sep-09 6:56 
AnswerRe: Data connection from C# web service Pin
Henry Minute29-Sep-09 10:15
Henry Minute29-Sep-09 10:15 
GeneralRe: Data connection from C# web service Pin
jbanko365129-Sep-09 11:56
jbanko365129-Sep-09 11:56 
Henry,

Thanks for the response but NO. Not one of the connection strings worked. This is unbelievably frustrating. I am now 12 hours into beating my head against this issue. SOMEONE must know what is in the way. EVERY single think I tried returns this:

System.Data.SqlClient.SqlException: 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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()

MICROSOFT..... ARE YOU LISTENING??????? 12 hours for a connection string. I am NOT a db admin, nor a network admin. I write code and this is NOT GOOD. It can't be this hard to connect to a SQL Server that's on the same machine as the Web Service.

HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Questiondelete Pin
nhqlbaislwfiikqraqnm29-Sep-09 5:48
nhqlbaislwfiikqraqnm29-Sep-09 5:48 
AnswerRe: Check Firefox Masterpassword Pin
Dave Kreskowiak29-Sep-09 6:30
mveDave Kreskowiak29-Sep-09 6:30 
GeneralMessage Closed Pin
29-Sep-09 6:38
nhqlbaislwfiikqraqnm29-Sep-09 6:38 
GeneralRe: Check Firefox Masterpassword Pin
Christian Graus29-Sep-09 10:33
protectorChristian Graus29-Sep-09 10:33 
AnswerRe: Check Firefox Masterpassword Pin
benjymous29-Sep-09 21:57
benjymous29-Sep-09 21:57 
QuestionAdd/Remove program through code Pin
Ajithevn29-Sep-09 3:35
Ajithevn29-Sep-09 3:35 
AnswerRe: Add/Remove program through code Pin
freakyit29-Sep-09 3:45
freakyit29-Sep-09 3:45 
GeneralRe: Add/Remove program through code Pin
Ajithevn29-Sep-09 3:56
Ajithevn29-Sep-09 3:56 
GeneralRe: Add/Remove program through code Pin
freakyit29-Sep-09 4:08
freakyit29-Sep-09 4:08 
Questionhelp meeeeeeeeeeee?programming cms Pin
torabi2329-Sep-09 3:23
torabi2329-Sep-09 3:23 
AnswerRe: help meeeeeeeeeeee?programming cms Pin
Luc Pattyn29-Sep-09 3:26
sitebuilderLuc Pattyn29-Sep-09 3:26 
AnswerRe: help meeeeeeeeeeee?programming cms Pin
stancrm29-Sep-09 3:33
stancrm29-Sep-09 3:33 
GeneralRe: help meeeeeeeeeeee?programming cms Pin
vivasaayi29-Sep-09 4:00
vivasaayi29-Sep-09 4:00 
AnswerRe: help meeeeeeeeeeee?programming cms Pin
Wes Aday29-Sep-09 8:52
professionalWes Aday29-Sep-09 8:52 
AnswerRe: help meeeeeeeeeeee?programming cms Pin
Christian Graus29-Sep-09 10:35
protectorChristian Graus29-Sep-09 10:35 
QuestionShifting bytes Pin
hadad29-Sep-09 3:17
hadad29-Sep-09 3:17 
AnswerRe: Shifting bytes Pin
Ian Shlasko29-Sep-09 4:16
Ian Shlasko29-Sep-09 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.