Results 1 to 2 of 2

Thread: UpdateVB.2.3.dll

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2011
    Posts
    3

    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.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: UpdateVB.2.3.dll

    Welcome to VBForums

    Thread moved from the 'ASP/VBScript' forum to the 'VB.Net' (VB2002 and later) forum
    Quote Originally Posted by demo316 View Post
    i appologise if i'm not in the correct section.
    No problem, you certainly aren't the first, and I'm sure you wont be the last!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width