A while ago I wrote a dll for owner drawn menu's in VB.NET which implemented IExtenderProvider.

So now when I want fancy menu's in my vb progs all I do is drag an drop the component onto my form

But there is a problem.

When using it with C#, it works fine, but after the application terminates, the task list pops up and says it can't find the dll!!?!

After this tragedy, I have to re-add the dll, and then still have a problem with conflicting names due to the remains of the old control.

Has anyone ever had the same problem, or have any idea of what's wrong?!

Thanks ..