Deployment of Updated Reference DLL

  • Thread starter Thread starter bjako
  • Start date Start date
B

bjako

I have created an ASP.NET application which I have deployed fine.

This application has a reference to a CustomerConfig.dll I have placed
in the /Bin directory. All works fine.

The problem arises when I want to deploy an updated version of
CustomerConfig.dll, I copy it over the top of the previous version in
the /bin directory but it does not pick up the new version unless I go
back and build the main app again which I don't want to do.

Is there a way of doing this so that the main app picks up the new
version automatically somehow?

Thanks,
Ben.
 
Just as a follow up it appears as though if I am not using 'Stong
names' then the application should pick up the newest version
automatically.

Is there some project setting that ensures this happens as this is
definitely not happening for me. Any help is much appreciated. Thx
 
Back
Top