1.

So Let's Say I Have An Application That Uses Myapp.dll Assembly, Version 1.0.0.0. There Is A Security Bug In That Assembly, And I Publish The Patch, Issuing It Under Name Myapp.dll 1.1.0.0. How Do I Tell The Client Applications That Are Already Installed To Start Using This New Myapp.dll?

Answer»

USE publisher policy. To CONFIGURE a publisher policy, use the publisher policy configuration file, which uses a format similar app .CONFIG file. But unlike the app .config file, a publisher policy file needs to be compiled into an assembly and PLACED in the GAC.

Use publisher policy. To configure a publisher policy, use the publisher policy configuration file, which uses a format similar app .config file. But unlike the app .config file, a publisher policy file needs to be compiled into an assembly and placed in the GAC.



Discussion

No Comment Found