Hallo Gert,
* Am 14.11.2003 (19:35) schriebst Du:
> Are you sure about this, seems very unlikely ?
Here at home your example functions as supposed. I have
overseen following part of the docs: "For example, if you
want to initialize System.ObsoleteAttribute, you only need
to reference it as Obsolet
- Original Message -
From: "Sascha Andres" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 6:39 PM
Subject: Re: [Nant-users] asminfo und ComVisible Attribut
> Hallo Gert,
> * Am 14.11.2003 (17:41) schriebst Du:
> > I think
Hallo Gert,
* Am 14.11.2003 (17:41) schriebst Du:
> I think I'm missing the problem here : why is '[assembly:
> ComVisibleAttribute(false)]' wrong ?
The compiler doesn't reject ComVisibleAttribute set to
false, but when looking at the compiled result, ComVisible
is set to true (default), hence the
- Original Message -
From: "Sascha Andres" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 3:09 PM
Subject: [Nant-users] asminfo und ComVisible Attribut
> Hi,
>
> I want to set the ComVisible attribu
Hi,
I want to set the ComVisible attribute to false. It is
defined in System.Runtime.InteropServices. So I added an
import tag for that assembly to asminfo's imports. I also
added '' to the attributes node. The task now genereates
'[assembly: ComVisibleAttribute(false)]' which should be
'[assembly