Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralTyped DataSet Generation Fine-tuning Pin
sirovsky18-Aug-03 1:54
sirovsky18-Aug-03 1:54 
GeneralCtrl-C with error Pin
A.Wegierski17-Aug-03 23:33
A.Wegierski17-Aug-03 23:33 
GeneralRe: Ctrl-C with error Pin
sirovsky18-Aug-03 3:02
sirovsky18-Aug-03 3:02 
GeneralRe: Ctrl-C with error Pin
A.Wegierski19-Aug-03 19:20
A.Wegierski19-Aug-03 19:20 
GeneralRe: Ctrl-C with error Pin
Ista18-Aug-03 5:58
Ista18-Aug-03 5:58 
GeneralWhat's the point of Remoting if you need to "Add Reference" Pin
devvvy17-Aug-03 22:20
devvvy17-Aug-03 22:20 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 3:27
James T. Johnson18-Aug-03 3:27 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
devvvy18-Aug-03 5:20
devvvy18-Aug-03 5:20 
oooo... there're too many books that I need to read in too little time....

life's short, ....

anyway, QUOTE:

Shared - contains interfaces or base classes implemented by "Server"
Server - references "Shared" and implements "Shared" assembly's interfaces or base classes
Client - references "Shared"

QUESTION: so, basically, you have two dll and two exe:
1. RemoteObject.dll
2. Interface assembly of remote object (RemoteObjInterface.dll)
3. Server (RemoteObjServer.exe):
a. References the interface assembly (2)
b. Register channel, register type.
4. Client (RemoteClient.exe):
a. References Interface assembly (2)
b. Do you still use Activator.GetObject()?

Just thinking how to implement interface.. By the way, you still need to refernce interface assembly. I guess the point of remoting is that RemoteObject do run in different process/app context/server - meaning it has access to resources on a remote server (database/file/AD/registry...etc). if it wasn't that, there's not much of a point for remoting (am i missing something here?)

norm
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 5:44
James T. Johnson18-Aug-03 5:44 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
devvvy18-Aug-03 6:51
devvvy18-Aug-03 6:51 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 11:27
James T. Johnson18-Aug-03 11:27 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
devvvy18-Aug-03 15:07
devvvy18-Aug-03 15:07 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 15:26
James T. Johnson18-Aug-03 15:26 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
devvvy18-Aug-03 18:05
devvvy18-Aug-03 18:05 
QuestionWhere r the Shape and Line Controls??? Pin
pShay17-Aug-03 21:43
pShay17-Aug-03 21:43 
AnswerRe: Where r the Shape and Line Controls??? Pin
Sascha Andres17-Aug-03 23:27
Sascha Andres17-Aug-03 23:27 
AnswerRe: Where r the Shape and Line Controls??? Pin
Ista18-Aug-03 16:59
Ista18-Aug-03 16:59 
Generalexposing remoting from ASP.NET Pin
devvvy17-Aug-03 20:37
devvvy17-Aug-03 20:37 
Question"as" keyword in C#? Pin
devvvy17-Aug-03 20:06
devvvy17-Aug-03 20:06 
AnswerRe: "as" keyword in C#? Pin
Roger Alsing17-Aug-03 20:10
Roger Alsing17-Aug-03 20:10 
AnswerRe: "as" keyword in C#? Pin
J. Dunlap17-Aug-03 20:17
J. Dunlap17-Aug-03 20:17 
GeneralRe: "as" keyword in C#? Pin
devvvy17-Aug-03 20:39
devvvy17-Aug-03 20:39 
AnswerRe: "as" keyword in C#? Pin
Russell Morris18-Aug-03 4:30
Russell Morris18-Aug-03 4:30 
GeneralRe: "as" keyword in C#? Pin
devvvy18-Aug-03 5:11
devvvy18-Aug-03 5:11 
GeneralMy Network Places Pin
Nick Seng17-Aug-03 17:04
Nick Seng17-Aug-03 17: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.