<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
someone of you already knows that i have a problem runing a grid. Finally i can see that my regions are not being loaded in OpenSim.exe. I was looking on the source to catch the problem and i see that no plugins are being loaded from AddinManager:<BR>
in OpenSimMain.cs in Startup method of OpenSimMain class (Line 304 aprox.)<BR>
...<BR>
MainLog.Instance.Verbose("Plugins", "Loading OpenSim application plugins");<BR> foreach (TypeExtensionNode node in AddinManager.GetExtensionNodes("/OpenSim/Startup"))<BR> {<BR> IApplicationPlugin plugin = (IApplicationPlugin)node.CreateInstance();<BR> plugin.Initialise(this);<BR> m_plugins.Add(plugin);<BR> }<BR>...<BR>
Why is it not loading the plugins??<BR>
<BR>
Thx for all<BR><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>