dll getting updated on clients
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, There is a project with classes (businessLayer) referenced from the clients (WinForms) project. So the BusinessLayer dll is sitting on the client. What happens if the businessLayer changes in the future? How will the clients pick up the new dll? Please note that for business purposes this is how the solution is setup. Thanks