Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Stack Overflow Exception in Vb.Net windows Application.

Stack Overflow Exception in Vb.Net windows Application.

Scheduled Pinned Locked Moved Visual Basic
csharpdata-structureshelptutorial
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Balagurunathan S
    wrote on last edited by
    #1

    Hi friends.. I am running a login form in Vb.net.I get stack overflow exception.(in Public Sub New()..).wat could be the reason and how to solve it..? Someone help in this regard as early as possible.. Thanks & Regards,

    Balaguru

    S L 2 Replies Last reply
    0
    • B Balagurunathan S

      Hi friends.. I am running a login form in Vb.net.I get stack overflow exception.(in Public Sub New()..).wat could be the reason and how to solve it..? Someone help in this regard as early as possible.. Thanks & Regards,

      Balaguru

      S Offline
      S Offline
      Steven J Jowett
      wrote on last edited by
      #2

      Resursion maybe? Difficult to tell without seeing the source code.

      Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

      1 Reply Last reply
      0
      • B Balagurunathan S

        Hi friends.. I am running a login form in Vb.net.I get stack overflow exception.(in Public Sub New()..).wat could be the reason and how to solve it..? Someone help in this regard as early as possible.. Thanks & Regards,

        Balaguru

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        Hi, the most common way to get a stack overflow is by calling a property (get or set) that by mistake references itself, rather than the object data it is supposed to access. :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


        modified on Tuesday, January 29, 2008 11:51:02 AM

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups