COM and .NET - Links to documents and tutorials: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
* 80131522<br>
* 80131522<br>
Try putting try/catch handlers in your .NET code (especially the constructor) with tracing...<br>
Try putting try/catch handlers in your .NET code (especially the constructor) with tracing...<br>
Use ''Trace.WriteLine(e);'' and Sysinternals Dbgview.exe to trace what is happening
Use '''Trace.WriteLine(e);''' and Sysinternals Dbgview.exe to trace what is happening

Revision as of 05:48, 29 January 2009

<google>ENGELSK</google>


If it won't work and you get strange errors like

  • CreateObject (-2146233079 automation error).
  • 80010002 "Call was canceled by the message filter"
  • 80131522

Try putting try/catch handlers in your .NET code (especially the constructor) with tracing...
Use Trace.WriteLine(e); and Sysinternals Dbgview.exe to trace what is happening

id=siteTree