[Mono-bugs] [Bug 457808] New: The Name of AssemblyName cannot be null or a zero-length string.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 9 17:36:54 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=457808


           Summary: The Name of AssemblyName cannot be null or a zero-length
                    string.
           Product: Mono: Runtime
           Version: 2.0.x
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: d.paleino at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


Hello,
since two days I'm encountering a strange exception:

--->8---
Unhandled Exception: System.ArgumentException: The Name of AssemblyName cannot
be null or a zero-length string.
  at System.AppDomain.ValidateAssemblyName (System.String name) [0x00000]
  at System.AppDomain.DefineDynamicAssembly (System.Reflection.AssemblyName
name, AssemblyBuilderAccess access, System.String dir,
System.Security.Policy.Evidence evidence, System.Security.PermissionSet
requiredPermissions, System.Security.PermissionSet optionalPermissions,
System.Security.PermissionSet refusedPermissions, Boolean isSynchronized)
[0x00000]
  at (wrapper remoting-invoke-with-check)
System.AppDomain:DefineDynamicAssembly
(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,string,System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,bool)
  at System.AppDomain.DefineDynamicAssembly (System.Reflection.AssemblyName
name, AssemblyBuilderAccess access, System.String dir) [0x00000]
  at (wrapper remoting-invoke-with-check)
System.AppDomain:DefineDynamicAssembly
(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,string)
  at Mono.CSharp.CodeGen.Init (System.String name, System.String output,
Boolean want_debugging_support) [0x00000]
---8<---

I don't really know whether this is specific to my code, I can provide it if
needed.

Kindly,
David Paleino


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list