Dan Holmes wrote:
> i have two assemblies created. in the clr_name the version information
> is 0.0.0.0. I have specified 1.0.0.0 when i built and figured i would
> see the version information as part of the name.
>
> I have this in the AssemblyInfo.cs file
>
> [assembly: AssemblyVersion("1.0.0.0")]
> [assembly: AssemblyFileVersionAttribute("1.0.0.0")]
>
> am i missing something?
>
> this is BOL that describes (if that is what you call it) the
> sys.assemblies view.
>
>
http://msdn.microsoft.com/en-us/library/ms189790(SQL.90).aspx
I just found this: http://www.sqlskills.com/BLOGS/BOBB/2006/05/default.aspx. I guess i will just have to strong name them.