Click here to Skip to main content
15,909,030 members
Home / Discussions / C#
   

C#

 
GeneralRe: Painting Order Pin
leppie16-Aug-02 3:09
leppie16-Aug-02 3:09 
GeneralRe: Painting Order Pin
albean16-Aug-02 5:12
albean16-Aug-02 5:12 
GeneralRe: Painting Order Pin
Nick Parker16-Aug-02 6:27
protectorNick Parker16-Aug-02 6:27 
GeneralRe: Painting Order Pin
albean16-Aug-02 6:40
albean16-Aug-02 6:40 
GeneralRe: Painting Order Pin
Nick Parker16-Aug-02 6:47
protectorNick Parker16-Aug-02 6:47 
GeneralRe: Painting Order Pin
albean16-Aug-02 7:16
albean16-Aug-02 7:16 
GeneralRe: Painting Order Pin
Russell Morris16-Aug-02 7:52
Russell Morris16-Aug-02 7:52 
GeneralDistributed App Pin
Eka15-Aug-02 19:42
Eka15-Aug-02 19:42 
Hi all,

I have question about distributed application. I bought a book from Wrox, Professional C#.
And now, I am trying to work on one of the samples in chapter Distributed Application.
However, I got this error when I execute my client application:

"Trying to create a proxy to an unbound type."

Main purpose of the program is to create 2 small applications which execute a remote object
called Hello. It's using TCP as the channel. In both applications, I already put a reference to
remote object's namespace (DistributedApp1CL).

Server application has no problem at all, but client does. The error comes in this line:

Hello obj = (Hello)Activator.GetObject(typeof(Hello), "tcp://localhost:8086/Hi");

Does anyone know what this error means?
GeneralRe: Distributed App Pin
Nnamdi Onyeyiri16-Aug-02 0:51
Nnamdi Onyeyiri16-Aug-02 0:51 
GeneralRe: Distributed App Pin
James T. Johnson16-Aug-02 1:42
James T. Johnson16-Aug-02 1:42 
QuestionOnPaint() What am I missing? Pin
albean15-Aug-02 17:49
albean15-Aug-02 17:49 
AnswerRe: OnPaint() What am I missing? Pin
Ray Cassick15-Aug-02 17:58
Ray Cassick15-Aug-02 17:58 
AnswerRe: OnPaint() What am I missing? Pin
Nish Nishant15-Aug-02 19:09
sitebuilderNish Nishant15-Aug-02 19:09 
GeneralRe: OnPaint() What am I missing? Pin
albean15-Aug-02 19:30
albean15-Aug-02 19:30 
GeneralRe: OnPaint() What am I missing? Pin
Nish Nishant15-Aug-02 22:32
sitebuilderNish Nishant15-Aug-02 22:32 
AnswerRe: OnPaint() What am I missing? Pin
James T. Johnson16-Aug-02 0:52
James T. Johnson16-Aug-02 0:52 
QuestionHow to add a new record and get an autonumber field value Pin
Luis Alonso Ramos15-Aug-02 17:31
Luis Alonso Ramos15-Aug-02 17:31 
AnswerRe: How to add a new record and get an autonumber field value Pin
albean15-Aug-02 18:46
albean15-Aug-02 18:46 
GeneralRe: How to add a new record and get an autonumber field value Pin
Luis Alonso Ramos15-Aug-02 22:28
Luis Alonso Ramos15-Aug-02 22:28 
GeneralRe: How to add a new record and get an autonumber field value Pin
James T. Johnson16-Aug-02 1:15
James T. Johnson16-Aug-02 1:15 
GeneralRe: How to add a new record and get an autonumber field value Pin
Nnamdi Onyeyiri16-Aug-02 1:51
Nnamdi Onyeyiri16-Aug-02 1:51 
GeneralRe: How to add a new record and get an autonumber field value Pin
James T. Johnson16-Aug-02 1:54
James T. Johnson16-Aug-02 1:54 
GeneralRe: How to add a new record and get an autonumber field value Pin
Luis Alonso Ramos16-Aug-02 6:00
Luis Alonso Ramos16-Aug-02 6:00 
GeneralRe: How to add a new record and get an autonumber field value Pin
Luis Alonso Ramos16-Aug-02 6:17
Luis Alonso Ramos16-Aug-02 6:17 
GeneralRe: How to add a new record and get an autonumber field value Pin
James T. Johnson16-Aug-02 8:20
James T. Johnson16-Aug-02 8:20 

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.