Frederic,
The compiling goes fine but when regasm is called on the produced assembly, i get a strange error as shown in the next paragraph:COM Interop registration failed. Type library exporter encountered an error while processing 'DotNetPlugin'. -Error: Type library exporter can not load type DotNetPlugin.DotNetPlugin (error: System.TypeLoadException: Method GetAddFormForTab in type DotNetPlugin.DotNetPlugin from assembly GetAddFormForTab does not have an implementation.).
[...]
Has anyone faced the same problem? If so, what's the plan here?
You can get this error if one of the interop assemblies your own assembly depends on can't be found. Make sure all related interop assemblies (COMPOSITEEMISSARYLib etc) are in the local directory, or in the GAC, when you run RegAsm. Fuslogvw can probably help you figure out which assembly it fails on.
Mattias
===
Mattias Sj�gren
[EMAIL PROTECTED]
You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
