If you don't change the version number, then any other assemblies that
reference the one in the GAC, will pick up on the changes to the GAC
assembly right away (make sure that in the reference to the GAC assembly the
"Copy Local" property is false). If you do change the version number, then
other assemblies will still be targeted to the first version unless you tell
them otherwise.
> Hi All,
> I have a .net assembly installed to the GAC.
[quoted text clipped - 8 lines]
>
> Nelson
Nelson Xu - 09 Dec 2004 18:48 GMT
Hi Scott,
Thank you for your qucik response. However, I did not get
changes from the assembly which is in the GAC(Copy to
Local property is set to false).
Maybe, the way that I put the assembly to the GAC is not
right.
Please advise !
Nelson
>-----Original Message-----
>If you don't change the version number, then any other assemblies that
[quoted text clipped - 18 lines]
>
>.
Scott M. - 09 Dec 2004 23:24 GMT
If you navigate to c:\WinNT\assembly do you see your assembly in the GAC?
Have you tried opening the project that uses this assembly and refreshing
the project from the Solution Explorer window?
Are you sure that in the AssemblyInfo.vb file you have the assembly version
hard coded with 4 values (x.x.x.x) and no asterisk (*) is in it?
> Hi Scott,
> Thank you for your qucik response. However, I did not get
[quoted text clipped - 38 lines]
>>
>>.