|
-
Aug 9th, 2011, 11:35 AM
#1
Thread Starter
New Member
UpdateVB.2.3.dll
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.
Last edited by demo316; Aug 10th, 2011 at 06:26 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|