Click here to Skip to main content
15,908,172 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I avoid the fliker of a form? Pin
DiegoValdevino28-Oct-06 2:40
DiegoValdevino28-Oct-06 2:40 
GeneralRe: How can I avoid the fliker of a form? Pin
Luc Pattyn28-Oct-06 7:01
sitebuilderLuc Pattyn28-Oct-06 7:01 
Questionseeting the background color of a Windows Form Pin
Rocky#27-Oct-06 8:49
Rocky#27-Oct-06 8:49 
AnswerRe: seeting the background color of a Windows Form Pin
Larantz27-Oct-06 9:01
Larantz27-Oct-06 9:01 
GeneralRe: seeting the background color of a Windows Form Pin
Rocky#27-Oct-06 9:11
Rocky#27-Oct-06 9:11 
AnswerRe: seeting the background color of a Windows Form Pin
BoneSoft27-Oct-06 10:19
BoneSoft27-Oct-06 10:19 
QuestionC# 2.0 DataBinding using the BindingSource in user controls Pin
rajat_tandon200027-Oct-06 8:46
rajat_tandon200027-Oct-06 8:46 
QuestionSql Server connection [modified] Pin
Chris Morgan27-Oct-06 7:08
Chris Morgan27-Oct-06 7:08 
Not sure where to ask this question, so I will start here since I am using C#.

I finally got an upgrade to Visual Studio 2005. I converted one of my projects over and cleaned up a few things that VS2005 was complaining about. However, not I can not connect to the SQL server database. If I compile the application with VS2003, the connection works fine. But on VS2005 the connection times out on open.

Is there anything different about the SqlConnection object between VS2003 and VS2005?

The connection string is a standard:

Server=...;User ID=...;Password=...;Database=...

(Of course where the ... is filled in with the appropriate data).

It seems to work when the database is on the local computer. I just can't connect to a remote computer...


-- modified at 13:56 Friday 27th October, 2006
AnswerRe: Sql Server connection Pin
Dustin Metzgar27-Oct-06 8:33
Dustin Metzgar27-Oct-06 8:33 
GeneralRe: Sql Server connection Pin
Chris Morgan27-Oct-06 8:51
Chris Morgan27-Oct-06 8:51 
GeneralRe: Sql Server connection Pin
Dustin Metzgar27-Oct-06 9:05
Dustin Metzgar27-Oct-06 9:05 
GeneralRe: Sql Server connection Pin
Chris Morgan27-Oct-06 9:32
Chris Morgan27-Oct-06 9:32 
GeneralRe: Sql Server connection Pin
Dustin Metzgar27-Oct-06 9:51
Dustin Metzgar27-Oct-06 9:51 
GeneralRe: Sql Server connection Pin
Dustin Metzgar27-Oct-06 10:06
Dustin Metzgar27-Oct-06 10:06 
GeneralRe: Sql Server connection Pin
Chris Morgan27-Oct-06 13:20
Chris Morgan27-Oct-06 13:20 
GeneralRe: Sql Server connection Pin
Dustin Metzgar27-Oct-06 13:43
Dustin Metzgar27-Oct-06 13:43 
AnswerRe: Sql Server connection Pin
Rob Graham27-Oct-06 10:28
Rob Graham27-Oct-06 10:28 
QuestionObject to IntPtr... Pin
Shy Agam27-Oct-06 6:31
Shy Agam27-Oct-06 6:31 
AnswerRe: Object to IntPtr... Pin
Guffa27-Oct-06 7:07
Guffa27-Oct-06 7:07 
GeneralRe: Object to IntPtr... Pin
Shy Agam27-Oct-06 7:17
Shy Agam27-Oct-06 7:17 
GeneralRe: Object to IntPtr... Pin
led mike27-Oct-06 7:31
led mike27-Oct-06 7:31 
GeneralRe: Object to IntPtr... Pin
Shy Agam27-Oct-06 7:41
Shy Agam27-Oct-06 7:41 
GeneralRe: Object to IntPtr... Pin
led mike27-Oct-06 7:46
led mike27-Oct-06 7:46 
GeneralRe: Object to IntPtr... Pin
Eric Dahlvang27-Oct-06 8:12
Eric Dahlvang27-Oct-06 8:12 
GeneralRe: Object to IntPtr... Pin
Shy Agam27-Oct-06 8:27
Shy Agam27-Oct-06 8:27 

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.