jlego 15 Posting Pro

In the project properties, under public, there is a button that says 'updates' and look as to let you specify a path to an update file where the current application can compare its version information with the file in the remote update location determining if it needs to be updated.

i did something similiar to this in vb6 using an ftp server - which the .net version says that is capable of.

not getting anywhere with it though. i get errors sating public.updateurt, the stirng must be a fully qualified url or unc path.

i could program my own auto updating feature, however i would like to take advantage of the one already there.

does anyone know where there are any tutorials on the application updates or similiar, i searched google but everyhing i found was self built.

thanks