Shoutbox

Problem loading C# Class - 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)
+----- Thread: Problem loading C# Class (/showthread.php?tid=72222)

Problem loading C# Class by Sh4wn on 03-01-2007 at 03:44 PM

I'm trying to load a C# class into a Messenger Live Script, but the Debuuger sais it can't create the object.

code:
var source = new ActiveXObject('SourceServer.Protocols.Source');


The C# is just a normal C# Class library project, but I've checked the checkbox 'Register class for COM' at the build properties page.

What am I doing wrong, or is there any other way to load it?
RE: Problem loading C# Class by Sh4wn on 03-03-2007 at 02:58 PM

Nobody an idea?


RE: Problem loading C# Class by Felu on 03-03-2007 at 04:01 PM

I've had the sam problems which weren't fixed :(. Had to use an exe at last.