[Mono-list] a coverage analysis program for mono
Gonzalo Paniagua Javier
gonzalo@ximian.com
30 Dec 2002 15:31:52 +0100
El lun, 30-12-2002 a las 15:00, Varga Zoltan escribió:
> Unhandled Exception: System.NullReferenceException: A null
> value was found where an object instance was required
> in <0x000d3> 00 System.Reflection.AssemblyName:get_FullName ()
> in <0x0001a> 00 System.Reflection.AssemblyName:ToString ()
> in <0x0002e> 00 System.Reflection.Assembly:get_FullName ()
> in <0x00032> 00
> NUnit.Framework.TestDomain:MakeRemoteTestRunner
> (System.IO.FileInfo,System.AppDomain)
>
>
> It seems that the cultureInfo field of AssemblyName is not
> set and that
> is causing the exception. A simple test case is:
I think I fixed that a while ago...
-Gonzalo