Is there anything like GAC in Windows Phone 7?

2019-08-27 02:42发布

问题:

If not, then how should we handle the assembly version thing?

BTW: I can not find a way to strong name sign a WP7 assembly, did I miss anything?

回答1:

No, there is no GAC or equivalent in WP7.

The GAC is used for sharing versioned assemblies. In Windows Phone 7, each application is completely isolated from all other applications, so there is no need for an assembly sharing facility.