Hi!
I'm having trouble with the regasm.exe tool.
I have a C# exe which is a COM server. The COM interface it uses is defined in an IDL file which is part of an ATL project.
When I compile the C# COM server, everything is ok, but when I try to register it, I get this error:
"RegAsm : error RA0000 : Method 'myMethod' in type 'MyType' from assembly 'MyAssembly, Version...' does not have an implementation."
What does it mean All methods of my COM interface does have an implementation.
Does someone has ever meet this kind of problem before
Thanks for your help!
.NET Development37
|