[Mono-dev] (IL) Fault handlers not working

Gert Driesen gert.driesen at telenet.be
Sat Jan 6 15:00:42 EST 2007



> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-
> bounces at lists.ximian.com] On Behalf Of Argiris Kirtzidis
> Sent: zaterdag 6 januari 2007 20:52
> To: Miguel de Icaza
> Cc: Mono Mailing List
> Subject: Re: [Mono-dev] (IL) Fault handlers not working
> 
> > Microsoft (R) .NET Framework IL Assembler.  Version 1.1.4322.2032
> > Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
> > Assembling 'f.il' , no listing file, to EXE --> 'f.EXE'
> > Source file is ANSI
> >
> > f.il(8) : error : syntax error at token '{' in:    {
> >
> >
> > ***** FAILURE *****
> >
> > Maybe a different version of ILASM?
> >
> > Miguel.
> 
> Yes, I used the .NET 2.0 ILasm (2.0.50727.42).

Works fine using both 1.1 (exact same version as Miguel) and 2.0 ilasm here:

Microsoft (R) .NET Framework IL Assembler.  Version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembling 'test.il' , no listing file, to EXE --> 'test.EXE'
Source file is ANSI

Assembled global method Main
Creating PE file

Emitting members:
Global  Methods: 1;
Writing PE file
Operation completed successfully

====

Microsoft (R) .NET Framework IL Assembler.  Version 2.0.50727.42
Copyright (c) Microsoft Corporation.  All rights reserved.
Assembling 'test.il'  to EXE --> 'test.exe'
Source file is ANSI

Assembled global method Main
Creating PE file

Emitting classes:

Emitting fields and methods:
Global  Methods: 1;

Emitting events and properties:
Global
Writing PE file
Operation completed successfully

Gert




More information about the Mono-devel-list mailing list