I've created an AssemblyInfo.cs file, and set the
AssemblyTitleAttribute, AssemblyVersionAttribute, and
AssemblyCopyrightAttribute within. I've also ensured that the
System.Reflection namespace is being used.

However, when I try to use the GetCustomAttributes method on the
currently executing assembly, the only Attributes it returns are the
Title and Copyright Attributes. No Version.

Is there any reason that an AssemblyVersionAttribute wouldn't be
accessible through this way, even though other attributes set in
AssemblyInfo.cs are?

-- 
Stephen Touset <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to