I am new to WP7! My question is,Is it possible in wp7 to share a dll or a library between two separate applications. If yes,How?
Asked
Active
Viewed 154 times
1
-
Check this out. 2 apps can not share assemblies in WP7 [SO][1] [1]: http://stackoverflow.com/questions/6335111/is-there-anything-like-gac-in-windows-phone-7 – Sandeep G B Sep 16 '11 at 06:22
-
Dublicate as pointed out by @Sandeep. – Claus Jørgensen Sep 16 '11 at 13:27
1 Answers
3
No there is no GAC in WP7, each application is isolated and needs It's own copy of the assembly.

TheCodeKing
- 19,064
- 3
- 47
- 70