binkle
27-Oct-2008, 07:58 AM
Hi,
I've got an .NET MMC plugin, so there is no main method where Eurekalog could be loaded.
I know dll's are not yet supported but I played a little around and got up the this point:
When I initialize Eurekalog in the static class methods of the class first loaded it works fine but the fact some of my satellite assemblies don't find their resources any longer.
public class MMCSnapin : SnapinBase, ISnapinHelp
{
static MMCSnapin ()
{
ExceptionHandler.Activate(null);
}
.....
}
What does Eurekalog do to the Resourcemanager that my assemblies do not find the resources any longer?
Greetings
Harry
I've got an .NET MMC plugin, so there is no main method where Eurekalog could be loaded.
I know dll's are not yet supported but I played a little around and got up the this point:
When I initialize Eurekalog in the static class methods of the class first loaded it works fine but the fact some of my satellite assemblies don't find their resources any longer.
public class MMCSnapin : SnapinBase, ISnapinHelp
{
static MMCSnapin ()
{
ExceptionHandler.Activate(null);
}
.....
}
What does Eurekalog do to the Resourcemanager that my assemblies do not find the resources any longer?
Greetings
Harry