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

C#

 
GeneralWeb service performance... Pin
Matt Gullett15-Jun-03 2:25
Matt Gullett15-Jun-03 2:25 
GeneralRe: Web service performance... Pin
Kannan Kalyanaraman15-Jun-03 3:41
Kannan Kalyanaraman15-Jun-03 3:41 
GeneralRe: Web service performance... Pin
Matt Gullett15-Jun-03 3:47
Matt Gullett15-Jun-03 3:47 
GeneralRe: Web service performance... Pin
Kannan Kalyanaraman15-Jun-03 17:01
Kannan Kalyanaraman15-Jun-03 17:01 
GeneralRe: Web service performance... Pin
Rocky Moore15-Jun-03 23:18
Rocky Moore15-Jun-03 23:18 
GeneralRe: Web service performance... Pin
Matt Gullett15-Jun-03 23:35
Matt Gullett15-Jun-03 23:35 
GeneralDynamic object cloneing. Pin
Peter Kiss15-Jun-03 1:07
Peter Kiss15-Jun-03 1:07 
GeneralC# Service won't start Pin
gek_at14-Jun-03 23:59
gek_at14-Jun-03 23:59 
Hi,

I wrote a simple C# service that uses remoting. It installs just fine, but for some reason when I try to start the service, I get the error message "Service 'SharpPrivacy OpenPGP Service' on 'local machine' could not be started. Error: 193 (0xc1)" (message was translated from german to english by me. It might not be exactly the same in english WinXP). I didn't find anything on the web about that error. Does someone know what might be the problem?

The service is generally the normal Service template, I only changed the function onstart:

<br />
protected override void OnStart(string[] args) {<br />
    HttpChannel myChannel = new HttpChannel(4433);<br />
	<br />
    ChannelServices.RegisterChannel(myChannel);<br />
    RemotingConfiguration.RegisterWellKnownServiceType(typeof(SharpPrivacy.SharpPrivacySrv.SharpPrivacy), "SharpPrivacy", WellKnownObjectMode.Singleton);<br />
}<br />


TIA,
Daniel

PS: If interested in SharpPrivacy (an OpenPGP implementation in c#), read my article[^] about it.
GeneralRe: C# Service won't start Pin
mcgahanfl15-Jun-03 2:16
mcgahanfl15-Jun-03 2:16 
GeneralRe: C# Service won't start Pin
gek_at15-Jun-03 3:20
gek_at15-Jun-03 3:20 
GeneralRe: C# Service won't start Pin
mcgahanfl15-Jun-03 3:53
mcgahanfl15-Jun-03 3:53 
GeneralRe: C# Service won't start Pin
gek_at15-Jun-03 11:11
gek_at15-Jun-03 11:11 
GeneralRe: C# Service won't start Pin
gek_at16-Jun-03 7:31
gek_at16-Jun-03 7:31 
QuestionHow to connect to SQL Server running on one remote Server. Pin
Ken Zhu14-Jun-03 18:40
Ken Zhu14-Jun-03 18:40 
AnswerRe: How to connect to SQL Server running on one remote Server. Pin
Rocky Moore14-Jun-03 22:27
Rocky Moore14-Jun-03 22:27 
GeneralThe need to test my game online. Pin
EvilDingo14-Jun-03 14:02
EvilDingo14-Jun-03 14:02 
GeneralRe: The need to test my game online. Pin
leppie14-Jun-03 14:17
leppie14-Jun-03 14:17 
GeneralLessons learned Pin
Kant14-Jun-03 7:22
Kant14-Jun-03 7:22 
GeneralRe: Lessons learned Pin
Amber Star14-Jun-03 9:37
Amber Star14-Jun-03 9:37 
GeneralRe: Lessons learned Pin
Kant14-Jun-03 15:13
Kant14-Jun-03 15:13 
GeneralRe: Lessons learned Pin
leppie14-Jun-03 9:40
leppie14-Jun-03 9:40 
GeneralRe: Lessons learned Pin
Nick Parker14-Jun-03 10:51
protectorNick Parker14-Jun-03 10:51 
GeneralRe: Lessons learned Pin
leppie14-Jun-03 10:56
leppie14-Jun-03 10:56 
GeneralRe: Lessons learned Pin
Nick Parker14-Jun-03 10:58
protectorNick Parker14-Jun-03 10:58 
GeneralRe: Lessons learned Pin
Kant14-Jun-03 15:06
Kant14-Jun-03 15:06 

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.