> It seems that the cultureInfo field of AssemblyName is not > set and that > is causing the exception. A simple test case is: > > typeof(int).Assembly.FullName
The null cultureinfo bug is fixed - but the FullName implementation of AssemblyName is still incomplete. I will add this to the unit test. BTW does the coverage/updated-runtime works under Windows ? Jeroen, you must run your test program under mono to see the bug. From your output I see that you are using mscorlib ;-). japj@debian:~/sandbox$ mcs test.cs Compilation succeeded japj@debian:~/sandbox$ ./test.exe mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null ^^^^^^ Thanks Sebastien Pouliot Security Architect, Motus Technologies, http://www.motus.com/ work: [EMAIL PROTECTED] home: [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
