• Answers
  • Web
Originated from
Advanced .NET Debugging

0xe0434f4d Error

I am getting the message: The 'program.exe: Managed' has exited with code -532459699 (0xe0434f4d). I have found this to be a generic COM exception. How do I go about getting more information to find the true error?


Share Send to a friend Watch Report
 
 

Posted Answers

 
207 helpful answers

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

You have a couple of options:

  1. If this happens in a specific call, try wrapping that call in a try..catch that might be able to catch the COMException object and allow you to look into it to get more details.
  2. Try to perform the same COM code through a non managed environment (Even a VBScript might do that trick) and see if you get the same problem

Basically you need to rule out that interoping with COM inside .NET is the cause of this problem.

In most cases these are just exceptions being thrown out of the COM component and you need to handle them or make sure them don't happen by verifying that the parameters you are passing to them are the correct one. 

Posted 2008-01-15T12:01:13Z

Sign in to participate

Got an answer for ncarnal? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Explore Related Questions

Other people asked questions on similar topics, check out the answers they received:


Q:

What is scripting in asp.net?

what is scripting in asp.net?
Submitted by YogeshJiwankar   2 years ago.
  • viewed 355 times
Last answer posted 2 years ago by changebox


Q:

How i know that on which .net frame work the application is built?

how i know that on which .net frame work the application is built?
Submitted by vishal gavle   1 year ago.
  • viewed 142 times


Q:

Installing Microsoft .NET Framework v1.1 after installing Microsoft .NET Framework v2.0 will it pose problem to my applicaitons?

Do my application which is running using Microsoft .NET Framework v2.0 will be affected after installing Microsoft .NET Framework ...
Submitted by idds24   1 year ago.
  • viewed 1042 times
Last answer posted 1 year ago by frazur



» More...

Explore Related Posts in Forums

softjtag really (jit)debuggin` ME!...LOL..

Microsoft .NET Framework Version 1.1 Redistributable Package I have tried on windows XP and windows for ,it said it does`nt get used so i erased it along with a .netframework 2.0, but it looked like a tester [Quote: ] I am trying to use SoftJtag v3.10 and getting the error below Unhandled exception has occurred in your application...

Break point - .NET Framework

Hi I am trying to debug a bit of code (while learning .net) and I put in some break points Hi Doug, I assume that you have this problem in an ASP.NET page. When debuggin ASP.net you'll often ] > Hi I am trying to debug a bit of code (while learning .net) and I put in > some break points

The case of the Ghostly Apparitions

Application (running Visual Studio 2008 (version 9.0.21022.8) .NET (version 3.5 SP1) on a VISTA system of the program (clicks on "Start Debuggin" or "Start without debugging") while the first continues to run explain it in a more understandable fashion .... I have a C# .NET app which, up until a few days ago
» More...
Powered by
Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners · CC License