Click here to Skip to main content
15,887,683 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Design Patterns Pin
Andrew Selivanov23-Nov-07 5:31
Andrew Selivanov23-Nov-07 5:31 
AnswerRe: Design Patterns Pin
ekynox7-Nov-07 9:42
ekynox7-Nov-07 9:42 
QuestionAn application that will get the updates from server automatically Pin
payback5-Nov-07 17:23
payback5-Nov-07 17:23 
AnswerRe: An application that will get the updates from server automatically Pin
Mark Churchill5-Nov-07 21:51
Mark Churchill5-Nov-07 21:51 
AnswerRe: An application that will get the updates from server automatically Pin
Vasudevan Deepak Kumar5-Nov-07 22:07
Vasudevan Deepak Kumar5-Nov-07 22:07 
AnswerRe: An application that will get the updates from server automatically Pin
Michael Sync5-Nov-07 22:20
Michael Sync5-Nov-07 22:20 
GeneralRe: An application that will get the updates from server automatically Pin
Mark Churchill9-Nov-07 18:49
Mark Churchill9-Nov-07 18:49 
GeneralRe: An application that will get the updates from server automatically Pin
Michael Sync9-Nov-07 19:50
Michael Sync9-Nov-07 19:50 
I started using ClickOnce in my project last month.. I used the dynamic updates from code..

#1. No way to get the list of latest modules..

I was tying to implement the Firefox-Plugin auto-update style in my application.. I wanted to show the list of updated modules that suppose to be downloaded. Unfortunately, there is no way to get the list of updated modules through code....

My question posted in my MSDN Forum : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2232226&SiteID=1[^]

#2. The version of the whole application need to be updated if we wanna update just one module

It's really suck about ClickOnce... If we wanna update just one module, we will need to change the version of application (e.g. "shell.application" ) and the version of manifest (shell.manifest)... i dont really like that thing..


#3. ClickOnce doesn't care about the version of assemblies.

I don't understand why ClickOnce doesn't care about the version of assemblies. What it cares about the version of *.application, the verison of manifest and the file hash of each assemblies... I dont think that it's is very good idea...

#4. DownloadFileGroup ("") works only if "optional" is checked. There is no way to download the group of file by force

Why "optional" need to be checked in order to make DownloadFileGroup work..... What I wanna do is that I wanna the application ( all file groups) to be downloaded at the first time.. later, I wanna download a particular group of files by force.. if I can download the group of file by force, I don't need to change the version of the whole file for updating new module..

My question in MSDN forum. : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2279424&SiteID=1[^]

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

GeneralRe: An application that will get the updates from server automatically Pin
Mark Churchill11-Nov-07 13:00
Mark Churchill11-Nov-07 13:00 
QuestionCommunicating between plug-ins... Pin
martin_hughes2-Nov-07 7:30
martin_hughes2-Nov-07 7:30 
AnswerRe: Communicating between plug-ins... Pin
led mike2-Nov-07 11:14
led mike2-Nov-07 11:14 
AnswerRe: Communicating between plug-ins... Pin
Cedric Moonen4-Nov-07 21:30
Cedric Moonen4-Nov-07 21:30 
GeneralCsv File Compare Pin
Brady Kelly31-Oct-07 23:14
Brady Kelly31-Oct-07 23:14 
GeneralRe: Csv File Compare Pin
led mike2-Nov-07 11:11
led mike2-Nov-07 11:11 
GeneralRe: Csv File Compare Pin
Brady Kelly3-Nov-07 15:39
Brady Kelly3-Nov-07 15:39 
GeneralRe: Csv File Compare Pin
egottwald6-Nov-07 2:52
egottwald6-Nov-07 2:52 
GeneralRe: Csv File Compare Pin
Brady Kelly6-Nov-07 3:13
Brady Kelly6-Nov-07 3:13 
QuestionComposed Business Objects Pin
Pawel Krakowiak29-Oct-07 4:32
Pawel Krakowiak29-Oct-07 4:32 
AnswerRe: Composed Business Objects Pin
led mike29-Oct-07 5:15
led mike29-Oct-07 5:15 
GeneralRe: Composed Business Objects Pin
Pawel Krakowiak29-Oct-07 5:22
Pawel Krakowiak29-Oct-07 5:22 
GeneralRe: Composed Business Objects Pin
led mike29-Oct-07 6:15
led mike29-Oct-07 6:15 
GeneralRe: Composed Business Objects Pin
Pawel Krakowiak29-Oct-07 6:36
Pawel Krakowiak29-Oct-07 6:36 
GeneralRe: Composed Business Objects Pin
led mike29-Oct-07 7:58
led mike29-Oct-07 7:58 
AnswerRe: Composed Business Objects Pin
Mark Churchill30-Oct-07 19:00
Mark Churchill30-Oct-07 19:00 
GeneralRe: Composed Business Objects Pin
Pawel Krakowiak30-Oct-07 22:11
Pawel Krakowiak30-Oct-07 22:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.