new *.vhost.exe and *.pdb files in release folder

R

Ryan Liu

Why there are so many *.pdb files in bin/release folder after I compile a c#
project in VS 2005?

In VS 2003, those files only in Debug folder.

And what does new *.vhost.exe does?

Thanks!
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.

Ryan Liu
Shanghai Fengpu Software Co. Ltd
Shanghai , China

http://www.PowerCATI.com Powerful CATI!
http://www.fpsoft.net.cn
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
 
P

Peter Ritchie [C# MVP]

PDB files are built in release mode so you can debug user crashes and
crashdumps.

The vshost.exe is a host application that Visual Studio uses "...to provide
support for improved F5 performance, partial trust debugging, and design time
expression evaluation."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top