visual studio 2010 - VS10 Crashes When Doing “Build” or “Rebuild” of C++ Project -


i posted on programmers first, told belongs here. funny, didn't think so.

i have vs10 installed on windows server 2008 r2 box, along several other versions of vs dating years. our production build machine.

when load or create c++ project , rebuild or clean, ide crashes. in crash details, see this:

alt text

i have seen other reports seems exact same error on web (example). other advice open ticket, i've seen no solution.

has else encountered , fixed problem? i've opened ticket ms, i'm covering bases posting here well.

edit:

i ran logfile suggested in comments. these entries occured after loaded vs, includes build & crash:

  <entry>     <record>229</record>     <time>2010/12/01 19:35:39.804</time>     <type>information</type>     <source>visualstudio</source>     <description>entering function cvspackageinfo::hrinstantiatepackage</description>     <guid>{68939055-38e0-4d17-92cb-8909710d8178}</guid>   </entry>   <entry>     <record>230</record>     <time>2010/12/01 19:35:39.836</time>     <type>information</type>     <source>visualstudio</source>     <description>begin package load [windows forms designer hosting package]</description>     <guid>{68939055-38e0-4d17-92cb-8909710d8178}</guid>   </entry>   <entry>     <record>231</record>     <time>2010/12/01 19:35:39.882</time>     <type>information</type>     <source>visualstudio</source>     <description>end package load [windows forms designer hosting package]</description>     <guid>{68939055-38e0-4d17-92cb-8909710d8178}</guid>   </entry> 

how contacting ms support directly? if blocking work, can push them have fixed (don't know costs though, depend on product , specificities of license...).

alternatively, can build solution in commandline: open vs 2010 command prompt (shortcut located somewhere in start menu):

msbuild yoursolution.sln /p:configuration=debug 

that shouldn't use devenv.exe (which thing crashing here) , invoke tools directly.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -