PDB File Size

G

Guest

I'm building a project on a remote server. My pdb file is so large i have to wait 10 minuts for the upload to complete whenever I run my application. Is there a way to cut down the pdb file size?
 
C

Chris Capel

You could make your assemblies smaller. Maybe if you have really, really,
really deep and longwinded namespaces that would increase the size. But
mostly, I would just make the assemblies 300 KB apiece maximum. If you're
using a flexible build system (as in NOT visual studio) then you might be
able to have more assemblies in your debug builds than in your release
builds, if your deployment situation requires more consolidation.


Layton Everson said:
I'm building a project on a remote server. My pdb file is so large i have
to wait 10 minuts for the upload to complete whenever I run my application.
Is there a way to cut down the pdb file size?
 

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