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
  1. Home
  2. General Programming
  3. WCF and WF
  4. Vexing StackOverflow Issue [modified]

Vexing StackOverflow Issue [modified]

Scheduled Pinned Locked Moved WCF and WF
helpcsharpwpfquestion
5 Posts 4 Posters 0 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
    BlitzPackage
    wrote on last edited by
    #1

    greetings good people, I have a User Control that I have created. It's throwing a StackOverflow Exception in the constructor at the initialize component line? Any idea what could cause that type of issue. The XAML looks fine, the code behind in C# looks fine. I just don't know what going on. Thanks for any help or information you can provide.

    modified on Tuesday, January 12, 2010 10:35 PM

    N I 2 Replies Last reply
    0
    • B BlitzPackage

      greetings good people, I have a User Control that I have created. It's throwing a StackOverflow Exception in the constructor at the initialize component line? Any idea what could cause that type of issue. The XAML looks fine, the code behind in C# looks fine. I just don't know what going on. Thanks for any help or information you can provide.

      modified on Tuesday, January 12, 2010 10:35 PM

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      No one is going to look at a bunch of unformatted garbage like this.


      I know the language. I've read a book. - _Madmatt

      B 1 Reply Last reply
      0
      • N Not Active

        No one is going to look at a bunch of unformatted garbage like this.


        I know the language. I've read a book. - _Madmatt

        B Offline
        B Offline
        BlitzPackage
        wrote on last edited by
        #3

        My apologies, I have removed the code since I don't know how to post it. Any ideas? Thanks.

        L 1 Reply Last reply
        0
        • B BlitzPackage

          My apologies, I have removed the code since I don't know how to post it. Any ideas? Thanks.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          BlitzPackage wrote:

          I have removed the code since I don't know how to post it. Any ideas? Thanks.

          Take a look at the posting guidelines and the editor controls here. Surround your code with <pre></pre> tags using the "code block" button above. And make sure you keep the indentations.

          MVP 2010 - are they mad?

          1 Reply Last reply
          0
          • B BlitzPackage

            greetings good people, I have a User Control that I have created. It's throwing a StackOverflow Exception in the constructor at the initialize component line? Any idea what could cause that type of issue. The XAML looks fine, the code behind in C# looks fine. I just don't know what going on. Thanks for any help or information you can provide.

            modified on Tuesday, January 12, 2010 10:35 PM

            I Offline
            I Offline
            Insincere Dave
            wrote on last edited by
            #5

            StackOverflows are usually caused by infinte recursion so I would look for any recursive methods you have or perhaps you are accidentally creating a recursive structure of parent-child-parent controls.

            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