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
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