Hi all,
We have a ClickOnce application, which depends on some strong-name assemblies. Those strong-name assemblies (versions could besame or different) might bein GAC and used by some other our applications. My questions is it possible to let our ClickOnce application don't call the GAC assemblies? Or in other words can I deploy the strong-name assemblies in private way in ClickOnce deployment?
Thanks,