NullReferenceException and COM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christian Havel

    NullReferenceException and COM

    Hi,

    I have a C# application which uses the Microsoft Enterprise Library.
    When I am using the locking functionality I get a
    System.NullRefe renceException in mscorlib.dll. When I try to debug I see,
    that the problem is with the function
    System.Runtime. InteropServices .Marshal.Releas eComObject

    I do not use any COM server. How can I find out, which COM server is
    registered?
    Does the Enterprise Library use COM servers?

    Thanks
    Christian
Working...