Results 1 to 4 of 4

Thread: Huge application size?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2010
    Posts
    131

    Huge application size?

    Hi guys, I'm having a strange problem that never occurred to me before. I clicked the pause button in my visual studio a couple of days ago and it threw some warning or error, I don't remember what it was, or what I clicked. Now there are a bunch of folders ending with PDB in my project, and my program's size got 4-5MB bigger. Anyone has any ideas what this is?


  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,043

    Re: Huge application size?

    What you have is a bunch of Program Database Files as you see here:

    http://msdn.microsoft.com/en-us/libr...(v=vs.71).aspx

    I'm not sure why you got that particular set, though, as they are not normally included in project folders. The ones you got are for dlls that come with VS. They shouldn't be necessary in your project folder.
    My usual boring signature: Nothing

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,348

    Re: Huge application size?

    What is in those folders?

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2010
    Posts
    131

    Re: Huge application size?

    Quote Originally Posted by jmcilhinney View Post
    What is in those folders?
    A bunch of pdb files of size varying from some KBs to some MBs. Anyway, my problem was something else not related to these files and I fixed it now. The pdb files are still there, I can't get rid of them, but I fixed the huge file size at least.

    Even though I would have to say there is something wrong with the project, since I'm getting an error when trying to do a sum of a string and a double, and it doesn't show me where the error happens, saying some pdb is missing which makes my debugging incomplete.
    Last edited by Legjendat; Jan 20th, 2013 at 09:29 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width