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

C#

 
GeneralRe: .Net migration: client hangs Pin
Helfdane16-Nov-09 5:21
Helfdane16-Nov-09 5:21 
It's one of our own clases which is an class implementing MarshalByRefObject. It's actually quite the same as MarshalByRefObject only adding some methods.

internal class StatusPublisher : MarshalByRefObject, *****.IStatusPublisher
{ 
    public string NextRun(string serviceId)
    {
         //code block for execution
    }
}


Thing is, I can load this class, but I cannot call the methods on it. So it must go wrong higher up the chain, which is .Net code I think.

The consumer isn't a moron; she is your wife.

GeneralRe: .Net migration: client hangs Pin
Saksida Bojan16-Nov-09 5:33
Saksida Bojan16-Nov-09 5:33 
Questioncontext menu on grid Pin
Member 59031015-Nov-09 23:47
Member 59031015-Nov-09 23:47 
AnswerRe: context menu on grid Pin
The Man from U.N.C.L.E.16-Nov-09 2:33
The Man from U.N.C.L.E.16-Nov-09 2:33 
GeneralRe: context menu on grid Pin
Shameel16-Nov-09 2:50
professionalShameel16-Nov-09 2:50 
QuestionThe pay phone project Pin
Bokang Selialia15-Nov-09 23:43
Bokang Selialia15-Nov-09 23:43 
AnswerRe: The pay phone project Pin
Simon P Stevens15-Nov-09 23:46
Simon P Stevens15-Nov-09 23:46 
GeneralRe: The pay phone project Pin
Bokang Selialia16-Nov-09 0:11
Bokang Selialia16-Nov-09 0:11 
GeneralRe: The pay phone project Pin
Simon P Stevens16-Nov-09 0:15
Simon P Stevens16-Nov-09 0:15 
GeneralRe: The pay phone project Pin
Christian Graus16-Nov-09 0:28
protectorChristian Graus16-Nov-09 0:28 
AnswerRe: The pay phone project Pin
Christian Graus16-Nov-09 0:05
protectorChristian Graus16-Nov-09 0:05 
AnswerRe: The pay phone project Pin
EliottA16-Nov-09 0:47
EliottA16-Nov-09 0:47 
AnswerRe: The pay phone project Pin
The Man from U.N.C.L.E.16-Nov-09 2:32
The Man from U.N.C.L.E.16-Nov-09 2:32 
AnswerRe: The pay phone project Pin
Wes Aday16-Nov-09 9:39
professionalWes Aday16-Nov-09 9:39 
QuestionText on Aero Glass that has Painted Layer - how? Pin
Rabangus15-Nov-09 23:27
Rabangus15-Nov-09 23:27 
Questionsearch for unicode text? Pin
krt7201215-Nov-09 22:53
krt7201215-Nov-09 22:53 
AnswerRe: search for unicode text? Pin
Christian Graus15-Nov-09 22:56
protectorChristian Graus15-Nov-09 22:56 
GeneralRe: search for unicode text? Pin
krt7201215-Nov-09 23:05
krt7201215-Nov-09 23:05 
GeneralRe: search for unicode text? Pin
Christian Graus15-Nov-09 23:16
protectorChristian Graus15-Nov-09 23:16 
GeneralRe: search for unicode text? Pin
krt7201215-Nov-09 23:23
krt7201215-Nov-09 23:23 
GeneralRe: search for unicode text? Pin
Christian Graus15-Nov-09 23:28
protectorChristian Graus15-Nov-09 23:28 
GeneralRe: search for unicode text? Pin
krt7201215-Nov-09 23:32
krt7201215-Nov-09 23:32 
QuestionHow to test proxy setting for WCF client? Pin
link27sea15-Nov-09 22:44
link27sea15-Nov-09 22:44 
AnswerRe: How to test proxy setting for WCF client? Pin
Mirko198015-Nov-09 23:13
Mirko198015-Nov-09 23:13 
GeneralRe: How to test proxy setting for WCF client? Pin
link27sea16-Nov-09 17:24
link27sea16-Nov-09 17:24 

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.