Click here to Skip to main content
15,902,636 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questiondisposing of unmanaged objects in an activex component Pin
alianyn10-Sep-06 21:56
alianyn10-Sep-06 21:56 
AnswerRe: disposing of unmanaged objects in an activex component Pin
Dave Kreskowiak11-Sep-06 5:58
mveDave Kreskowiak11-Sep-06 5:58 
GeneralRe: disposing of unmanaged objects in an activex component Pin
alianyn12-Sep-06 11:25
alianyn12-Sep-06 11:25 
GeneralRe: disposing of unmanaged objects in an activex component Pin
Dave Kreskowiak12-Sep-06 12:12
mveDave Kreskowiak12-Sep-06 12:12 
QuestionRemoting and Microsoft firewall Pin
msglott10-Sep-06 11:41
msglott10-Sep-06 11:41 
AnswerRe: Remoting and Microsoft firewall Pin
Dave Kreskowiak10-Sep-06 16:18
mveDave Kreskowiak10-Sep-06 16:18 
GeneralRe: Remoting and Microsoft firewall Pin
msglott11-Sep-06 2:45
msglott11-Sep-06 2:45 
GeneralRe: Remoting and Microsoft firewall Pin
Dave Kreskowiak11-Sep-06 5:55
mveDave Kreskowiak11-Sep-06 5:55 
You've got the same problem. If you go over the network stack AT ALL, you're subject to the rules imposed by the firewall, even if the server and client are going through 127.0.0.1.

If you're using the .NET Framework 2.0, you can use the System.Runtime.Remoting.Channels.Ipc[^] namespace. It provides remoting over Windows' Interprocess Communication subsystem, thereby avoiding network-based communication. It's much faster than HTTP or Sockets based channels.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Remoting and Microsoft firewall Pin
msglott11-Sep-06 6:08
msglott11-Sep-06 6:08 
QuestionDocument Management System - picking up emails Pin
Ross Petersen10-Sep-06 10:35
Ross Petersen10-Sep-06 10:35 
QuestionWCF - please tell me how to check from the client whether the WCF service is running? Pin
sam.gamaliyal10-Sep-06 3:14
sam.gamaliyal10-Sep-06 3:14 
AnswerRe: WCF - please tell me how to check from the client whether the WCF service is running? Pin
Rob Graham10-Sep-06 6:05
Rob Graham10-Sep-06 6:05 
Questionchange Height of combobox Pin
hamidreza esmaeily10-Sep-06 2:37
hamidreza esmaeily10-Sep-06 2:37 
AnswerRe: change Height of combobox Pin
iqazi11-Sep-06 5:29
iqazi11-Sep-06 5:29 
Questionupdate dataset Pin
hamidreza esmaeily9-Sep-06 21:56
hamidreza esmaeily9-Sep-06 21:56 
AnswerRe: update dataset Pin
AlexeiXX311-Sep-06 10:23
AlexeiXX311-Sep-06 10:23 
QuestionHow many entry point for an .net application? Pin
subburaj.sabapathy8-Sep-06 22:02
subburaj.sabapathy8-Sep-06 22:02 
AnswerRe: How many entry point for an .net application? Pin
Guffa9-Sep-06 23:18
Guffa9-Sep-06 23:18 
Question.NET 1.1 security policies (CASPOL) not functioning when .NET 2.0 is installed Pin
mssudhakar8-Sep-06 6:45
mssudhakar8-Sep-06 6:45 
QuestionVoice Recognition Pin
Commickey7-Sep-06 23:47
Commickey7-Sep-06 23:47 
AnswerRe: Voice Recognition Pin
Guffa8-Sep-06 7:13
Guffa8-Sep-06 7:13 
QuestionRe: Voice Recognition Pin
Jun Du8-Sep-06 7:57
Jun Du8-Sep-06 7:57 
Questionhow to integrate vc++ code in c# Pin
Parshant Verma7-Sep-06 19:07
Parshant Verma7-Sep-06 19:07 
AnswerRe: how to integrate vc++ code in c# Pin
CWIZO7-Sep-06 21:46
CWIZO7-Sep-06 21:46 
AnswerRe: how to integrate vc++ code in c# Pin
Jun Du8-Sep-06 4:04
Jun Du8-Sep-06 4:04 

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.