
Index
From: Christopher Ireland
Subject: Re: Runtime Error R6029
Date: Thu, 10 Jul 2003 14:09:20 +0200
Newsgroup: steema.public.teegofer2.general
Hi Christian,
OK. Would you be so kind as to send me a couple of simple test assemblies (B
and C of you example, for example) with which we can reproduce the problem
here?
Many thanks.
--
Best Regards,
Christopher Ireland
supportx@steema.com
"Christian Benien" wrote in message
news:3jnXtjjRDHA.2728@TEEPC...
: 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
:
: