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

C#

 
GeneralRe: Some questions about webservice Pin
Heath Stewart25-Feb-04 5:05
protectorHeath Stewart25-Feb-04 5:05 
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 
hey!

i've a nice remoting/serialization problem:

i call a method of my server object, which needs a font parameter. if i access this font parameter in my server method i get a remoting exception. the cause of this problem is clear (?): if i read a property value of this font object, the server tries to call the property accessor on client side...

meanwhile i call my method without font parameter and with parameters like fontname, fontsize(...) instead...
but that's not the smoothest way, i think!

is there a way to use font parameters without exception?
font implements iserialization - but why becomes it not serialized?

thanks in advance
GeneralRe: remoting/serialization problem Pin
Heath Stewart25-Feb-04 5:01
protectorHeath Stewart25-Feb-04 5:01 
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 

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.