Automation server can't create object - 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: Automation server can't create object (/showthread.php?tid=64874) Automation server can't create object by Jedimark on 08-13-2006 at 05:14 PM
Aghhh! This has been annoying me all day now.... quote:Basically I have a DLL created in C#. When I was testing it myself I used RegAsm.exe /codebase test.DLL to register the DLL and everything was working fine. Anyway, so I unregistered the DLL and packaged up my Script and included the following lines in my XML file: quote:But... now when I load up WLM I get the above error message. If I remove the <DotNetFiles> etc code and manually do RegAsm.exe I'm fine... So my question is... does anyone know what's going on here? The line of JS that throws the error up in the first place is: quote:Regards, - Mark RE: Automation server can't create object by mickael9 on 08-13-2006 at 06:38 PM Are you using C# 2.0 ? RE: Automation server can't create object by Jedimark on 08-13-2006 at 06:42 PM Yes. Does that make much difference? RE: Automation server can't create object by mickael9 on 08-13-2006 at 07:11 PM I think MsgPlus! Live use the 1.x regasm RE: Automation server can't create object by matty on 08-13-2006 at 07:39 PM
quote:If that is the case include your version of RegAsm and then register the file on initialize thats your best bet. RE: Automation server can't create object by Jedimark on 08-13-2006 at 07:50 PM
Thanks for the tips guys. Patchou, can you confirm this is the case? RE: Automation server can't create object by Jedimark on 08-14-2006 at 03:40 PM Has anyone tested it at all? It would be much appreciated |