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

.NET (Core and Framework)

 
GeneralSystem.EntryPointNotFoundException Pin
taylo28-Apr-04 5:01
taylo28-Apr-04 5:01 
GeneralRe: System.EntryPointNotFoundException Pin
Mike Dimmick28-Apr-04 6:19
Mike Dimmick28-Apr-04 6:19 
GeneralRe: System.EntryPointNotFoundException Pin
taylo28-Apr-04 6:33
taylo28-Apr-04 6:33 
GeneralRe: System.EntryPointNotFoundException Pin
Mike Dimmick28-Apr-04 7:22
Mike Dimmick28-Apr-04 7:22 
GeneralRe: System.EntryPointNotFoundException Pin
taylo28-Apr-04 8:18
taylo28-Apr-04 8:18 
GeneralRe: System.EntryPointNotFoundException Pin
taylo3-May-04 9:52
taylo3-May-04 9:52 
GeneralUsing System.Data.SqlClient in MSDE install. Pin
ProffK28-Apr-04 0:59
ProffK28-Apr-04 0:59 
Generalword and power point support in .net Pin
seemeen27-Apr-04 20:47
seemeen27-Apr-04 20:47 
GeneralRe: word and power point support in .net Pin
Mike Ellison3-May-04 5:34
Mike Ellison3-May-04 5:34 
GeneralRe: word and power point support in .net Pin
seemeen4-May-04 20:38
seemeen4-May-04 20:38 
GeneralRe: word and power point support in .net Pin
Mike Ellison5-May-04 7:34
Mike Ellison5-May-04 7:34 
GeneralInstalling the DOT Net Framework Silently Pin
LeprosyLM27-Apr-04 4:00
LeprosyLM27-Apr-04 4:00 
GeneralDetermine Versions required in GAC for a particular Application Pin
Paul Farry26-Apr-04 21:26
professionalPaul Farry26-Apr-04 21:26 
GeneralHighlight Treeview Node Pin
Sreepathi26-Apr-04 19:22
Sreepathi26-Apr-04 19:22 
GeneralChecking for Installed Components/Libraries Pin
swcrissman26-Apr-04 7:32
swcrissman26-Apr-04 7:32 
Generalutf8 to unicode conversion.. Pin
Maverick25-Apr-04 23:24
Maverick25-Apr-04 23:24 
GeneralRe: utf8 to unicode conversion.. Pin
Mike Dimmick26-Apr-04 0:53
Mike Dimmick26-Apr-04 0:53 
Generaldates reminder from database Pin
kings_125-Apr-04 13:32
kings_125-Apr-04 13:32 
GeneralVisual Studio Service Packs Pin
Kevin McFarlane21-Apr-04 2:03
Kevin McFarlane21-Apr-04 2:03 
GeneralRe: Visual Studio Service Packs Pin
Dimitris Vasiliadis21-Apr-04 2:33
Dimitris Vasiliadis21-Apr-04 2:33 
GeneralRe: Visual Studio Service Packs Pin
ian mariano25-Apr-04 14:28
ian mariano25-Apr-04 14:28 
GeneralRe: Visual Studio Service Packs Pin
Kevin McFarlane26-Apr-04 6:07
Kevin McFarlane26-Apr-04 6:07 
General.NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 1:40
Aisha Ikram21-Apr-04 1:40 
GeneralRe: .NET Remoting Channels (Custom) Pin
Mike Dimmick26-Apr-04 0:58
Mike Dimmick26-Apr-04 0:58 
I'd say, use an HTTP channel when you want to traverse a firewall and a TCP channel when you're working entirely within a single site.

If you need to work with a network that doesn't support TCP, you might use Sockets to create an IPX stream, for example. Or, you could use Named Pipes to support any stream protocol that Windows supports (and, in addition, get support for impersonation, though this might be tricky to handle).

You might use MSMQ if you wanted to queue up requests to level out workload and provide failover capabilities. I'm not actually sure this would be possible with remoting.

Stability. What an interesting concept. -- Chris Maunder
GeneralA question about MDI Pin
Member 94012521-Apr-04 0:27
Member 94012521-Apr-04 0:27 

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.