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. WPF
  4. Why is this?....The thread '<No Name>' (0xd88) has exited with code 0 (0x0).

Why is this?....The thread '<No Name>' (0xd88) has exited with code 0 (0x0).

Scheduled Pinned Locked Moved WPF
question
4 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.
  • M Offline
    M Offline
    milestanley
    wrote on last edited by
    #1

    When I run my Silverlight application, there was a message in Output Window: "The thread '<No Name>' (0xd88) has exited with code 0 (0x0)." Then, my application cannot run, and Why?

    A M K 3 Replies Last reply
    0
    • M milestanley

      When I run my Silverlight application, there was a message in Output Window: "The thread '<No Name>' (0xd88) has exited with code 0 (0x0)." Then, my application cannot run, and Why?

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      Goto Debug options on the Visual Studio menu, choose exceptions, and check all items. Run your code again and see if an error is now thrown by the code.

      1 Reply Last reply
      0
      • M milestanley

        When I run my Silverlight application, there was a message in Output Window: "The thread '<No Name>' (0xd88) has exited with code 0 (0x0)." Then, my application cannot run, and Why?

        M Offline
        M Offline
        Michael J Eber
        wrote on last edited by
        #3

        If you run any .NET application you will see this message at the end of execution. It is a standard message indicating that the thread ended, that there was no exception, and that the return code was 0. So you need to look at anywhere in your code where you are ending the thread or attempting to execute and instance of an object but not keeping a reference to that object. Try putting a breakpoint in the first line of your application and see what happens when you walk through the code. If your code debugging just 'disappears' with the application ending, then the problem is the way the Sharepoint app is being loaded at the higher level.

        1 Reply Last reply
        0
        • M milestanley

          When I run my Silverlight application, there was a message in Output Window: "The thread '<No Name>' (0xd88) has exited with code 0 (0x0)." Then, my application cannot run, and Why?

          K Offline
          K Offline
          Kunal Chowdhury IN
          wrote on last edited by
          #4

          Hi forPower, You can check your Application_Startup event inside your App.xaml file whether you are setting your RootVisual or not. If you are not setting anything to RootVisual it might exit. Have a look into this: App.xaml File Structure[^] Also check whether you are exiting the application by mistake.

          Regards - Kunal Chowdhury | Software Developer | Chennai | India | My Blog | My Tweets | Silverlight Tutorial

          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