auto update, help needed

I have an windows application that I need to have it auto updated. I followed the example of appupdater in http://www.windowsforms.net/articles/appupdater.aspx but it did not work for me. I don't know what I might be missing or doing wrong. 
I am using vs2002 and 1.1 .net framework on win2000. 
Please help, I have already spent a day trying to make it work and posted the message in other forums, but no replies yet.

Thanks, 
Luke. 


Answer this question

auto update, help needed

  • Dan Rogers

    make sure you are referencing the right dll.(AppUpdater.dll) and you shoould get the AppUpdate component in your toolbox, BTW it's not necessary to add it to your tool box, you could use the AppUpdater in your code sans design support , thus you have to intantiate the component yourself during runtime, hook the necessary events and set the appropriate value for needed properties
  • Tim Haines

    What exactly isn't working   What step are you on
  • SekharPC

    Diane,
    I cant even add the component on my tool box. It gives me an error saying "there is nothing to add". When I add it on the reference and use it manually and finish step 1, 2, 3, 4, 5 and 6 nothing seems to happen. That is, when I run the version 1 and then configure the version 2 and put it in the web server and point xml file to that server/directory, there is no change. Nothing gets updated.
    I don't know what I could be doing wrong. I have followed the septs 2-3 times and the same thing. Is there anything I am missing

    I am using vs2002 on .net 1.1

    Thanks,
    Luke.

  • auto update, help needed