Are you adding the attribute in your .fs file? I compiled a simple assembly using your code and when I disassemble it the assembly title attribute indeed appears:

1
2
3
4
5
6
.assembly temp
{
  .custom instance void [mscorlib]System.Reflection.AssemblyTitleAttribute::.ctor(string) = ( 01 00 07 6D 79 74 69 74 6C 65 00 00 )             // ...mytitle..
  .hash algorithm 0x00008004
  .ver 0:0:0:0
}
By on 8/28/2008 4:26 AM ()

Thanks for the reply RayV. I was trying to have eg the version appear when you right click on the dll file and select properties. I'll investigate modifying the dll itself so the version information is easily visible by others...

By on 8/28/2008 1:24 PM ()

This requires that the F# compiler or another tool write a Win32 native version resource into the DLL. This is implemented in the F# CTP which will be out fairly soon now, and the F# team use the feature for our own DLLs. So it may be worth waiting until then.

Cheers!

don

By on 8/28/2008 4:58 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper