(Strange) Error registering an interop assembly

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lars von Wedel

    (Strange) Error registering an interop assembly

    Hello,

    I am developing a module using C# which serves as a plugin with a COM
    interface for a couple of weeks now.

    Everything works fine until this morning: without knowing what I changed
    (except some source codes about the user interface), the compiler now
    complains that it cannot register the interop assembly because it was
    generated from a type library. It refers to a strange file name which
    looks like a randomly generated one.

    How do I prevent the compiler from trying to register this interop assembly
    again?

    Lars
Working...