wpf - Prism and Click Once -


i interested in how others have done prism , click once.

specifically, if have module/dll used in several applications, how handle deployment of update module/dll? have open each application , hit publish?

also, sometimes, prism app not have references dll's uses. import them via modulecatalog file. because project not see dlls references not put them in deploy them. how tell click once deploy random dlls?

to address above issue tried adding dlls using reference shell project. when build not copy of them output directory because cannot see them being directly used. happens when module used via ieventaggregator. (of course) means when publish dlls missing.

so, able use click once prism? or limited? there better way?

any advice appreciated.

this document seems have answers of questions posed (specifically dynamic libraries).

http://msdn.microsoft.com/en-us/library/gg405497%28pandp.40%29.aspx

later note: tried steps in walk through , not work. (just save 1 else heart ache of trying work.) end corrupted deploy.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -