Shoutbox

Problem installing vb.net dll's - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Problem installing vb.net dll's (/showthread.php?tid=39825)

Problem installing vb.net dll's by compufreak on 03-09-2005 at 11:35 AM

Hi. I have compiled the sample dll's from the msgplus plugin api.

I have registered them with regasm. I put the key in the register. Copied the dll's to the plugin directory. Even the interop dll. Restarted messenger en msgplus. But i can't see them in the plugin menu

Btw, i am using msn 7.0 with the msgplus 3.4 beta....


RE: Problem installing vb.net dll's by RaceProUK on 03-10-2005 at 02:15 PM

It's because you ran regasm from the wrong folder. I think a lot of people do this, so you're not the only one.

What you need to do is copy the DLL to the plugins folder first, then run regasm on the copy in the plugins folder.


RE: Problem installing vb.net dll's by compufreak on 03-10-2005 at 03:07 PM

Ah ok, i'll try it... It never said that you should do that...

[edit]I tried it, but it still doesn't work...


RE: Problem installing vb.net dll's by RaceProUK on 03-10-2005 at 07:33 PM

Did you unregister the DLL first? You've got to make sure it's unregistered completely before you can register it in a new location.


RE: Problem installing vb.net dll's by compufreak on 03-11-2005 at 12:24 PM

Oh ok. I'll try that one. Do I have to unregister it from where i regestered it?


RE: Problem installing vb.net dll's by RaceProUK on 03-12-2005 at 09:16 AM

Yes


RE: Problem installing vb.net dll's by compufreak on 03-12-2005 at 06:13 PM

is there a way to see which dll's are registered?