Click here to Skip to main content
16,006,348 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralMaybe same class of problem as this?? Pin
E.L. Golpe10-Nov-03 6:02
E.L. Golpe10-Nov-03 6:02 
GeneralKeyCodeV2 Pin
kersyanti6-Nov-03 20:10
kersyanti6-Nov-03 20:10 
QuestionManaged C++ server side executables ? Pin
Jerry Evans6-Nov-03 8:51
Jerry Evans6-Nov-03 8:51 
AnswerRe: Managed C++ server side executables ? Pin
leppie6-Nov-03 9:50
leppie6-Nov-03 9:50 
GeneralRe: Managed C++ server side executables ? Pin
Jerry Evans8-Nov-03 7:39
Jerry Evans8-Nov-03 7:39 
GeneralFrom MSDN Magazine, Sometime in the past... Pin
E.L. Golpe10-Nov-03 6:07
E.L. Golpe10-Nov-03 6:07 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Jerry Evans10-Nov-03 6:55
Jerry Evans10-Nov-03 6:55 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Heath Stewart10-Nov-03 7:37
protectorHeath Stewart10-Nov-03 7:37 
Just because something is written "in .NET" doesn't make it remotable. It has to extend MarshalByObjectRef or be a value type and be serializable (in most cases, attributed with SerializableAttribute). Something has to host the remote object, too. For instance, just having a console app won't work. Now, a console app that registers a well-known object (WKO) either via code or a config file (latter is preferable for easy changes) and keeps itself running (waits for a quit command of sorts) would work. Clients would connect to that WKO.

The documentation about .NET remoting is okay, at least if you already have some idea of what it does. If you don't, I suggest you get the book from MSPress entitled .NET Remoting (at www.microsoft.com/mspress/books/6172.asp).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Jerry Evans10-Nov-03 8:01
Jerry Evans10-Nov-03 8:01 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Heath Stewart10-Nov-03 9:33
protectorHeath Stewart10-Nov-03 9:33 
GeneralRe: Managed C++ server side executables ? Pin
Heath Stewart10-Nov-03 6:09
protectorHeath Stewart10-Nov-03 6:09 
GeneralRe: Managed C++ server side executables ? Pin
Jerry Evans10-Nov-03 6:57
Jerry Evans10-Nov-03 6:57 
GeneralSetup Program Pin
kersyanti5-Nov-03 23:23
kersyanti5-Nov-03 23:23 
GeneralRe: Setup Program Pin
Mike Dimmick6-Nov-03 2:17
Mike Dimmick6-Nov-03 2:17 
Questionhow to delete one file in network share folder with .NET Pin
don7cry5-Nov-03 16:06
don7cry5-Nov-03 16:06 
AnswerRe: how to delete one file in network share folder with .NET Pin
Al Gardner7-Nov-03 1:34
Al Gardner7-Nov-03 1:34 
AnswerRe: how to delete one file in network share folder with .NET Pin
jparsons8-Nov-03 12:12
jparsons8-Nov-03 12:12 
GeneralProblems with Exception Management Application Block Pin
Andy Hochstetler5-Nov-03 16:06
Andy Hochstetler5-Nov-03 16:06 
GeneralDoEvents kill Callback - Help needed! Pin
Vacationistas5-Nov-03 9:07
Vacationistas5-Nov-03 9:07 
General.NET Version 7.0 and 7.1 incompatability Pin
Showme805-Nov-03 4:48
Showme805-Nov-03 4:48 
GeneralRe: .NET Version 7.0 and 7.1 incompatability Pin
J. Dunlap5-Nov-03 8:42
J. Dunlap5-Nov-03 8:42 
GeneralThats easy.. Pin
E.L. Golpe10-Nov-03 6:20
E.L. Golpe10-Nov-03 6:20 
GeneralBeginner's Localization question Pin
Anonymous4-Nov-03 6:03
Anonymous4-Nov-03 6:03 
GeneralRe: Beginner's Localization question Pin
Colin Angus Mackay7-Nov-03 14:10
Colin Angus Mackay7-Nov-03 14:10 
GeneralRe: Beginner's Localization question Pin
Anonymous9-Nov-03 22:44
Anonymous9-Nov-03 22:44 

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.