Myoldmopar
New member
- Joined
- Nov 14, 2009
- Messages
- 1
- Programming Experience
- 3-5
Forum:
I have a VB.Net windows form application using .Net 3.5 and VS2008. The solution consists of a single application exe, plus several dependent dll projects, and a deployment project to wrap all these together for distribution.
As I am incrementing versions of all the projects, I am noticing that the installation is not updating the dependent dlls. The main application is being updated, but the dependencies are not. I have changed the file and assembly versions of each of these dlls, yet it won't overwrite these on the target machine.
On the deployment project I have set RemovePreviousVersions to true, I haven't ever changed the upgrade code, and the product code is updated as I increment to each new version.
I am just wondering if there is something I am missing in order to get the dlls to update also.
Thanks for any help!!
I have a VB.Net windows form application using .Net 3.5 and VS2008. The solution consists of a single application exe, plus several dependent dll projects, and a deployment project to wrap all these together for distribution.
As I am incrementing versions of all the projects, I am noticing that the installation is not updating the dependent dlls. The main application is being updated, but the dependencies are not. I have changed the file and assembly versions of each of these dlls, yet it won't overwrite these on the target machine.
On the deployment project I have set RemovePreviousVersions to true, I haven't ever changed the upgrade code, and the product code is updated as I increment to each new version.
I am just wondering if there is something I am missing in order to get the dlls to update also.
Thanks for any help!!