
Index
From: Christian Benien
Subject: Runtime Error R6029
Date: Wed, 9 Jul 2003 18:38:24 +0200
Newsgroup: steema.public.teegofer2.general
Hi newsgroup,
I get the following runtime error when I add certain assemblies to the help
project in TeeGofer 2:
Runtime Error!
Program: [Path...]TeeGofer.exe
R6029
- This application cannot run using the active version of the Microsoft .NET
Runtime. Please contact the application's support team for more information.
Our solution contains a lot of C# and managed C++ assemblies. The runtime
error appears when I try to include C# assemblies that directly reference
one or more MC++ assemblies. If they are indirectly dependent on an MC++
assembly, it works fine though. Example:
A (C#) depends on B (C#) which depends on C (MC++).
I can add assembly A to the help project without problems, but B fails. The
project C contains both managed and unmanaged code blocks, we link to a
static library object that contains purely unmanaged code. Reflection with
Anakrino, ILDASM works fine on both A, B and C.
I hope that you can help me!
Regards,
Christian Benien