.net Runtime 2.0 error reporting - DOTNET
This is a discussion on .net Runtime 2.0 error reporting - DOTNET ; I am currently facing a .net Runtime 2.0 error when running my application.
The .net error pops up randomly and just kills my application by saying .net
runtime error. i cannot really figure it out what the actual problem is.
...
-
.net Runtime 2.0 error reporting
I am currently facing a .net Runtime 2.0 error when running my application.
The .net error pops up randomly and just kills my application by saying .net
runtime error. i cannot really figure it out what the actual problem is.
the event log shows the following description:
Faulting application XXXX.exe, version XXXX, stamp 465681fc, faulting module
kernel32.dll, version 5.1.2600.2945, stamp 44ab9b06, debug? 0, fault address
0x00012a5b
Thank you.
-
RE: .net Runtime 2.0 error reporting
Hi James,
From your description, you're encountering some runtime error when using a
NET 2.0 built application, correct?
Based on the eventlog entry you posted, the error message is quite general,
it is quite hard to get further info from this. For such problem, I would
like to gather some information about the application's implementation and
code logic:
** Is this a simple .NET desktop application or a distributed one which
will also communicate with some server-side service(remotely)?
** Whether you've used any particular component or code logic in the
application? For example, COM interop, PInvoke or ......
It would be better if we can focus on some more specific part of the
application, and I can also help perform some research in our internal
issue records to see whether there is any similar cases we can reference.
Please feel free to let me know if there is anything else you find.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project ****ysis and dump ****ysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
-
Re: .net Runtime 2.0 error reporting
Hi Steven,
Thanks for your reply!
My application is a WinForm application developed by VB .NET 2005. This is
a standalone application which communicates with SQL Server 2000 Desktop
edition. I don't use COM interop or Pinvoke, but with some Win32API call.
This error seems occurrs ramdomly, maybe few times a day or one time in a
few days. I still have no idea what causes this problem.
The PC runs this application has already installed .NET framework 2.0 with
path NDP20-KB917283-X86 and NDP20-KB922770-X86. The OS is Windows XP
Professional Traditional Chinese edition with all latest patches including
SP2.
Thanks again for your kindly help!
Regards,
James
"Steven Cheng[MSFT]" <stcheng@online.microsoft.com> 撰寫於郵件新聞:U8Da$7ZrHHA.1032@TK2MSFTNGHUB02.phx.gbl...
> Hi James,
>
> From your description, you're encountering some runtime error when using a
> NET 2.0 built application, correct?
>
> Based on the eventlog entry you posted, the error message is quite
> general,
> it is quite hard to get further info from this. For such problem, I would
> like to gather some information about the application's implementation and
> code logic:
>
> ** Is this a simple .NET desktop application or a distributed one which
> will also communicate with some server-side service(remotely)?
>
> ** Whether you've used any particular component or code logic in the
> application? For example, COM interop, PInvoke or ......
>
> It would be better if we can focus on some more specific part of the
> application, and I can also help perform some research in our internal
> issue records to see whether there is any similar cases we can reference.
>
> Please feel free to let me know if there is anything else you find.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
>
> ==================================================
>
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> ications.
>
>
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project ****ysis and dump ****ysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscripti...t/default.aspx.
>
> ==================================================
>
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>
>
-
Re: .net Runtime 2.0 error reporting
Hi James,
Thanks for your reply.
I'm afraid so far we can not quite track down the issue based on these
informations. If possible, I suggest you try using some debugging tools
(visual studio or other dbg IDE) to attach the process at production
environment to look for some detailed exception info and callstack. Other
wise, you may consider contact CSS for further indepth troubleshooting.
http://msdn.microsoft.com/subscripti...t/default.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
-
Re: .net Runtime 2.0 error reporting
Hi Steven,
Thanks for your reply!
I'll try to debug the production environment and raise more information for
your assist if possible.
Regards,
James
"Steven Cheng[MSFT]" <stcheng@online.microsoft.com> 撰寫於郵件新聞:0Hp7w7nsHHA.3672@TK2MSFTNGHUB02.phx.gbl...
> Hi James,
>
> Thanks for your reply.
>
> I'm afraid so far we can not quite track down the issue based on these
> informations. If possible, I suggest you try using some debugging tools
> (visual studio or other dbg IDE) to attach the process at production
> environment to look for some detailed exception info and callstack. Other
> wise, you may consider contact CSS for further indepth troubleshooting.
>
> http://msdn.microsoft.com/subscripti...t/default.aspx
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
-
Re: .net Runtime 2.0 error reporting
Thanks for your reply James,
Sure. Please feel free to post here if there is anything else we can help
you.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
-
Re: .net Runtime 2.0 error reporting
Hi James,
Any further progress on this issue or have you been able to track down the
problem a little further?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
-
Faulting application synchronizationengine.exe, version1.0.0.0, stamp 48f715a1, faulting module kernel32.dll, version5.1.2600.5512, stamp 4802a12c, debug? 0, fault address0x00012aeb.
HI,
I"m also facing same issue,
I hava windows service synchronizationEngine.exe which will communicate with webservice and that webservice will communicate with BL.exe Remotely, and also it Uses COM component,
It works fine in my developement system but not at clint's system, Clint system has VS2008 installed with a lot of freeware tools installed.
The error is:
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 17/Oct/2008
Time: 14:47:24
User: N/A
Computer: GRP-COM-09
Description:
Faulting application synchronizationengine.exe, version 1.0.0.0, stamp 48f715a1, faulting module kernel32.dll, version 5.1.2600.5512, stamp 4802a12c, debug? 0, fault address 0x00012aeb.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
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 79 00 6e 00 .s.y.n.
0030: 63 00 68 00 72 00 6f 00 c.h.r.o.
0038: 6e 00 69 00 7a 00 61 00 n.i.z.a.
0040: 74 00 69 00 6f 00 6e 00 t.i.o.n.
0048: 65 00 6e 00 67 00 69 00 e.n.g.i.
0050: 6e 00 65 00 2e 00 65 00 n.e...e.
0058: 78 00 65 00 20 00 31 00 x.e. .1.
0060: 2e 00 30 00 2e 00 30 00 ..0...0.
0068: 2e 00 30 00 20 00 34 00 ..0. .4.
0070: 38 00 66 00 37 00 31 00 8.f.7.1.
0078: 35 00 61 00 31 00 20 00 5.a.1. .
0080: 69 00 6e 00 20 00 6b 00 i.n. .k.
0088: 65 00 72 00 6e 00 65 00 e.r.n.e.
0090: 6c 00 33 00 32 00 2e 00 l.3.2...
0098: 64 00 6c 00 6c 00 20 00 d.l.l. .
00a0: 35 00 2e 00 31 00 2e 00 5...1...
00a8: 32 00 36 00 30 00 30 00 2.6.0.0.
00b0: 2e 00 35 00 35 00 31 00 ..5.5.1.
00b8: 32 00 20 00 34 00 38 00 2. .4.8.
00c0: 30 00 32 00 61 00 31 00 0.2.a.1.
00c8: 32 00 63 00 20 00 66 00 2.c. .f.
00d0: 44 00 65 00 62 00 75 00 D.e.b.u.
00d8: 67 00 20 00 30 00 20 00 g. .0. .
00e0: 61 00 74 00 20 00 6f 00 a.t. .o.
00e8: 66 00 66 00 73 00 65 00 f.f.s.e.
00f0: 74 00 20 00 30 00 30 00 t. .0.0.
00f8: 30 00 31 00 32 00 61 00 0.1.2.a.
0100: 65 00 62 00 0d 00 0a 00 e.b.....
synch eng log just shows load of email errors as expected
synch engine is now dead
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 17/Oct/2008
Time: 14:52:27
User: N/A
Computer: GRP-COM-09
Description:
The SynchronizationEngine service terminated unexpectedly. It has done this 2 time(s).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Please Suggest ASAP
-
Faulting application synchronizationengine.exe, version1.0.0.0, stamp 48f715a1, faulting module kernel32.dll, version5.1.2600.5512, stamp 4802a12c, debug? 0, fault address0x00012aeb.
Hi,
I'm also facing the same problem, the error is like:
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 17/Oct/2008
Time: 14:47:24
User: N/A
Computer: GRP-COM-09
Description:
Faulting application synchronizationengine.exe, version 1.0.0.0, stamp 48f715a1, faulting module kernel32.dll, version 5.1.2600.5512, stamp 4802a12c, debug? 0, fault address 0x00012aeb.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
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 79 00 6e 00 .s.y.n.
0030: 63 00 68 00 72 00 6f 00 c.h.r.o.
0038: 6e 00 69 00 7a 00 61 00 n.i.z.a.
0040: 74 00 69 00 6f 00 6e 00 t.i.o.n.
0048: 65 00 6e 00 67 00 69 00 e.n.g.i.
0050: 6e 00 65 00 2e 00 65 00 n.e...e.
0058: 78 00 65 00 20 00 31 00 x.e. .1.
0060: 2e 00 30 00 2e 00 30 00 ..0...0.
0068: 2e 00 30 00 20 00 34 00 ..0. .4.
0070: 38 00 66 00 37 00 31 00 8.f.7.1.
0078: 35 00 61 00 31 00 20 00 5.a.1. .
0080: 69 00 6e 00 20 00 6b 00 i.n. .k.
0088: 65 00 72 00 6e 00 65 00 e.r.n.e.
0090: 6c 00 33 00 32 00 2e 00 l.3.2...
0098: 64 00 6c 00 6c 00 20 00 d.l.l. .
00a0: 35 00 2e 00 31 00 2e 00 5...1...
00a8: 32 00 36 00 30 00 30 00 2.6.0.0.
00b0: 2e 00 35 00 35 00 31 00 ..5.5.1.
00b8: 32 00 20 00 34 00 38 00 2. .4.8.
00c0: 30 00 32 00 61 00 31 00 0.2.a.1.
00c8: 32 00 63 00 20 00 66 00 2.c. .f.
00d0: 44 00 65 00 62 00 75 00 D.e.b.u.
00d8: 67 00 20 00 30 00 20 00 g. .0. .
00e0: 61 00 74 00 20 00 6f 00 a.t. .o.
00e8: 66 00 66 00 73 00 65 00 f.f.s.e.
00f0: 74 00 20 00 30 00 30 00 t. .0.0.
00f8: 30 00 31 00 32 00 61 00 0.1.2.a.
0100: 65 00 62 00 0d 00 0a 00 e.b.....
synch eng log just shows load of email errors as expected
synch engine is now dead
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 17/Oct/2008
Time: 14:52:27
User: N/A
Computer: GRP-COM-09
Description:
The SynchronizationEngine service terminated unexpectedly. It has done this 2 time(s).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Its works fine in my developement system, but not at client's system,
Client system has different tools installed with visual studio 2008,
Please Suggest ASAP
-
.net2.0 C# Windows Application runtime error reporting
I run my application in my system thats work fine. but not at another system. it produces the runtime error and its close tha application....
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Discription:
Faulting application headoffice.exe, version 1.0.0.0, stamp 4ab37ce8, faulting module browseui.dll, version 6.0.2900.2180, stamp 41109699, debug? 0, fault address 0x00004d61
please resolve my problem ASAP.........
Posted as a reply to:
Faulting application synchronizationengine.exe, version 1.0.0.0, stamp 48f715a1, faulting module kernel32.dll, version 5.1.2600.5512, stamp 4802a12c, debug? 0, fault address 0x00012aeb.
Hi,
I'm also facing the same problem, the error is like:
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 17/Oct/2008
Time: 14:47:24
User: N/A
Computer: GRP-COM-09
Description:
Faulting application synchronizationengine.exe, version 1.0.0.0, stamp 48f715a1, faulting module kernel32.dll, version 5.1.2600.5512, stamp 4802a12c, debug? 0, fault address 0x00012aeb.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
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 79 00 6e 00 .s.y.n.
0030: 63 00 68 00 72 00 6f 00 c.h.r.o.
0038: 6e 00 69 00 7a 00 61 00 n.i.z.a.
0040: 74 00 69 00 6f 00 6e 00 t.i.o.n.
0048: 65 00 6e 00 67 00 69 00 e.n.g.i.
0050: 6e 00 65 00 2e 00 65 00 n.e...e.
0058: 78 00 65 00 20 00 31 00 x.e. .1.
0060: 2e 00 30 00 2e 00 30 00 ..0...0.
0068: 2e 00 30 00 20 00 34 00 ..0. .4.
0070: 38 00 66 00 37 00 31 00 8.f.7.1.
0078: 35 00 61 00 31 00 20 00 5.a.1. .
0080: 69 00 6e 00 20 00 6b 00 i.n. .k.
0088: 65 00 72 00 6e 00 65 00 e.r.n.e.
0090: 6c 00 33 00 32 00 2e 00 l.3.2...
0098: 64 00 6c 00 6c 00 20 00 d.l.l. .
00a0: 35 00 2e 00 31 00 2e 00 5...1...
00a8: 32 00 36 00 30 00 30 00 2.6.0.0.
00b0: 2e 00 35 00 35 00 31 00 ..5.5.1.
00b8: 32 00 20 00 34 00 38 00 2. .4.8.
00c0: 30 00 32 00 61 00 31 00 0.2.a.1.
00c8: 32 00 63 00 20 00 66 00 2.c. .f.
00d0: 44 00 65 00 62 00 75 00 D.e.b.u.
00d8: 67 00 20 00 30 00 20 00 g. .0. .
00e0: 61 00 74 00 20 00 6f 00 a.t. .o.
00e8: 66 00 66 00 73 00 65 00 f.f.s.e.
00f0: 74 00 20 00 30 00 30 00 t. .0.0.
00f8: 30 00 31 00 32 00 61 00 0.1.2.a.
0100: 65 00 62 00 0d 00 0a 00 e.b.....
synch eng log just shows load of email errors as expected
synch engine is now dead
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 17/Oct/2008
Time: 14:52:27
User: N/A
Computer: GRP-COM-09
Description:
The SynchronizationEngine service terminated unexpectedly. It has done this 2 time(s).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Its works fine in my developement system, but not at client's system,
Client system has different tools installed with visual studio 2008,
Please Suggest ASAP
EggHeadCafe - Software Developer Portal of Choice
WCF Workflow Services Using External Data Exchange
http://www.eggheadcafe.com/tutorials...vices-usi.aspx
Similar Threads
-
By Application Development in forum Inetserver
Replies: 3
Last Post: 10-24-2007, 07:07 AM
-
By Application Development in forum Adobe Acrobat
Replies: 0
Last Post: 12-23-2006, 05:45 PM
-
By Application Development in forum Adobe Acrobat
Replies: 0
Last Post: 12-12-2006, 09:26 AM
-
By Application Development in forum Adobe Acrobat
Replies: 0
Last Post: 12-12-2006, 08:28 AM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 0
Last Post: 08-20-2003, 04:55 PM