Click here to Skip to main content
15,886,835 members
Home / Discussions / C#
   

C#

 
QuestionA remoting problem unresolved for days :( Pin
rickywong11-Mar-06 1:09
rickywong11-Mar-06 1:09 
QuestionLogin window for cyber cafe SW Pin
amit_for_net11-Mar-06 0:33
amit_for_net11-Mar-06 0:33 
AnswerRe: Login window for cyber cafe SW Pin
da vinci coder11-Mar-06 1:49
da vinci coder11-Mar-06 1:49 
QuestionLetting users write methods Pin
dennizsoftware.se10-Mar-06 21:12
dennizsoftware.se10-Mar-06 21:12 
AnswerRe: Letting users write methods Pin
Steve Pullan11-Mar-06 0:25
Steve Pullan11-Mar-06 0:25 
GeneralRe: Letting users write methods Pin
dennizsoftware.se11-Mar-06 2:16
dennizsoftware.se11-Mar-06 2:16 
GeneralRe: Letting users write methods Pin
dennizsoftware.se11-Mar-06 6:38
dennizsoftware.se11-Mar-06 6:38 
QuestionSecurity problem in .net remoting Pin
xys10-Mar-06 17:32
xys10-Mar-06 17:32 
I built a simple .net remoting program, including a server and a client.
The server has a server-activated object called "JobServerImpl", and a public event "JobEvent".
I add two event handlers at the client side, with codes like this:

this.jobServer = GetJobServer();

try
{
jobServer.JobEvent += new JobEventHandler( this.MyJobEventHandler );
}
catch( SecurityException e )
{
MessageBox.Show( e.Message );
}

The server started successfully, but when the client was loaded, a messagebox show with info "type of System.DelegateSerializationHodler and the derived types( ofSystem.DelegateSerializationHoder, for example) are not allowed to be deserialized at this security level".

I've no idea about this exception. Why? Thanks.Confused | :confused:
QuestionWriting a Funtion in C#|VB.NET and using it in Crystal Report Pin
superdragon10-Mar-06 16:21
superdragon10-Mar-06 16:21 
Questiondetect runtime process Pin
azusakt10-Mar-06 16:04
azusakt10-Mar-06 16:04 
AnswerRe: detect runtime process Pin
Stefan Troschuetz10-Mar-06 21:36
Stefan Troschuetz10-Mar-06 21:36 
GeneralRe: detect runtime process Pin
azusakt12-Mar-06 14:37
azusakt12-Mar-06 14:37 
Questionhow to send message from client to another client through the server Pin
sa_keles10-Mar-06 15:52
sa_keles10-Mar-06 15:52 
AnswerRe: how to send message from client to another client through the server Pin
Divyang Mithaiwala10-Mar-06 17:44
Divyang Mithaiwala10-Mar-06 17:44 
GeneralRe: how to send message from client to another client through the server Pin
sa_keles11-Mar-06 0:16
sa_keles11-Mar-06 0:16 
GeneralRe: how to send message from client to another client through the server Pin
Divyang Mithaiwala12-Mar-06 17:02
Divyang Mithaiwala12-Mar-06 17:02 
AnswerRe: how to send message from client to another client through the server Pin
sa_keles11-Mar-06 15:33
sa_keles11-Mar-06 15:33 
GeneralRe: how to send message from client to another client through the server Pin
sa_keles11-Mar-06 16:45
sa_keles11-Mar-06 16:45 
QuestionHow to display only numbers after comma in c# Pin
mm31010-Mar-06 14:28
mm31010-Mar-06 14:28 
AnswerRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:21
Sean8910-Mar-06 15:21 
GeneralRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:35
prrusa10-Mar-06 15:35 
AnswerRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:29
prrusa10-Mar-06 15:29 
GeneralRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:33
Sean8910-Mar-06 15:33 
GeneralRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:37
prrusa10-Mar-06 15:37 
GeneralRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:46
Sean8910-Mar-06 15: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.