dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Something is broken here, and I don't know what :)


From: Rhys Weatherley
Subject: Re: [DotGNU]Something is broken here, and I don't know what :)
Date: Mon, 12 Aug 2002 08:51:23 +1000

Gopal V wrote:

> Sorry , I couldn't find a way to fix it :-(

The bug was that "classInfo" (IEnumerator) was not being
"resolved".  At runtime, it was a reference to the IEnumerator
class, not the class itself (because the class is in a
different assembly)  The reference did not contain the
right parameters.

A couple of calls to "ILClassResolve" fixed the problem.
The fix is in CVS now.

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]