|
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). |
|
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? |
|
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. |