Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
QuestionForm Scroll Pin
rmedo13-Jul-07 4:42
rmedo13-Jul-07 4:42 
AnswerRe: Form Scroll Pin
Paul Conrad13-Jul-07 12:00
professionalPaul Conrad13-Jul-07 12:00 
GeneralRe: Form Scroll Pin
rmedo13-Jul-07 12:51
rmedo13-Jul-07 12:51 
QuestionWin MCI or DirectX Pin
Sukhjinder_K13-Jul-07 4:24
Sukhjinder_K13-Jul-07 4:24 
AnswerRe: Win MCI or DirectX Pin
Eduard Keilholz13-Jul-07 4:30
Eduard Keilholz13-Jul-07 4:30 
QuestionGenerating Salt Pin
Brendan Vogt13-Jul-07 4:23
Brendan Vogt13-Jul-07 4:23 
AnswerRe: Generating Salt [modified] Pin
Dave Kreskowiak13-Jul-07 6:22
mveDave Kreskowiak13-Jul-07 6:22 
QuestionRemoting and Symantec firewall Pin
Wjousts13-Jul-07 4:11
Wjousts13-Jul-07 4:11 
I having a weird problem with remoting and I think it is due to Symantec's firewall that we have installed on all our computers as part of IT's standard setup. In my application I have a remote object that the server publishes using RemotingConfiguration.RegisterWellKnownServiceType. The server then also gets a copy of the object itself using Activator.GetObject. This works fine if I'm connected to our corporate network. However, when I'm disconnected it doesn't work. I get a message that the "No connection could be made because the target machine actively refused it". The weird part is that once in a while, it actually does work!
I checked out our Symantec firewall (which I can't change settings on) and watched it as I tried to connect and I notice that the number of blocked inbound connections does increase when I attempt to start my server (but the number of allowed connections also increases). When I'm connected to the network, I don't get any increase in the number of blocked connections. Digging deeper, Symantec has a category called "Blocked unmanaged TCP/UDP inbounds" which increases when I try and start my server while off-line.
Does anybody know what it means by "unmanaged" in this context? It seems like the server registering the well known service type is accepted but the attempt to connect to that well know service is not. Is there a way to convince this POS firewall that it should allow my connection?
I'm totally screwed if I can't find a way around this Mad | :mad:
AnswerRe: Remoting and Symantec firewall Pin
Paul Conrad13-Jul-07 12:01
professionalPaul Conrad13-Jul-07 12:01 
GeneralRe: Remoting and Symantec firewall Pin
Wjousts13-Jul-07 14:04
Wjousts13-Jul-07 14:04 
GeneralRe: Remoting and Symantec firewall Pin
Paul Conrad13-Jul-07 14:09
professionalPaul Conrad13-Jul-07 14:09 
QuestionDynamically Declaring and object of a class Pin
Sallu174913-Jul-07 4:01
Sallu174913-Jul-07 4:01 
AnswerRe: Dynamically Declaring and object of a class Pin
Christian Graus13-Jul-07 4:04
protectorChristian Graus13-Jul-07 4:04 
GeneralRe: Dynamically Declaring and object of a class Pin
Sallu174913-Jul-07 4:10
Sallu174913-Jul-07 4:10 
GeneralRe: Dynamically Declaring and object of a class Pin
Giorgi Dalakishvili13-Jul-07 4:16
mentorGiorgi Dalakishvili13-Jul-07 4:16 
AnswerRe: Dynamically Declaring and object of a class Pin
Kevin McFarlane13-Jul-07 4:21
Kevin McFarlane13-Jul-07 4:21 
QuestionCreateControl in another thread Pin
Peterson Luiz13-Jul-07 2:54
Peterson Luiz13-Jul-07 2:54 
AnswerRe: CreateControl in another thread Pin
Patrick Etc.13-Jul-07 7:45
Patrick Etc.13-Jul-07 7:45 
AnswerRe: CreateControl in another thread Pin
S. Senthil Kumar13-Jul-07 17:27
S. Senthil Kumar13-Jul-07 17:27 
QuestionPing Leaking Pin
Malcolm Smart13-Jul-07 2:53
Malcolm Smart13-Jul-07 2:53 
AnswerRe: Ping Leaking Pin
kubben13-Jul-07 3:28
kubben13-Jul-07 3:28 
GeneralRe: Ping Leaking Pin
Malcolm Smart13-Jul-07 3:49
Malcolm Smart13-Jul-07 3:49 
GeneralRe: Ping Leaking Pin
Dan Neely13-Jul-07 3:55
Dan Neely13-Jul-07 3:55 
GeneralRe: Ping Leaking Pin
kubben13-Jul-07 3:58
kubben13-Jul-07 3:58 
GeneralRe: Ping Leaking Pin
Malcolm Smart13-Jul-07 4:15
Malcolm Smart13-Jul-07 4:15 

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.