Discussion of. pdb/. vshost.exe/. vshost.exe.manifest file in C #

Source: Internet
Author: User

Original source: http://blog.163.com/chwei_sunshine/blog/static/19412628320125893656652/
PDB files:

English Full Name: program Database File

Chinese Full Name: program database file

The PDB in debug is full, with code such as debug and project status information, assertions, stack checks, and so on. You can incrementally link the Debug configuration of your program.
The PDB in release is pdb-only, what is wrong with the + error in which line.

. vshost.exe file:

The host process file is a feature in Visual Studio 2005 that is primarily designed to improve debugging performance. Release is best removed.

. vshost.exe.manifest file:

is an XML file with a. manifest suffix for organizing and describing isolated applications and parallel components;

Used for binding and activation of COM classes, interfaces, and libraries, which were previously stored in the registry.

Manifests also sets up files and Windows classes that make up the assembly.

Release is also best deleted.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.