Click here to Skip to main content
15,916,941 members
Home / Discussions / C#
   

C#

 
QuestionDevelopment limitations of Express Edition? Pin
Ashley van Gerven4-Jul-07 15:09
Ashley van Gerven4-Jul-07 15:09 
AnswerRe: Development limitations of Express Edition? Pin
Vikram A Punathambekar4-Jul-07 16:38
Vikram A Punathambekar4-Jul-07 16:38 
GeneralRe: Development limitations of Express Edition? Pin
Ashley van Gerven4-Jul-07 18:43
Ashley van Gerven4-Jul-07 18:43 
GeneralRe: Development limitations of Express Edition? Pin
urbane.tiger4-Jul-07 21:43
urbane.tiger4-Jul-07 21:43 
GeneralRe: Development limitations of Express Edition? Pin
Vikram A Punathambekar6-Jul-07 22:12
Vikram A Punathambekar6-Jul-07 22:12 
GeneralRe: Development limitations of Express Edition? Pin
urbane.tiger8-Jul-07 16:14
urbane.tiger8-Jul-07 16:14 
AnswerRe: Development limitations of Express Edition? Pin
Vasudevan Deepak Kumar4-Jul-07 20:04
Vasudevan Deepak Kumar4-Jul-07 20:04 
QuestionEvent handling over a tcp remoting connection Pin
1242564-Jul-07 14:35
1242564-Jul-07 14:35 
I'm developing a multi-player game in C#. Player A hosts a "game room" and creates a game object. Then players B and C gain remote access to that object over a TCP connection. (Assume everyone knows everyone else's IP address). My issue is that player C's UI needs to be updated when player B calls a function on the remote game object. When the program tries to register player C's handler onto the game object's event, I get an exception telling me that my security settings are too low for deserialization.

(Specifically: Type System.DelegateSerializationHolder and the types derived from it (such as System.DelegateSerializationHolder) are not permitted to be deserialized at this security level.)

The message suggests using security certificates to get around all this, but I don't know how this is done. Can someone instruct me on how to get this working? I would really rather not have the host player have to gain remote access to each other play so it can call some "updateUI" function on each player.
QuestionEmulating ANSI in a TextBox Pin
weis234-Jul-07 14:18
weis234-Jul-07 14:18 
AnswerRe: Emulating ANSI in a TextBox Pin
Luc Pattyn4-Jul-07 15:53
sitebuilderLuc Pattyn4-Jul-07 15:53 
GeneralRe: Emulating ANSI in a TextBox Pin
weis235-Jul-07 14:56
weis235-Jul-07 14:56 
GeneralRe: Emulating ANSI in a TextBox Pin
Luc Pattyn5-Jul-07 15:21
sitebuilderLuc Pattyn5-Jul-07 15:21 
GeneralRe: Emulating ANSI in a TextBox Pin
weis235-Jul-07 16:01
weis235-Jul-07 16:01 
GeneralRe: Emulating ANSI in a TextBox Pin
Luc Pattyn5-Jul-07 16:38
sitebuilderLuc Pattyn5-Jul-07 16:38 
GeneralRe: Emulating ANSI in a TextBox Pin
weis235-Jul-07 17:01
weis235-Jul-07 17:01 
GeneralRe: Emulating ANSI in a TextBox Pin
Luc Pattyn5-Jul-07 23:43
sitebuilderLuc Pattyn5-Jul-07 23:43 
Questionlistbox scrollbar Pin
MarkB7774-Jul-07 13:24
MarkB7774-Jul-07 13:24 
AnswerRe: listbox scrollbar Pin
Luc Pattyn4-Jul-07 13:37
sitebuilderLuc Pattyn4-Jul-07 13:37 
AnswerRe: listbox scrollbar Pin
lovelynannan20084-Jul-07 16:14
lovelynannan20084-Jul-07 16:14 
Questionstaff working schedule control Pin
Jassim Rahma4-Jul-07 12:50
Jassim Rahma4-Jul-07 12:50 
AnswerRe: staff working schedule control Pin
Christian Graus4-Jul-07 13:53
protectorChristian Graus4-Jul-07 13:53 
QuestionSSL communication without certificate authentication Pin
tariq7864-Jul-07 9:49
tariq7864-Jul-07 9:49 
QuestionCertificate for ssl client server communication Pin
tariq7864-Jul-07 9:20
tariq7864-Jul-07 9:20 
QuestionUdpReceive Method Pin
ramdil4-Jul-07 7:55
ramdil4-Jul-07 7:55 
AnswerRe: UdpReceive Method Pin
Luc Pattyn4-Jul-07 8:03
sitebuilderLuc Pattyn4-Jul-07 8:03 

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.