Click here to Skip to main content
15,904,653 members
Home / Discussions / C#
   

C#

 
GeneralRe: efficient Pin
dole.doug17-Nov-08 5:07
dole.doug17-Nov-08 5:07 
AnswerRe: efficient Pin
Ennis Ray Lynch, Jr.17-Nov-08 5:04
Ennis Ray Lynch, Jr.17-Nov-08 5:04 
AnswerRe: efficient Pin
Alan Balkany18-Nov-08 3:39
Alan Balkany18-Nov-08 3:39 
QuestionHTTP POST problem Pin
gr9fci17-Nov-08 3:40
gr9fci17-Nov-08 3:40 
AnswerRe: HTTP POST problem Pin
leppie17-Nov-08 20:29
leppie17-Nov-08 20:29 
AnswerRe: HTTP POST problem Pin
leppie17-Nov-08 20:31
leppie17-Nov-08 20:31 
QuestionCreating a new WinForms .Net component (question from new comer) Pin
Ahmed Charfeddine17-Nov-08 2:55
Ahmed Charfeddine17-Nov-08 2:55 
Question.NET Runtime 2.0 Error Reporting Pin
jam198217-Nov-08 2:33
jam198217-Nov-08 2:33 
Hi,

thanks in advance for your answers.

I realized a windows service by c# where exceptions are managed.

This service run continously for more than 1 month on server machine with Windows Server 2003 (Service Pack 1). However the service crashed. When an exception arrive I log it in a text file, but in this case I didn't write anything.

In windows event viewer I found this error:

Tipo evento: Errore
Origine evento: .NET Runtime 2.0 Error Reporting
Categoria evento: Nessuno
ID evento: 1000
Data: 14/11/2008
Ora: 14.53.29
Utente: N/D
Computer: DATASERVERR2
Descrizione:
Faulting application srvcconnettore.exe, version 1.0.0.0, stamp 49007432, faulting module kernel32.dll, version 5.2.3790.2919, stamp 462648c6, debug? 0, fault address 0x00015e02.

Per ulteriori informazioni, consultare la Guida in linea e supporto tecnico all'indirizzo http://go.microsoft.com/fwlink/events.asp.
Dati:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 73 00 72 00 76 00 .s.r.v.
0030: 63 00 63 00 6f 00 6e 00 c.c.o.n.
0038: 6e 00 65 00 74 00 74 00 n.e.t.t.
0040: 6f 00 72 00 65 00 2e 00 o.r.e...
0048: 65 00 78 00 65 00 20 00 e.x.e. .
0050: 31 00 2e 00 30 00 2e 00 1...0...
0058: 30 00 2e 00 30 00 20 00 0...0. .
0060: 34 00 39 00 30 00 30 00 4.9.0.0.
0068: 37 00 34 00 33 00 32 00 7.4.3.2.
0070: 20 00 69 00 6e 00 20 00 .i.n. .
0078: 6b 00 65 00 72 00 6e 00 k.e.r.n.
0080: 65 00 6c 00 33 00 32 00 e.l.3.2.
0088: 2e 00 64 00 6c 00 6c 00 ..d.l.l.
0090: 20 00 35 00 2e 00 32 00 .5...2.
0098: 2e 00 33 00 37 00 39 00 ..3.7.9.
00a0: 30 00 2e 00 32 00 39 00 0...2.9.
00a8: 31 00 39 00 20 00 34 00 1.9. .4.
00b0: 36 00 32 00 36 00 34 00 6.2.6.4.
00b8: 38 00 63 00 36 00 20 00 8.c.6. .
00c0: 66 00 44 00 65 00 62 00 f.D.e.b.
00c8: 75 00 67 00 20 00 30 00 u.g. .0.
00d0: 20 00 61 00 74 00 20 00 .a.t. .
00d8: 6f 00 66 00 66 00 73 00 o.f.f.s.
00e0: 65 00 74 00 20 00 30 00 e.t. .0.
00e8: 30 00 30 00 31 00 35 00 0.0.1.5.
00f0: 65 00 30 00 32 00 0d 00 e.0.2...
00f8: 0a 00 ..

Could you give me a solution to this problem? Thank you!
AnswerRe: .NET Runtime 2.0 Error Reporting Pin
sph3rex17-Nov-08 2:48
sph3rex17-Nov-08 2:48 
GeneralRe: .NET Runtime 2.0 Error Reporting Pin
jam198217-Nov-08 3:38
jam198217-Nov-08 3:38 
QuestionAbout binding files to an C# window application Pin
dilshan_02017-Nov-08 2:21
dilshan_02017-Nov-08 2:21 
AnswerRe: About binding files to an C# window application Pin
SeMartens17-Nov-08 2:32
SeMartens17-Nov-08 2:32 
GeneralRe: About binding files to an C# window application Pin
dilshan_02017-Nov-08 2:56
dilshan_02017-Nov-08 2:56 
GeneralRe: About binding files to an C# window application Pin
SeMartens17-Nov-08 4:31
SeMartens17-Nov-08 4:31 
Questiondatarow empty Pin
Melanie Booysen17-Nov-08 1:27
Melanie Booysen17-Nov-08 1:27 
AnswerRe: datarow empty Pin
SeMartens17-Nov-08 2:13
SeMartens17-Nov-08 2:13 
AnswerRe: datarow empty Pin
Andrew Rissing17-Nov-08 4:20
Andrew Rissing17-Nov-08 4:20 
QuestionConcat objects Pin
Scalee17-Nov-08 1:16
Scalee17-Nov-08 1:16 
AnswerRe: Concat objects Pin
Simon P Stevens17-Nov-08 1:47
Simon P Stevens17-Nov-08 1:47 
GeneralRe: Concat objects Pin
Scalee17-Nov-08 2:29
Scalee17-Nov-08 2:29 
QuestionDisplay image in Image control or Bitmap Pin
B8717-Nov-08 0:46
B8717-Nov-08 0:46 
AnswerRe: Display image in Image control or Bitmap Pin
Giorgi Dalakishvili17-Nov-08 0:57
mentorGiorgi Dalakishvili17-Nov-08 0:57 
GeneralRe: Display image in Image control or Bitmap Pin
B8717-Nov-08 1:08
B8717-Nov-08 1:08 
GeneralRe: Display image in Image control or Bitmap Pin
Giorgi Dalakishvili17-Nov-08 1:11
mentorGiorgi Dalakishvili17-Nov-08 1:11 
GeneralRe: Display image in Image control or Bitmap Pin
B8717-Nov-08 1:40
B8717-Nov-08 1:40 

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.