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?
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?
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.