SO CLOSE... Only 1 more error in my way.

Discussion in 'Code Snippets and Tutorials' started by Fexxel, Mar 24, 2009.

  1. Fexxel

    Fexxel Level IV

    Joined:
    Jan 28, 2009
    Messages:
    959
    Likes Received:
    26
    Code (Text):
    1. Warning 1   Value does not fall within the expected range.      0   0  
    2.  
    I can't view the Design tab in VB... So I can't build the application... So I'm scr*wed...
    What does this error mean and how do I fix it?
    Oh, and the weird thing is this:
    It's not an error, it's a "Warning" from VB.net. It's in the debug console.
    Thanks in advance!
    Fexxel
     
  2. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    you touched something you weren't suppose too :lol:
     
  3. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    You gotta edit the .designer.vb file yourself to find the error. Click on "Show all files" and then click on the + on the left of your form and double click the file ending in .designer.vb
     
  4. Fexxel

    Fexxel Level IV

    Joined:
    Jan 28, 2009
    Messages:
    959
    Likes Received:
    26
    Muaha! Fixed. I clicked on the wrong button that I was editing XD.
    Now for the new problem (Yeah, theres always a new one lol)
    For the NF auth,
    Code (Text):
    1. Dim ProgName As String = "Pwnful Avatar Grabber" 'The name you will give to your program in NF.net
    2.             Dim ProgId As String = "198" 'The ID number of your program (found in nf.net)
    As Tharoux has stated.
    So when I uploaded the program, there was a Program ID (which was preset as 198) and made the name Pwnful Avatar Grabber. So the Auth should work? If not, what should I do? (It didn't work before I uploaded it, probably because it was asking VB to check something that was nonexistant)
     
  5. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    The auth wasn't working cause for now, there's no program with ID 198 and with the name you gave.
    Once the download is approved and added, it will work. If not, you can easily fix it after and update your download here.