Results 1 to 8 of 8

Thread: [*resolved] Fisrt application, I neeeeeed help

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Talking [*resolved] Fisrt application, I neeeeeed help

    I opened my Programming MS VB.NET bookie and followed th asp.net example
    I have three textboxes, a button, and a label. The problem is that when I run it, I only see the label, and the other controls arent even there

    am I doing anything wrong or perhaps something's wrong with iis?
    Last edited by MrPolite; Jan 2nd, 2003 at 07:18 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fort Collins, CO
    Posts
    366
    Show your code!

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    code doesnt mather dude
    no mather what I put there it doesnt show it..... I opened a new project and just added a button to it. does show up

    I tried to set the isapi filters to aspnet_isapi.dll, but that didnt work either. I think I have to reinstall
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    are you running it with "Start" or with "Start Without Debugging" ?

    The reason I ask is I had a similar problem. When I selected Debug-Start ASP.NET gave an error message about not being able to debug. However, when I selected Debug-Start Without Debugging, I got exactly the symptoms you described.

    Both problems were fixed by running a utility. Check out this thread for details:

    http://www.vbforums.com/showthread.p...hreadid=222948

    I think my problem was related to the fact that I installed IIS AFTER I installed dot NET. Note that even uninstalling/reinstalling did NOT fix my problem.
    Last edited by Muddy; Jan 2nd, 2003 at 07:10 PM.

  5. #5

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    dude, I followed your mistakes one by one
    I installed iis after vs.net (accidentaly ) and I disabled that debugging thing, hehe..... reinstalling at the moment. Thanks for the link
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  6. #6
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by MrPolite
    dude, I followed your mistakes one by one
    I installed iis after vs.net (accidentaly ) and I disabled that debugging thing, hehe..... reinstalling at the moment. Thanks for the link
    Uninstalling and reinstalling dot NET will NOT fix the problem. You will have to run the utility:

    Originally posted by Lord_Rat
    go to the command prompt, change directory to:

    C:\Windows Directory\Microsoft.Net\Framework\v1.0.3705

    and type

    aspnet_regiis -i
    Sorry my post before was kinda unclear because of a typo (I just edited it to fix the typo).

  7. #7

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Muddy
    Uninstalling and reinstalling dot NET will NOT fix the problem. You will have to run the utility:



    Sorry my post before was kinda unclear because of a typo (I just edited it to fix the typo).
    I was reading the post and you said, uninstalling wont work, and I was gunno kill myself lucky enough, it was just generating the setup scripts, so I just cancled it... works fine thanks
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  8. #8
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by MrPolite
    I was reading the post and you said, uninstalling wont work, and I was gunno kill myself lucky enough, it was just generating the setup scripts, so I just cancled it... works fine thanks
    whew, glad I posted in time! I just spent the whole day hacking at this same problem before Lord Rat came to the rescue, and it was no fun at all. Glad you got it sorted out.

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