Ok, thanks for info but ... ildasm display in MANIFEST thoes attributes. Is
no way to get values, even using some GetType/GetField sequence ?
[quoted text, click to view] "Waldek" <waldemarg@autograf.pl> wrote in message
news:uICTuwgFFHA.1836@tk2msftngp13.phx.gbl...
> Is possible to access attributes from AssemblyInfo file like
> "AssemblyTitle","AssemblyDescription"
> etc.
>
> Code below causes NotSupportedException :
> Dim att As System.Reflection.AssemblyTitleAttribute
>
> att =
>
System.Reflection.AssemblyTitleAttribute.GetCustomAttribute(System.Reflectio
> n.Assembly.GetExecutingAssembly(),
> GetType(System.Reflection.AssemblyTitleAttribute))
>
> MsgBox(att.Title)
>
>
>
>
>