Re: Fatal Execution Engine Error

Tech-Archive recommends: Fix windows errors by optimizing your registry



Simi,

I fear you did not provide quite enough information.

At first you do not say much about what type of application we are dealing
with exactly.
Then: What is the call from the helper-dll to your application like?
(e.g. Is it just instanciating a class or executing a program, referencing a
dll or using reflection?)
Is the helper-dll a .NET 2.0 dll?
In which runtime is the executable hosting the helper-dll running?

e.g. if a web-application is involved, which runtime is configured for the
ASP.NET?

I do not have the articles here but from the .NET 1.0 to .NET 1.1 comparison
I remember that usually execution of a .NET 1.0 dll would occur in the .NET
1.1 runtime unless you take specific measure to avoid that.
(Cross-Runtime-calls are not really a nice thing btw.)

The actual error might have even more different implications. Besides of
compatibility issues related to the runtimes, I would always look at
"permissions, permissions and more permission" issues if one application is
not working in a different environment. Be it file-system, com+/dtc, local
or group policies and so on...

Sorry that I cannot be of more help.

Andi


.



Relevant Pages