[Mono-list] Custom attributes setting return type

Mark Derricutt mark@talios.com
Tue, 15 Apr 2003 22:24:03 +1200


On Monday, April 14, 2003 17:46:09 -0500 Ravi Pratap M <ravi@ximian.com> 
wrote:

> 	Woops, I meant to say that you also have to ensure that mcs uses the
> Mono runtime when it is compiling, not the .NET runtime. If you did:
.....
> 	then try :
>
> 	$ mono /path/to/mcs.exe file.cs

Still gives the same warning, this is on my Red Hat machine which only has 
Mono installed.

Also just noticed this code fail on mono (cvs):

  this.tabSettings.SelectedIndexChanged += new
    System.EventHandler(this.tabSettings_SelectedIndexChanged);


ConfigurationEditor.cs(298) error CS0117: `System.Windows.Forms.TabControl' 
does not contain a definition for `SelectedIndexChanged'

I'll go record this in bugzilla ( or whatever bug tracking mono's using? ).

Mark