What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Weird problem with installing my plugin

Weird problem with installing my plugin
Author: Message:
fas
New Member
*


Posts: 14
Joined: Jul 2004
O.P. Weird problem with installing my plugin
Hello,

I wrote a plugin using C# 2005. To get it work, I created an entry in the registry in HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins.

It works, but the problem is, that i never moved the DLL into the plugins directory of Messenger Plus! It's still in the \bin directory where the C# studio created it.

I tried to move the dll from there to the plugins directory, but then Messenger Plus didn't recognize my plugin. How weird is that?

Personally it isn't a problem, but I'd like to share that plugin, and thus I need to know how to get it properly installed in the \plugins directory, so that others can use it too.

Somebody knows what I have to do?

Thanks, Marko
02-27-2006 05:50 PM
Profile E-Mail PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Weird problem with installing my plugin
It worked when it was in the /bin directory, but not in the plugins dir because when you compile it it autmatically registers it using RegSvr32, or whatever the equilant is for c#, but when you moved it to the plugins dir, im guessing you didnt re-register.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
02-27-2006 06:07 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Weird problem with installing my plugin
quote:
Originally posted by Dempsey
whatever the equilant is for c#
RegAsm, which is used to register any and all .NET assemblies (Register Assembly I guess :D).
[Image: spartaafk.png]
02-27-2006 07:02 PM
Profile PM Web Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: Weird problem with installing my plugin
See Installing with .NET Framework
02-27-2006 08:29 PM
Profile E-Mail PM Find Quote Report
fas
New Member
*


Posts: 14
Joined: Jul 2004
O.P. RE: Weird problem with installing my plugin
Well I unregistered the assembly in the \bin dir and registered the assembly in the \plugins dir, didn't help unfortunately. I read your tutorial, thank you. But I don't get the Strong Name stuff. I don't know what it is and how to use it, and i don't think its neccesary, because my plugin already works, but just with the assembly in the \bin dir.

Any clues what I could be messing up? ;)
03-05-2006 07:45 PM
Profile E-Mail PM Find Quote Report
fas
New Member
*


Posts: 14
Joined: Jul 2004
O.P. RE: Weird problem with installing my plugin
Ok, it does work when I use regasm. But in my installer-program, I use System.Runtime.InteropServices.RegistrationServices.RegisterAssembly, and this doesn't work 8o|
03-06-2006 11:57 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On