Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: Some questions about webservice Pin
Forrest Feather25-Feb-04 14:10
Forrest Feather25-Feb-04 14:10 
QuestionThreads? Pin
johnstacey25-Feb-04 0:00
johnstacey25-Feb-04 0:00 
AnswerRe: Threads? Pin
Verdant12325-Feb-04 2:36
Verdant12325-Feb-04 2:36 
AnswerRe: Threads? Pin
scadaguy25-Feb-04 2:58
scadaguy25-Feb-04 2:58 
GeneralRe: Threads? Pin
johnstacey25-Feb-04 11:16
johnstacey25-Feb-04 11:16 
AnswerRe: Threads? - Another Question Pin
johnstacey25-Feb-04 11:30
johnstacey25-Feb-04 11:30 
Generalremoting/serialization problem Pin
occcy24-Feb-04 22:50
occcy24-Feb-04 22:50 
GeneralRe: remoting/serialization problem Pin
Heath Stewart25-Feb-04 5:01
protectorHeath Stewart25-Feb-04 5:01 
Yes, the Font is serializable, but what channel are you using for remoting? If you are hosting your remoting object in IIS, it can only use the HttpChannel. HTTP - by nature - is one way. The server can't initiate communications with the client. With you pass the name, size, etc., these are all value types (except for strings, which behave similarily) and are pass-by-value without using them as properties or the ref and out keywords.

Also, what exactly is the exception? The Type and message would help.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: remoting/serialization problem Pin
occcy25-Feb-04 20:39
occcy25-Feb-04 20:39 
GeneralRe: remoting/serialization problem Pin
Heath Stewart26-Feb-04 2:58
protectorHeath Stewart26-Feb-04 2:58 
GeneralRe: remoting/serialization problem Pin
occcy26-Feb-04 3:11
occcy26-Feb-04 3:11 
GeneralRe: remoting/serialization problem Pin
Heath Stewart26-Feb-04 3:31
protectorHeath Stewart26-Feb-04 3:31 
GeneralRe: remoting/serialization problem Pin
occcy26-Feb-04 4:19
occcy26-Feb-04 4:19 
GeneralRe: remoting/serialization problem Pin
Heath Stewart26-Feb-04 4:34
protectorHeath Stewart26-Feb-04 4:34 
GeneralRe: remoting/serialization problem Pin
Tom Larsen26-Feb-04 5:07
Tom Larsen26-Feb-04 5:07 
GeneralRe: remoting/serialization problem Pin
occcy26-Feb-04 20:36
occcy26-Feb-04 20:36 
GeneralRe: remoting/serialization problem Pin
occcy26-Feb-04 4:31
occcy26-Feb-04 4:31 
Generalspider Pin
slah24-Feb-04 22:32
slah24-Feb-04 22:32 
GeneralHelp with event hiding in derived class Pin
gkrish524-Feb-04 20:40
gkrish524-Feb-04 20:40 
GeneralRe: Help with event hiding in derived class Pin
Heath Stewart25-Feb-04 4:50
protectorHeath Stewart25-Feb-04 4:50 
GeneralRe: Help with event hiding in derived class Pin
gkrish525-Feb-04 7:01
gkrish525-Feb-04 7:01 
GeneralRe: Help with event hiding in derived class Pin
Heath Stewart25-Feb-04 7:27
protectorHeath Stewart25-Feb-04 7:27 
GeneralRe: Help with event hiding in derived class Pin
gkrish525-Feb-04 8:55
gkrish525-Feb-04 8:55 
GeneralTroubles with the Parent property (I think) Pin
Andres Coder24-Feb-04 20:26
Andres Coder24-Feb-04 20:26 
GeneralRe: Troubles with the Parent property (I think) Pin
Heath Stewart25-Feb-04 4:46
protectorHeath Stewart25-Feb-04 4:46 

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.