PDA

View Full Version : resources not found when Eurekalog is aktive


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

admin
29-Oct-2008, 09:01 AM
Hi binkle,

we are working on all your issues.

To solve also this we need another source demo able to reproduce it.

Can you send it to me please?

binkle
29-Oct-2008, 09:44 AM
Hi,
I'm sorry I'm not able to reproduce it with a simple project.
So it has something to do with the structure of my MMC project.
The only thing I know is, that the resources are found when I disable Eurekalog and as soon as I enable it the are not found.
I will do a further post with a sample project as soon as I isolated the code causing the problem.

Greetings

Harry

admin
07-Nov-2008, 07:35 AM
Hi,

OK, thank you.

I'm waiting for.