COM and .NET - Links to documents and tutorials

From Yggenyk
Jump to navigation Jump to search

<google>ENGELSK</google>

Making C# .NET COM Servers

Merge all dependencies into one .NET COM component

Locating Assemblies

Loading Assemblies from code

General links about COM how it works and how to register components

Component Object Model (General)

Trouble shooting

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