Click here to Skip to main content
15,918,243 members
Home / Discussions / C#
   

C#

 
GeneralRe: Merge data into an existing template Pin
PIEBALDconsult8-Jan-13 5:31
mvePIEBALDconsult8-Jan-13 5:31 
QuestionC# - Center objects depending on screen resolution Pin
Steven Borges8-Jan-13 4:59
Steven Borges8-Jan-13 4:59 
AnswerRe: C# - Center objects depending on screen resolution Pin
Dave Kreskowiak8-Jan-13 5:42
mveDave Kreskowiak8-Jan-13 5:42 
AnswerRe: C# - Center objects depending on screen resolution Pin
David Knechtges8-Jan-13 5:47
David Knechtges8-Jan-13 5:47 
QuestionC# error:An object reference is required for the non-static field, method, or property '.get' Pin
classy_dog8-Jan-13 4:47
classy_dog8-Jan-13 4:47 
AnswerRe: C# error:An object reference is required for the non-static field, method, or property '.get' Pin
OriginalGriff8-Jan-13 4:52
mveOriginalGriff8-Jan-13 4:52 
QuestionZombie check on Transaction - How to reproduce it? Pin
Member 31370787-Jan-13 22:32
Member 31370787-Jan-13 22:32 
AnswerRe: Zombie check on Transaction - How to reproduce it? Pin
jschell8-Jan-13 10:14
jschell8-Jan-13 10:14 
Member 3137078 wrote:
In production one server application available which perform DB operation and
there could be more than one client applications to interact with server.


In the normal usage of the word that has nothing to do with this.

Member 3137078 wrote:
My question is in real world application what are the possibilities to close the
connection (in few cases only it occurs in production)?


As the link said - because in ONE application the connection is being shared between multiple threads.


Member 3137078 wrote:
One of the servers is getting stopped due to the Exception. Please do help.


Then your code is wrong. The solution is fix it.
1. You are sharing connections between threads - stop doing that.
2. You are allowing sql exceptions to bubble up to the top instead of catch them and reporting them. So fix that.


Member 3137078 wrote:
Is there possibility for SPs to close the connection unexpectedly


"SP"? But the answer to your question is probably no - at least in the context of this exception. Your code is closing it.
GeneralRe: Zombie check on Transaction - How to reproduce it? Pin
Member 31370788-Jan-13 18:23
Member 31370788-Jan-13 18:23 
Questionunzipping file host ? Pin
jojoba20117-Jan-13 21:57
jojoba20117-Jan-13 21:57 
AnswerRe: unzipping file host ? Pin
Mycroft Holmes7-Jan-13 22:05
professionalMycroft Holmes7-Jan-13 22:05 
AnswerRe: unzipping file host ? Pin
Pete O'Hanlon7-Jan-13 22:15
mvePete O'Hanlon7-Jan-13 22:15 
AnswerRe: unzipping file host ? Pin
Richard MacCutchan7-Jan-13 22:16
mveRichard MacCutchan7-Jan-13 22:16 
QuestionRe: unzipping file host ? Pin
jojoba20117-Jan-13 23:14
jojoba20117-Jan-13 23:14 
AnswerRe: unzipping file host ? Pin
Richard MacCutchan7-Jan-13 23:24
mveRichard MacCutchan7-Jan-13 23:24 
QuestionA C++ college problem. Pin
cosmin11237-Jan-13 12:02
cosmin11237-Jan-13 12:02 
AnswerRe: A C++ college problem. Pin
Pete O'Hanlon7-Jan-13 12:04
mvePete O'Hanlon7-Jan-13 12:04 
QuestionNunit 2.6.2 crashes, at "Errors and Failures"-Tab Pin
Frygreen7-Jan-13 11:43
Frygreen7-Jan-13 11:43 
AnswerRe: Nunit 2.6.2 crashes, at "Errors and Failures"-Tab Pin
Pete O'Hanlon7-Jan-13 12:03
mvePete O'Hanlon7-Jan-13 12:03 
Questionhow can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
sad.kiyyani7-Jan-13 1:35
sad.kiyyani7-Jan-13 1:35 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
__TR__7-Jan-13 2:14
__TR__7-Jan-13 2:14 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
Keith Barrow7-Jan-13 2:19
professionalKeith Barrow7-Jan-13 2:19 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
archies_san7-Jan-13 4:35
archies_san7-Jan-13 4:35 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
BobJanova7-Jan-13 5:30
BobJanova7-Jan-13 5:30 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
Rahul Rajat Singh7-Jan-13 21:12
professionalRahul Rajat Singh7-Jan-13 21:12 

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.