Re: Fatal Execution Engine Error
- From: "MSDNAndi" <MSDNAndi@xxxxxxxxxxxxxxx>
- Date: Thu, 24 Nov 2005 20:07:20 +0100
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
.
- Prev by Date: Re: DLL Main()
- Next by Date: Re: Missing ASP.NET tab in IIS after .NET Framework 2.0 installation.
- Previous by thread: Re: gui guidelines
- Next by thread: Re: Missing ASP.NET tab in IIS after .NET Framework 2.0 installation.
- Index(es):
Relevant Pages
|