06-26-04 03:53 PM
Philippe,
This is probably happening because the assembly version of your .NET
component is changing each time it is built and deployed. Change the
version info (usually found in file AssemblyInfo.cs or AssemblyInfo.vb)
from:
[assembly: AssemblyVersion("1.0.*")]
to something fixed like:
[assembly: AssemblyVersion("1.0.1.1")]
Without this the VS build changes the version everytime you build the
assembly.
Thanks...
--------------------[vbcol=seagreen]
<5g0TOYDQEHA.304@cpmsftngxa10.phx.gbl>
<ufEr0sEQEHA.904@TK2MSFTNGP12.phx.gbl>[vbcol=seagreen]
functoids[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
[ Post a follow-up to this message ]
|