visual studio 2010 - VS2010 Professional SP1 reports correct _MSC_FULL_VER for 32-bit compiler but non-SP1 _MSC_FULL_VER for 64-bit compiler -


when building 32-bit application, _msc_full_ver correctly equals 160040219, when building x64, _msc_full_ver set 160030319. order had installed stuff, due needs on years, is:

  • installed vs2010 without 64-bit compiler/tools
  • installed sp1
  • also installed various hotfixes/etc.
  • (some years later) installed 64-bit compiler/tools
  • saw 64-bit compilation of application reporting incorrect (i.e. non-sp1) _msc_full_ver
  • re-ran sp1 install re-apply sp1
  • sp1 re-apply completes
  • despite that, _msc_full_ver still incorrect 64-bit compilation if sp1 wasn't applied @ all

i going remove sp1 re-install, remove warns post-remove state such it's not possible re-install sp1.

what need fix problem 64-bit building in proper sp1 state (and _msc_full_ver reporting correct value)?


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -