Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataSets... Pin
Ennis Ray Lynch, Jr.3-Mar-09 15:59
Ennis Ray Lynch, Jr.3-Mar-09 15:59 
AnswerRe: DataSets... Pin
faizicrazy3-Mar-09 22:00
faizicrazy3-Mar-09 22:00 
Questionwhat is image index ....???? Pin
S K Y3-Mar-09 14:26
S K Y3-Mar-09 14:26 
AnswerRe: what is image index ....???? Pin
Yusuf3-Mar-09 14:37
Yusuf3-Mar-09 14:37 
Question[Message Deleted] Pin
S K Y3-Mar-09 14:06
S K Y3-Mar-09 14:06 
AnswerRe: How to add image into imagelist using imageIndex ???? Pin
Yusuf3-Mar-09 14:35
Yusuf3-Mar-09 14:35 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
S K Y3-Mar-09 15:07
S K Y3-Mar-09 15:07 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
Christian Graus3-Mar-09 15:17
protectorChristian Graus3-Mar-09 15:17 
GeneralRe: How to add image into imagelist using imageIndex ???? [modified] Pin
S K Y3-Mar-09 15:26
S K Y3-Mar-09 15:26 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
Yusuf3-Mar-09 15:51
Yusuf3-Mar-09 15:51 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
S K Y3-Mar-09 16:02
S K Y3-Mar-09 16:02 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
Yusuf3-Mar-09 16:10
Yusuf3-Mar-09 16:10 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
S K Y3-Mar-09 16:35
S K Y3-Mar-09 16:35 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
Christian Graus3-Mar-09 17:17
protectorChristian Graus3-Mar-09 17:17 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
S K Y3-Mar-09 18:39
S K Y3-Mar-09 18:39 
GeneralRe: How to add image into imagelist using imageIndex ???? Pin
S K Y4-Mar-09 14:29
S K Y4-Mar-09 14:29 
AnswerRe: How to add image into imagelist using imageIndex ???? Pin
S K Y4-Mar-09 17:56
S K Y4-Mar-09 17:56 
QuestionFiltering in c# Pin
saunders19893-Mar-09 12:24
saunders19893-Mar-09 12:24 
AnswerRe: Filtering in c# Pin
Yusuf3-Mar-09 14:41
Yusuf3-Mar-09 14:41 
GeneralRe: Filtering in c# Pin
saunders19893-Mar-09 23:53
saunders19893-Mar-09 23:53 
QuestionPopulating textbox and listbox values from MS Access tables Pin
haroon19803-Mar-09 11:38
haroon19803-Mar-09 11:38 
AnswerRe: Populating textbox and listbox values from MS Access tables Pin
haroon19803-Mar-09 22:12
haroon19803-Mar-09 22:12 
QuestionInstance Failure Pin
CodingYoshi3-Mar-09 11:08
CodingYoshi3-Mar-09 11:08 
I have many applications which are using a named instance of SQL Server. They all worked fine until the DBAs reinstalled the sql server. Now the apps can not create connection to the sql server. The exception does not really help--even googling. Exception is Instance Failure.

I tried everything but nothing seems to work. It is a C# app and the config file does not contain double slashes. Here it is:

connectionString="Data Source=MainServer\NamedInstance;Initial Catalog=Shipping;Integrated Security=True";

I replace the MainServer by the IP address as some people suggested but no luck. Any ideas? What causes this?

CodingYoshi

Visual Basic is for basic people, C# is for sharp people. Farid Tarin '07

AnswerRe: Instance Failure Pin
Christian Graus3-Mar-09 11:16
protectorChristian Graus3-Mar-09 11:16 
AnswerRe: Instance Failure Pin
Yusuf3-Mar-09 11:25
Yusuf3-Mar-09 11:25 

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.