O.P. My Plugin Help me
I am trying to make a new plug in that is certainly an addition to your Messenger Plus!. I have downloaded samples and a document from your site (http://www.msgplus.net/help_plugins.php).
I followed that instructions in the downloaded document. In this way, I have made three files: two files that were downloaded from your site and one file that I made in vb.net(a class file) where I gave my own logic in the functions provided by the downloaded files.
What I did was:
I made DLL of my Class Library Project(ASP.NET).
Put the DLL in the Plugins folder of Messenger Plus! 3 folder in my program files.
Registered it by using the command(regasm mydll.dll /s)
Then I created a new value in the registry at this location:
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins
Value Name: Myplugin
Value data: ClassLibrary1.Sample (where classlibrary1 is my project name)
But after doing all this, nothing happened. I log on as administrator of my system so there is no problem of permissions.
Please help me and tell me what is wrong and what I should do?
Thank you,
Bye
|