How to debug without Visual Studio?

Posted by aF on Stack Overflow See other posts from Stack Overflow or by aF
Published on 2010-05-25T11:50:53Z Indexed on 2010/05/25 12:01 UTC
Read the original article Hit count: 201

Filed under:
|
|
|
|

Hello,

Python -> c++ dll -> c# dll

I have a com interop c# dll that is loaded in a wrapper c++ dll throught the .tlb file generated in c# to be used in a python project. When I run in my computer it works fine but when I run in a computer that just got formated it gives:

WindowsError: exception code 0xe0434f4d

I have the redistribute c++ installed and the .net compact framework 3.5 on the formatted computer.

How can I see what is the correct exception on a computer that does not have visual studio installed? How can I debug all of this? I can't debug the dll's itself can I?

Note: in my computer all works well so maybe is some dll or file missing. I allready used Dependency Walker to see if there's some dll missing, and nop!

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++