Hello, I am new to programming and run into a bit of a snag, I have an application i built that works fine, the issue is when i try to update it using the updateVB.dll it detects the update but once clicked it pops up with:
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
and doesn't complete the download.
I am using Visual studio 2010 Ultimate, my code for the update is:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
UpdateVB1.checkforupdate("http://dl.dropbox.com/u/36961172/BIBLE/version.txt.txt", "1.0", "http://dl.dropbox.com/u/36961172/BIBLE/New%20folder/BIBLE.application")
End Sub
any help would be great and i appologise if i'm not in the correct section.

