On Wed, 24 Apr 2002 14:03:52 -0400, Marsh, Drew <[EMAIL PROTECTED]> wrote:

>[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] wrote:
>
>> However, when the test case is invoked, it fails in
>> BeginInvoke() because the type TestDelegate() cannot be
>> loaded!!! Obviously, everything works just fine if the code
>> is not invoked from NUnit.
>
>Is the assembly that TestDelegate the same assembly that the TestCase
lives
>in? If not is the TestDelegates assembly available on the path so that the
>loader can find it?
>
>Later,
>Drew
>
The TestDelegate class is in a different assembly in the same directory
and the loader shouldn't have any trouble finding it since it's already
been resolved once (sic) when TestCase() created a new instance...

Atul

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to