1. I created the initial install and uploaded it to my Web server which is an ASP Windows server hosted by a third party. The first error I got was: Error trying to save file: Error downloading "hxxp://www.blah.com/wyserver.wys": The remote server returned an error: (404) Not Found. I checked the location several times, but still server was not giving it up. It seems it has something to do with the extension.
This is covered in the step-by-step walkthrough (step 3H). http://wyday.com/wybuild/help/faq.php#server
2. Then I moved on and decided to try and integrate some coding into my application. Being fairly new to VB.net I was looking for more tutorials to guide me along the process with actual coding. However, I couldn't find any real tutorials that gave any step-by-step concrete examples.
You must call the Initialize() function before you can use any other functions.
I assumed I had to declare the automatic updater as follows: Dim AutomaticUpdater As AutomaticUpdater = New AutomaticUpdater.
Don't do that. Just add the AutomaticUpdater to your form.