visual studio - Pdb's make my project always 'out of date' -


my project out of date because of pdb's. in vs output window see always: 'project out of date. input file foo.dll older output foo.pdb'. same. why happens? how should fix that?

now founded reason... because usage of assembly produced project item in project file: if in foo project file define:

  <itemgroup>       <thisassembly include="$(targetdir)\foo.dll" />   </itemgroup> 

than project out of date: input file foo.dll older output foo.pdb... vs 2012 sp2. sad.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -