login | about | faq

If you have any feedback from our EAP, we've created a UserVoice forum especially for you! Check it out, and let us know what you think of the latest Early Access build.

Mohon Penjelasan nya tentang output Debug di bawah ini karena tampilan tidak sesuai dengan form yang dibuat terima kasih

'ProjectPerpustakaan.vshost.exe' (Managed): Loaded 'C:Users17DocumentsVisual Studio 2008ProjectsProjectPerpustakaanProjectPerpustakaanbinDebugProjectPerpustakaan.exe', Symbols loaded. The thread 0xbf0 has exited with code 0 (0x0). The thread 0x6c0 has exited with code 0 (0x0). The program '[0x5B0] ProjectPerpustakaan.vshost.exe: Managed' has exited with code 0 (0x0).

asked Jan 22 at 21:34

sunya's gravatar image

sunya
1


Visual Studio uses a hosting process to host the application that you write. It does this for a number of reasons including faster startup (see http://msdn.microsoft.com/en-us/library/ms242202.aspx). The hosting process is usually named after the project, but with a ".vshost." included in the name ie ProjectPerpustakaan.vshost.exe is the hosting process for an application ProjectPerpustakaan.exe

Does that help?

answered Jan 23 at 08:42

Clive's gravatar image

Clive ♦♦
1.1k5

How to display its interface? whether to use other software .

answered Jan 23 at 15:32

sunya's gravatar image

sunya
1

If you want to look at the code of ProjectPerpustakaan.exe, you'd start Reflector and drag (or use File/Open) ProjectPerpustakaan.exe into the assembly list. You can then explore into the namespace and type structure of the assembly.

answered Jan 24 at 08:29

Clive's gravatar image

Clive ♦♦
1.1k5

Your answer
toggle preview

Follow this question


By Email:

Once you sign in you will be able to subscribe for any updates here


By RSS:

Answers

Answers and Comments

Formatting your answer

  • *Italic*
  • **Bold**
  • ***Bold Italic***
  • Link: [text](http://url.com/ "title")
  • Paragraph: Two line breaks
  • Bulleted list: Paragraph then start line with *
  • Numbered list: Paragraph then start line with 1.
  • Blockquote: Paragraph then start with with >
  • Basic HTML tags are also supported

Asked: Jan 22 at 21:34

Seen: 246 times

Last updated: Jan 24 at 08:29

 

Tags:

×30