PDA

Click to See Complete Forum and Search --> : [1.0/1.1] Problem keeping dll referenced


xera
Jun 4th, 2007, 03:09 AM
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 :D

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!!?! :eek: :mad: :cry: :sick: :ehh:

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