Shoutbox

error loading plugin made in c# - 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: error loading plugin made in c# (/showthread.php?tid=30311)

error loading plugin made in c# by protokol on 08-22-2004 at 06:41 PM

I made a simple plugin in c# (.net) that doesn't do anything yet... i'm compiling it with COM registration and the build directory is the Messenger Plus! plugins directory.  I added the entry to the registery to have it load as a plugin.  When I launch MSN Messenger, I get the following error:

[Image: pluginerror.png]


anybody have any idea why I am getting this?


RE: error loading plugin made in c# by RaceProUK on 08-22-2004 at 08:53 PM

Try searching Google/MSDN for information about this.
To me, it looks like it's an error introduced when building the DLL. I'd check the build settings and make sure that it's linking properly. Also, have you got two versions of the .NET Framework installed? That might be the problem.


RE: RE: error loading plugin made in c# by protokol on 08-24-2004 at 01:09 AM

quote:
Originally posted by raceprouk
Try searching Google/MSDN for information about this.
To me, it looks like it's an error introduced when building the DLL. I'd check the build settings and make sure that it's linking properly. Also, have you got two versions of the .NET Framework installed? That might be the problem.


I've only got version 1.1 installed.  Has anybody experienced a problem like this with a plugin made in vb.net?