bugDotGNU Portable.NET - Bugs: bug #4230, AssemblyBuilder or TypeBuilder bug

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4230: AssemblyBuilder or TypeBuilder bug

Submitter:  Marcus Urban <mathpup>
Submitted:  Tue 08 Jul 2003 06:29:19 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Wed 23 Jul 2003 04:07:10 AM UTC, comment #1: 

Fixed in CVS

It would be advisable to test stuff out in the Save mode
before trying them in Run mode

Gopal.V <t3rmin4t0r>
Group administrator
Tue 08 Jul 2003 06:29:19 AM UTC, original submission:  

AssemblyBuilder.DefineDynamicModule( string ) fails with the following exception:

Uncaught exception: System.ArgumentException: An invalid argument was specified
        at System.Reflection.Emit.TypeBuilder..ctor(ModuleBuilder, String, String, TypeAttributes, Type, Type[], PackingSize, Int32, TypeBuilder) in ./System/Reflection/Emit/TypeBuilder.cs:111
        at System.Reflection.Emit.ModuleBuilder..ctor(AssemblyBuilder, String, Boolean, Boolean) in ./System/Reflection/Emit/ModuleBuilder.cs:65
        at System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule(String, Boolean) in ./System/Reflection/Emit/AssemblyBuilder.cs:191
        at System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule(String) in ./System/Reflection/Emit/AssemblyBuilder.cs:157
        at Testing.Main()

Marcus Urban <mathpup>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #513:  dt.cs added by mathpup (499B - text/x-c++src - Test case)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-07-23 t3rmin4t0r StatusNone None
    Open/ClosedOpen None

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code