Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to selected drowndown list options in web browser Pin
Shameel16-Nov-09 3:29
professionalShameel16-Nov-09 3:29 
GeneralRe: How to selected drowndown list options in web browser Pin
fatix16-Nov-09 3:33
fatix16-Nov-09 3:33 
GeneralRe: How to selected drowndown list options in web browser Pin
Shameel16-Nov-09 7:19
professionalShameel16-Nov-09 7:19 
QuestionRe: How to selected drowndown list options in web browser Pin
fatix16-Nov-09 7:38
fatix16-Nov-09 7:38 
AnswerRe: How to selected drowndown list options in web browser Pin
fatix16-Nov-09 12:40
fatix16-Nov-09 12:40 
Questionis there a table cap for MS SQL Compact Edition? [modified] Pin
Emmet_Brown16-Nov-09 1:48
Emmet_Brown16-Nov-09 1:48 
AnswerRe: is there a table cap for MS SQL Compact Edition? Pin
Saksida Bojan16-Nov-09 5:53
Saksida Bojan16-Nov-09 5:53 
Question.Net migration: client hangs [modified] Pin
Helfdane16-Nov-09 1:34
Helfdane16-Nov-09 1:34 
Hi,

I've been googling a long time about this, so I thought you peeps might have an answer for me.

I have a application which has been written in .net1.1 a long time ago. I ported that application to .net2.0 (one step at a time Wink | ;) ) and left the code the same as much as I could. Everything works, except one thing which I cannot figure out why not.

I have this service, which is listening on a port on the same server as the client runs on. My client in this case is a configuration editor with some basic functionality like getting the time the last synchronisation ran etc.

The service is called the StatusPublisher.

I initialize the the publisher object for use with this call:

*****.IStatusPublisher publisher = 
(*****.IStatusPublisher)Activator.GetObject(typeof(*****.IStatusPublisher), 
string.Format("tcp://localhost:{0}/StatusPublisher", servicePort));

This is the call which works in .net1.1 but fails in .net2.0:
string returnValue = publisher.NextRun (serviceId);

This call locks up the complete config-tool, kinda forever (killed it after 50 minutes). I had a logging step between every code block, but the logger before the publisher.NextRun() logged fine, everything after was a complete lock up.

Any idea why I can instantiate the publisher object but cannot call a method from it?

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

modified on Monday, November 16, 2009 7:41 AM

AnswerRe: .Net migration: client hangs Pin
Saksida Bojan16-Nov-09 5:15
Saksida Bojan16-Nov-09 5:15 
GeneralRe: .Net migration: client hangs Pin
Helfdane16-Nov-09 5:21
Helfdane16-Nov-09 5:21 
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 

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.