M
Mythran
We have more than one version of an assembly that contains web controls
installed in the GAC. In our application, we want to always reference the
most recent version of the assembly WITHOUT manually changing the version
numbers in the .aspx files (<% Register TagPrefix... lines). I can manually
remove the version information from the aspx files and all is well. It
seems to be using the most recent version just fine.
One problem is, if we add a new page and drag-n-drop a control that is in an
assembly in the GAC, it hardcodes the version number into the web form. We
have to manually remove it for each new page...is there an easier way?
Is there a better way to do this while keeping the assemblies in the GAC and
w/o setting CopyLocal to True?
Thanks,
Mythran
installed in the GAC. In our application, we want to always reference the
most recent version of the assembly WITHOUT manually changing the version
numbers in the .aspx files (<% Register TagPrefix... lines). I can manually
remove the version information from the aspx files and all is well. It
seems to be using the most recent version just fine.
One problem is, if we add a new page and drag-n-drop a control that is in an
assembly in the GAC, it hardcodes the version number into the web form. We
have to manually remove it for each new page...is there an easier way?
Is there a better way to do this while keeping the assemblies in the GAC and
w/o setting CopyLocal to True?
Thanks,
Mythran