I use Visual Studio .NET to create several Windows-based applications. All use a common class library assembly named MyCustomers. I deploy the application to client computers on your company intranet. Later, I modify MyCustomers. Any application that uses version 1.0.0.0 must now user version 2.0.0.0. What should I do?
Select Answer:
Modify the machine configuration file on your client computers.
Modify the application configuration file for Customers.
Modify the Publisher Policy file containing a reference to Customers.
Modify the reference patch for Customers.
|