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

C#

 
SuggestionRe: Upload file using C# Windows service application Pin
Richard MacCutchan25-Jun-13 20:56
mveRichard MacCutchan25-Jun-13 20:56 
GeneralRe: Upload file using C# Windows service application Pin
susanna.floora25-Jun-13 21:00
susanna.floora25-Jun-13 21:00 
GeneralRe: Upload file using C# Windows service application Pin
Richard MacCutchan25-Jun-13 21:26
mveRichard MacCutchan25-Jun-13 21:26 
AnswerRe: Upload file using C# Windows service application Pin
Bernhard Hiller25-Jun-13 21:10
Bernhard Hiller25-Jun-13 21:10 
GeneralRe: Upload file using C# Windows service application Pin
susanna.floora25-Jun-13 23:42
susanna.floora25-Jun-13 23:42 
QuestionMicrosoft Bug Reporting Tool for VS 2012 Pin
Bram van Kampen25-Jun-13 14:13
Bram van Kampen25-Jun-13 14:13 
AnswerRe: Microsoft Bug Reporting Tool for VS 2012 Pin
Ron Beyer25-Jun-13 15:06
professionalRon Beyer25-Jun-13 15:06 
QuestionWindows Service Design - connection pool Pin
nlarson1125-Jun-13 10:52
nlarson1125-Jun-13 10:52 
Hello,

I want to create a windows service that will act as a connection pool manager for a 3rd party tool to various apps (web, utilities, etc) that are running on same server. I'm struggling with how the other apps call this service without creating additional instances of the exe. I've played with load assembly and references and it seemingly is creating an additional instance.

Proof: I have a static class that is populated (initialized) upon load of the service. When an app tries to create an instance of a different class that calls methods within the static class...the static class is empty (uninitialized). So my conclusuion is a second instance is created?

How can I design this to do what I'm looking for...
Thank you for your time...
Nathan
'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

AnswerRe: Windows Service Design - connection pool Pin
Eddy Vluggen25-Jun-13 22:23
professionalEddy Vluggen25-Jun-13 22:23 
GeneralRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 3:40
nlarson1126-Jun-13 3:40 
QuestionRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 6:37
professionalEddy Vluggen26-Jun-13 6:37 
AnswerRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 7:48
nlarson1126-Jun-13 7:48 
GeneralRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 22:36
professionalEddy Vluggen26-Jun-13 22:36 
QuestionTree View in List View control Pin
Jai Deo Tiwari25-Jun-13 4:22
Jai Deo Tiwari25-Jun-13 4:22 
AnswerRe: Tree View in List View control Pin
Ingo25-Jun-13 5:27
Ingo25-Jun-13 5:27 
QuestionAuthentication to IP-Cam for streaming Pin
Nick_Frenk24-Jun-13 22:36
Nick_Frenk24-Jun-13 22:36 
SuggestionRe: Authentication to IP-Cam for streaming Pin
Richard MacCutchan24-Jun-13 23:40
mveRichard MacCutchan24-Jun-13 23:40 
AnswerRe: Authentication to IP-Cam for streaming Pin
Eddy Vluggen25-Jun-13 9:56
professionalEddy Vluggen25-Jun-13 9:56 
GeneralRe: Authentication to IP-Cam for streaming Pin
Nick_Frenk26-Jun-13 0:40
Nick_Frenk26-Jun-13 0:40 
Questionsetup error Pin
User349024-Jun-13 14:03
User349024-Jun-13 14:03 
AnswerRe: setup error Pin
NotPolitcallyCorrect24-Jun-13 14:47
NotPolitcallyCorrect24-Jun-13 14:47 
AnswerRe: setup error Pin
Abhinav S24-Jun-13 20:01
Abhinav S24-Jun-13 20:01 
GeneralRe: setup error Pin
User349024-Jun-13 23:37
User349024-Jun-13 23:37 
Questionerror when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 4:14
User349024-Jun-13 4:14 
AnswerRe: error when i try to not exit with program when i press button no in messagebox Pin
OriginalGriff24-Jun-13 5:07
mveOriginalGriff24-Jun-13 5:07 

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.